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:
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user