diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-11-15 09:12:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-15 09:12:47 +0100 |
| commit | 01ef6fc3d2ac5102fc4e1ee3c0d27643bdfdb775 (patch) | |
| tree | 7420ddb5b932719716cc09dd254fa6fc0e8babaf /src/nvim/ex_docmd.h | |
| parent | 0c799a8f10b345236efca08f51ffece0e1d1e85d (diff) | |
| parent | 35231312d785e4fd1f534e573a43f5a9a4a0fe8f (diff) | |
| download | rneovim-01ef6fc3d2ac5102fc4e1ee3c0d27643bdfdb775.tar.gz rneovim-01ef6fc3d2ac5102fc4e1ee3c0d27643bdfdb775.tar.bz2 rneovim-01ef6fc3d2ac5102fc4e1ee3c0d27643bdfdb775.zip | |
Merge #5607 from justinmk/icm
'inccommand': auto-disable if too slow; fix other behaviors
Diffstat (limited to 'src/nvim/ex_docmd.h')
| -rw-r--r-- | src/nvim/ex_docmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.h b/src/nvim/ex_docmd.h index 84f1a13a15..fb6aac223f 100644 --- a/src/nvim/ex_docmd.h +++ b/src/nvim/ex_docmd.h @@ -10,7 +10,6 @@ #define DOCMD_KEYTYPED 0x08 // don't reset KeyTyped #define DOCMD_EXCRESET 0x10 // reset exception environment (for debugging #define DOCMD_KEEPLINE 0x20 // keep typed line for repeating with "." -#define DOCMD_LIVE 0x40 // show updates as-you-type ("live" command) /* defines for eval_vars() */ #define VALID_PATH 1 |