aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-08-05 07:55:45 +0800
committerGitHub <noreply@github.com>2023-08-05 07:55:45 +0800
commit1f252a8ac0d1ca23777978fcef07bd7fab309494 (patch)
tree7754f8b21f434dc8e32cf1635d3df8d9240afed0 /runtime
parent6fa17da39b270bf230764859a9537124b18d3ed5 (diff)
downloadrneovim-1f252a8ac0d1ca23777978fcef07bd7fab309494.tar.gz
rneovim-1f252a8ac0d1ca23777978fcef07bd7fab309494.tar.bz2
rneovim-1f252a8ac0d1ca23777978fcef07bd7fab309494.zip
docs(options): fix mistakes (#24568)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 70329a170a..fca73ddd1e 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -904,7 +904,7 @@ A jump table for the options with a short description can be found at |Q_op|.
*'backupskip'* *'bsk'*
'backupskip' 'bsk' string (default "$TMPDIR/*,$TMP/*,$TEMP/*"
Unix: "/tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*"
- Mac: "/private/tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*"))
+ Mac: "/private/tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*")
global
A list of file patterns. When one of the patterns matches with the
name of the file which is written, no backup file is created. Both
@@ -3102,7 +3102,6 @@ A jump table for the options with a short description can be found at |Q_op|.
*'helpfile'* *'hf'*
'helpfile' 'hf' string (default (MS-Windows) "$VIMRUNTIME\doc\help.txt"
(others) "$VIMRUNTIME/doc/help.txt")
- )
global
Name of the main help file. All distributed help files should be
placed together in one directory. Additionally, all "doc" directories
@@ -3428,7 +3427,6 @@ A jump table for the options with a short description can be found at |Q_op|.
'isfname' 'isf' string (default for Windows:
"@,48-57,/,\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,="
otherwise: "@,48-57,/,.,-,_,+,,,#,$,%,~,=")
- )
global
The characters specified by this option are included in file names and
path names. Filenames are used for commands like "gf", "[i" and in
@@ -3480,7 +3478,6 @@ A jump table for the options with a short description can be found at |Q_op|.
'isident' 'isi' string (default for Windows:
"@,48-57,_,128-167,224-235"
otherwise: "@,48-57,_,192-255")
- )
global
The characters given by this option are included in identifiers.
Identifiers are used in recognizing environment variables and after a
@@ -6610,7 +6607,7 @@ A jump table for the options with a short description can be found at |Q_op|.
used for CTRL-\ CTRL-N and CTRL-\ CTRL-G when part of a command has
been typed.
- *'undodir'* *'udir'*
+ *'undodir'* *'udir'* *E5003*
'undodir' 'udir' string (default "$XDG_STATE_HOME/nvim/undo//")
global
List of directory names for undo files, separated with commas.