docs: reword news.txt to ensure a consistent style (#22215)

This commit is contained in:
Sizhe Zhao 2023-02-11 17:34:20 +08:00 committed by GitHub
parent 7224c889e0
commit 165b07b269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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