0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

updated for version 7.2b-022

This commit is contained in:
Bram Moolenaar
2008-07-26 14:05:07 +00:00
parent ee0f5a60e0
commit 380841106e
4 changed files with 5 additions and 1 deletions

View File

@@ -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 */