mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 05:46:12 +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
@@ -56,7 +56,7 @@
|
||||
/// 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