aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-20 06:33:55 +0800
committerGitHub <noreply@github.com>2022-07-20 06:33:55 +0800
commit1ef84547a8ed4b237fbfbe673f1e9c4cd863ff0b (patch)
treece6987a5e351d2c4d529edfe1466d291efc75fe2 /src/nvim/globals.h
parent8620dfc5bdedc26e24119eb016d7e6121e9b49b6 (diff)
parent420bb2eb8a583391c38a1e6d60132a70de21d99e (diff)
downloadrneovim-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.h4
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);