aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-04-02 14:08:04 +0200
committerGitHub <noreply@github.com>2022-04-02 14:08:04 +0200
commite6bd9eee15dfc298313ecd673fd6e89a412645a3 (patch)
tree903b5283d2459010053af3da8fd0f84edc078a6d
parente45d141e28a4b31b4c98f7ed1655e9c7141ae74f (diff)
downloadrneovim-e6bd9eee15dfc298313ecd673fd6e89a412645a3.tar.gz
rneovim-e6bd9eee15dfc298313ecd673fd6e89a412645a3.tar.bz2
rneovim-e6bd9eee15dfc298313ecd673fd6e89a412645a3.zip
docs(options): add missing 'nofoo' tags (#17965)
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b825a5fe15..1662236525 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1030,7 +1030,7 @@ A jump table for the options with a short description can be found at |Q_op|.
This option lets you choose which characters might cause a line
break if 'linebreak' is on. Only works for ASCII characters.
- *'breakindent'* *'bri'*
+ *'breakindent'* *'bri'* *'nobreakindent'* *'nobri'*
'breakindent' 'bri' boolean (default off)
local to window
Every wrapped line will continue visually indented (same amount of
@@ -2733,7 +2733,7 @@ A jump table for the options with a short description can be found at |Q_op|.
This option cannot be set from a |modeline| or in the |sandbox|, for
security reasons.
- *'fsync'* *'fs'*
+ *'fsync'* *'fs'* *'nofsync'* *'nofs'*
'fsync' 'fs' boolean (default off)
global
When on, the OS function fsync() will be called after saving a file