mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.2104: the normal.c file is too big
Problem: The normal.c file is too big. Solution: Move do_pending_operator() to ops.c. (Yegappan Lakshmanan, closes #4999).
This commit is contained in:
@@ -778,6 +778,13 @@ EXTERN int VIsual_mode INIT(= 'v');
|
||||
EXTERN int redo_VIsual_busy INIT(= FALSE);
|
||||
// TRUE when redoing Visual
|
||||
|
||||
/*
|
||||
* The Visual area is remembered for reselection.
|
||||
*/
|
||||
EXTERN int resel_VIsual_mode INIT(= NUL); // 'v', 'V', or Ctrl-V
|
||||
EXTERN linenr_T resel_VIsual_line_count; // number of lines
|
||||
EXTERN colnr_T resel_VIsual_vcol; // nr of cols or end col
|
||||
|
||||
#ifdef FEAT_MOUSE
|
||||
/*
|
||||
* When pasting text with the middle mouse button in visual mode with
|
||||
|
Reference in New Issue
Block a user