diff options
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index b287b43e92..5f6e932693 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -224,7 +224,7 @@ argument. All [args] are treated as {script} arguments and stored in the Lua `_G.arg` global table, thus "-l" ends processing of Nvim arguments. The {script} name is stored at `_G.arg[0]`. - + Sets 'verbose' to 1 (like "-V1"), so Lua `print()` writes to output. If {script} prints messages and doesn't cause Nvim to exit, |