commit | 380841106e569e3bfb1f73504f3da03f7e270983 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 26 14:05:07 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 26 14:05:07 2008 +0000 |
tree | 087b1aa0df509646607429bc188de70a07ffd5a9 | |
parent | ee0f5a60e063c7e2b5aa07dff1cf5bd15e9344e4 [diff] [blame] |
updated for version 7.2b-022
diff --git a/src/globals.h b/src/globals.h index b31e054..dc3038d 100644 --- a/src/globals.h +++ b/src/globals.h
@@ -868,6 +868,7 @@ * 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