0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2b-025

This commit is contained in:
Bram Moolenaar
2008-07-31 20:04:27 +00:00
parent 2bf6a2d781
commit a983fe9473
3 changed files with 51 additions and 11 deletions

View File

@@ -2076,6 +2076,10 @@ typedef struct oparg_S
#endif
colnr_T start_vcol; /* start col for block mode operator */
colnr_T end_vcol; /* end col for block mode operator */
#ifdef FEAT_AUTOCMD
long prev_opcount; /* ca.opcount saved for K_CURSORHOLD */
long prev_count0; /* ca.count0 saved for K_CURSORHOLD */
#endif
} oparg_T;
/*