commit 165b07b2692ef131affecbbed432f27f16512124
parent 7224c889e0d5d70b99ae377036baa6377c33a568
Author: Sizhe Zhao <prc.zhao@outlook.com>
Date: Sat, 11 Feb 2023 17:34:20 +0800
docs: reword news.txt to ensure a consistent style (#22215)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
@@ -63,7 +63,7 @@ The following new APIs or features were added.
<
(or the Vimscript equivalent) to their |config| file.
-• Run Lua scripts from your shell using |-l|. >
+• Added support for running Lua scripts from shell using |-l|. >
nvim -l foo.lua --arg1 --arg2
< Also works with stdin: >
echo "print(42)" | nvim -l -