aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-07-29 17:03:12 +0200
committerGitHub <noreply@github.com>2021-07-29 17:03:12 +0200
commit3b6d95b5f6376aead758bd67a9279d0f991e4d45 (patch)
tree6f0564fc81c137534b05944871e9160f3b3e29fe /src/nvim/normal.c
parent143a920de9192d4dacee70ad3a42be27f8c7a2d0 (diff)
parent04ba81ddba047604e7df4a5a9a451d5059950e48 (diff)
downloadrneovim-3b6d95b5f6376aead758bd67a9279d0f991e4d45.tar.gz
rneovim-3b6d95b5f6376aead758bd67a9279d0f991e4d45.tar.bz2
rneovim-3b6d95b5f6376aead758bd67a9279d0f991e4d45.zip
Merge pull request #15213 from zeertzjq/vim-8.2.3236
vim-patch:8.2.3236: mode() does not indicate using CTRL-O in Select mode
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r--src/nvim/normal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c
index 4213e6f946..9185062f94 100644
--- a/src/nvim/normal.c
+++ b/src/nvim/normal.c
@@ -92,8 +92,6 @@ static linenr_T resel_VIsual_line_count; /* number of lines */
static colnr_T resel_VIsual_vcol; /* nr of cols or end col */
static int VIsual_mode_orig = NUL; /* saved Visual mode */
-static int restart_VIsual_select = 0;
-
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "normal.c.generated.h"