diff src/globals.h @ 18219:5d67f207f7c3 v8.1.2104

patch 8.1.2104: the normal.c file is too big Commit: https://github.com/vim/vim/commit/792cf5e1bec04c6d6d70cfbb9ef24c798b469731 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 30 23:12:16 2019 +0200 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).
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Sep 2019 23:15:03 +0200
parents e0ec4cd7a865
children fe5afdc03bd2
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -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