mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
feat(api): make nvim_parse_cmd
and nvim_cmd
support :filter
Also fixes a memory leak in `parse_cmdline`. Closes #18954.
This commit is contained in:
@@ -268,6 +268,7 @@ typedef struct {
|
||||
|
||||
int cmod_split; ///< flags for win_split()
|
||||
int cmod_tab; ///< > 0 when ":tab" was used
|
||||
char *cmod_filter_pat;
|
||||
regmatch_T cmod_filter_regmatch; ///< set by :filter /pat/
|
||||
bool cmod_filter_force; ///< set for :filter!
|
||||
|
||||
|
Reference in New Issue
Block a user