summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-09 23:48:02 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-09 23:48:02 +0000
commitcf0c554e3f841eefd3208aee3f6359da3e6395f4 (patch)
treec80b9eafad4e38a20357f2fde5a4581ca35d575b /src/normal.c
parent8b6144bdfe9efccab5045ebef9f3d5dcf5ee9d00 (diff)
downloadvim-git-cf0c554e3f841eefd3208aee3f6359da3e6395f4.tar.gz
updated for version 7.0195
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index 9e68b2b07..09410f030 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -3635,10 +3635,10 @@ add_to_showcmd(c)
int i;
static int ignore[] =
{
-#ifdef FEAT_GUI
+# ifdef FEAT_GUI
K_VER_SCROLLBAR, K_HOR_SCROLLBAR,
K_LEFTMOUSE_NM, K_LEFTRELEASE_NM,
-#endif
+# endif
K_IGNORE,
K_LEFTMOUSE, K_LEFTDRAG, K_LEFTRELEASE,
K_MIDDLEMOUSE, K_MIDDLEDRAG, K_MIDDLERELEASE,