diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-11 22:40:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-11 22:40:32 +0000 |
commit | 3b56eb3d3188b4fdf3956df8e7c709fabf9969ca (patch) | |
tree | df963f784d8a6032eb798f27975541c84b16527f /src/globals.h | |
parent | 9ff7011bcba731fc32e0cf6de8f4b037c0fcc3ec (diff) | |
download | vim-git-3b56eb3d3188b4fdf3956df8e7c709fabf9969ca.tar.gz |
updated for version 7.0107
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 6bc9b1a50..72310bd27 100644 --- a/src/globals.h +++ b/src/globals.h @@ -900,7 +900,6 @@ EXTERN int termcap_active INIT(= FALSE); /* set by starttermcap() */ EXTERN int cur_tmode INIT(= TMODE_COOK); /* input terminal mode */ EXTERN int bangredo INIT(= FALSE); /* set to TRUE whith ! command */ EXTERN int searchcmdlen; /* length of previous search cmd */ -EXTERN int reg_syn INIT(= 0); /* vim_regexec() used for syntax */ #ifdef FEAT_SYN_HL EXTERN int reg_do_extmatch INIT(= 0); /* Used when compiling regexp: * REX_SET to allow \z\(...\), |