From 165b07b2692ef131affecbbed432f27f16512124 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 11 Feb 2023 17:34:20 +0800 Subject: [PATCH] docs: reword news.txt to ensure a consistent style (#22215) --- runtime/doc/news.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -