aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-02 21:17:37 +0800
committerGitHub <noreply@github.com>2024-02-02 21:17:37 +0800
commite98decf9a68e41b09214aa60b77d0db29b7d648a (patch)
tree6a0a47d9f59209b1230637a55b10f25bb72c71d6 /runtime
parent1bf645918e94e7e8f770592484164f1ee303f24e (diff)
downloadrneovim-e98decf9a68e41b09214aa60b77d0db29b7d648a.tar.gz
rneovim-e98decf9a68e41b09214aa60b77d0db29b7d648a.tar.bz2
rneovim-e98decf9a68e41b09214aa60b77d0db29b7d648a.zip
feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)
Note that this only works when stdin is a pipe.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 36b42e28e3..e83fc25f88 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -409,6 +409,8 @@ The following changes to existing APIs or features add new behavior.
• |nvim_open_win()| and |nvim_win_set_config()| now support opening normal (split)
windows, and moving floating windows into split windows.
+• 'errorfile' (|-q|) accepts `-` as an alias for stdin.
+
==============================================================================
REMOVED FEATURES *news-removed*