mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
docs: optionlinks don't need the bars #35777
Problem: Options links work even without vertical bars around them due to their single quotes: the bars are unnecessary. Solution: Remove them.
This commit is contained in:

committed by
GitHub

parent
f1a8bb45ca
commit
566e8c66f9
2
runtime/lua/vim/_meta/api.lua
generated
2
runtime/lua/vim/_meta/api.lua
generated
@@ -1727,7 +1727,7 @@ function vim.api.nvim_open_term(buffer, opts) end
|
||||
--- provided or `win == 0`, a window will be created adjacent to the current window.
|
||||
--- If -1 is provided, a top-level split will be created. `vertical` and `split` are
|
||||
--- only valid for normal windows, and are used to control split direction. For `vertical`,
|
||||
--- the exact direction is determined by `'splitright'` and `'splitbelow'`.
|
||||
--- the exact direction is determined by 'splitright' and 'splitbelow'.
|
||||
--- Split windows cannot have `bufpos`/`row`/`col`/`border`/`title`/`footer`
|
||||
--- properties.
|
||||
---
|
||||
|
Reference in New Issue
Block a user