feat(lua): execute stdin ("-") as Lua

This commit is contained in:
Justin M. Keyes
2023-01-03 02:54:53 +01:00
parent adef308a59
commit f43de742e8
5 changed files with 102 additions and 28 deletions

View File

@@ -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