diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h index a07ab403f..61cb2b283 100644 --- a/src/globals.h +++ b/src/globals.h @@ -356,12 +356,10 @@ EXTERN char_u hash_removed; EXTERN int scroll_region INIT(= FALSE); // term supports scroll region EXTERN int t_colors INIT(= 0); // int value of T_CCO -#ifdef FEAT_CMDL_COMPL // Flags to indicate an additional string for highlight name completion. EXTERN int include_none INIT(= 0); // when 1 include "None" EXTERN int include_default INIT(= 0); // when 1 include "default" EXTERN int include_link INIT(= 0); // when 2 include "link" and "clear" -#endif /* * When highlight_match is TRUE, highlight a match, starting at the cursor |