'inccommand': Do not trigger during scripts, feedkeys().

This commit is contained in:
Justin M. Keyes
2016-11-07 03:08:31 +01:00
parent 527ba2b12a
commit ff6ec703d5
3 changed files with 13 additions and 15 deletions

View File

@@ -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"