aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-24 07:19:06 +0800
committerGitHub <noreply@github.com>2023-11-24 07:19:06 +0800
commit73c7a0d58e6358d35fe2d5a11b3e807a625a0001 (patch)
tree363314da965772d959f437612a7783af8948b92a
parentfe94e04893274b9c5697fb179eb6b00bc1cd3a91 (diff)
downloadrneovim-73c7a0d58e6358d35fe2d5a11b3e807a625a0001.tar.gz
rneovim-73c7a0d58e6358d35fe2d5a11b3e807a625a0001.tar.bz2
rneovim-73c7a0d58e6358d35fe2d5a11b3e807a625a0001.zip
docs(starting.txt): correct step number (#26185)
-rw-r--r--runtime/doc/starting.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 9f7a729575..a6619bc381 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -466,13 +466,13 @@ accordingly, proceeding as follows:
|$XDG_CONFIG_HOME| $XDG_CONFIG_HOME/nvim/init.vim (or init.lua)
If Nvim was started with "-u {file}" then {file} is used as the config
- and all initializations until 5. are skipped. $MYVIMRC is not set.
+ and all initializations until 8. are skipped. $MYVIMRC is not set.
"nvim -u NORC" can be used to skip these initializations without
reading a file. "nvim -u NONE" also skips plugins and syntax
highlighting. |-u|
- If Nvim was started with |-es| all initializations until 5. are
- skipped.
+ If Nvim was started with |-es| or |-Es| or |-l| all initializations until 8.
+ are skipped.
*system-vimrc* *sysinit.vim*
a. The system vimrc file is read for initializations. If
nvim/sysinit.vim file exists in one of $XDG_CONFIG_DIRS, it will be