diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-07-02 05:48:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-01 14:48:12 -0700 |
commit | db590e96d59381f873747e888c9afe3c6378678c (patch) | |
tree | ed6197a35bdeda1b3ba8f9806953f4cdd5fef05b /runtime/doc/starting.txt | |
parent | ff8e3c6039d50bdbc5b19ac468b77567cb79d04a (diff) | |
download | rneovim-db590e96d59381f873747e888c9afe3c6378678c.tar.gz rneovim-db590e96d59381f873747e888c9afe3c6378678c.tar.bz2 rneovim-db590e96d59381f873747e888c9afe3c6378678c.zip |
fix(startup)!: "nvim -l" message does not end with newline #24215
Close #24180
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 07b6bd93bd..53a14c586f 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -227,6 +227,8 @@ argument. Sets 'verbose' to 1 (like "-V1"), so Lua `print()` writes to output. + If {script} prints messages and doesn't cause Nvim to exit, + Nvim ensures output ends with a newline. Arguments before "-l" are processed before executing {script}. This example quits before executing "foo.lua": > |