summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-26 14:05:07 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-26 14:05:07 +0000
commit380841106e569e3bfb1f73504f3da03f7e270983 (patch)
tree087b1aa0df509646607429bc188de70a07ffd5a9 /src/globals.h
parentee0f5a60e063c7e2b5aa07dff1cf5bd15e9344e4 (diff)
updated for version 7.2b-022v7.2b.022
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index b31e05436b..dc3038d827 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -868,6 +868,7 @@ EXTERN int State INIT(= NORMAL); /* This is the current state of the
* command interpreter. */
EXTERN int finish_op INIT(= FALSE);/* TRUE while an operator is pending */
+EXTERN int opcount INIT(= 0); /* count for pending operator */
/*
* ex mode (Q) state