aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSizhe Zhao <prc.zhao@outlook.com>2023-02-11 17:34:20 +0800
committerGitHub <noreply@github.com>2023-02-11 10:34:20 +0100
commit165b07b2692ef131affecbbed432f27f16512124 (patch)
treea53d53766fca79516ffb2c423d12478d21a9811a
parent7224c889e0d5d70b99ae377036baa6377c33a568 (diff)
downloadrneovim-165b07b2692ef131affecbbed432f27f16512124.tar.gz
rneovim-165b07b2692ef131affecbbed432f27f16512124.tar.bz2
rneovim-165b07b2692ef131affecbbed432f27f16512124.zip
docs: reword news.txt to ensure a consistent style (#22215)
-rw-r--r--runtime/doc/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index b438595b5f..c8d40094f3 100644
--- 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 -