summaryrefslogtreecommitdiff
path: root/src/normal.c
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/normal.c
parentee0f5a60e063c7e2b5aa07dff1cf5bd15e9344e4 (diff)
downloadvim-git-380841106e569e3bfb1f73504f3da03f7e270983.tar.gz
updated for version 7.2b-022v7.2b.022
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 3c1c6f064..a1b3a945f 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -565,7 +565,6 @@ normal_cmd(oap, toplevel)
oparg_T *oap;
int toplevel; /* TRUE when called from main() */
{
- static long opcount = 0; /* ca.opcount saved here */
cmdarg_T ca; /* command arguments */
int c;
int ctrl_w = FALSE; /* got CTRL-W command */