From e98decf9a68e41b09214aa60b77d0db29b7d648a Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 2 Feb 2024 21:17:37 +0800 Subject: feat(quickfix): support -q - to read 'errorfile' from stdin (#27303) Note that this only works when stdin is a pipe. --- runtime/doc/news.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') 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* -- cgit