mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 19:18:34 +00:00
'inccommand': Do not trigger during scripts, feedkeys().
This commit is contained in:
@@ -124,7 +124,7 @@ struct exarg {
|
||||
LineGetter getline; ///< Function used to get the next line
|
||||
void *cookie; ///< argument for getline()
|
||||
struct condstack *cstack; ///< condition stack for ":if" etc.
|
||||
bool is_live; ///< live preview
|
||||
bool is_live; ///< 'inccommand' live preview
|
||||
};
|
||||
|
||||
#define FORCE_BIN 1 // ":edit ++bin file"
|
||||
|
Reference in New Issue
Block a user