mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)
Note that this only works when stdin is a pipe.
This commit is contained in:
@@ -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*
|
||||
|
||||
|
Reference in New Issue
Block a user