diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-07-20 06:33:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-20 06:33:55 +0800 |
| commit | 1ef84547a8ed4b237fbfbe673f1e9c4cd863ff0b (patch) | |
| tree | ce6987a5e351d2c4d529edfe1466d291efc75fe2 /src/nvim/globals.h | |
| parent | 8620dfc5bdedc26e24119eb016d7e6121e9b49b6 (diff) | |
| parent | 420bb2eb8a583391c38a1e6d60132a70de21d99e (diff) | |
| download | rneovim-1ef84547a8ed4b237fbfbe673f1e9c4cd863ff0b.tar.gz rneovim-1ef84547a8ed4b237fbfbe673f1e9c4cd863ff0b.tar.bz2 rneovim-1ef84547a8ed4b237fbfbe673f1e9c4cd863ff0b.zip | |
Merge pull request #19415 from zeertzjq/vim-8.1.1076
vim-patch:8.1.{1076,1849}: file for Insert mode is much too big
Diffstat (limited to 'src/nvim/globals.h')
| -rw-r--r-- | src/nvim/globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 8d896aef31..e2667257b8 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -163,10 +163,6 @@ EXTERN colnr_T dollar_vcol INIT(= -1); // by the match.) EXTERN int compl_length INIT(= 0); -// Set when character typed while looking for matches and it means we should -// stop looking for matches. -EXTERN int compl_interrupted INIT(= false); - // Set when doing something for completion that may call edit() recursively, // which is not allowed. Also used to disable folding during completion EXTERN bool compl_busy INIT(= false); |
