diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/starting.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 8dd083e4a3..fa9e23eb00 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -236,9 +236,10 @@ argument. < This loads Lua module "bar" before executing "foo.lua": > nvim +"lua require('bar')" -l foo.lua < - User |config| is skipped unless |-u| was given. - User |shada| is skipped unless |-i| was given. - Swap file is skipped (like |-n|). + Skips user |config| unless |-u| was given. + Disables plugins unless 'loadplugins' was set. + Disables |shada| unless |-i| was given. + Disables swapfile (like |-n|). *-b* -b Binary mode. File I/O will only recognize <NL> to separate |