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:
Yochem van Rosmalen
2025-09-15 21:36:44 +02:00
committed by GitHub
parent f1a8bb45ca
commit 566e8c66f9
10 changed files with 15 additions and 15 deletions

View File

@@ -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.
///