aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-11 19:02:57 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-11 19:03:29 +0100
commitf26a4d484b486019c90fc55af5e74e33de374bc4 (patch)
tree8cce092c29f33ae109dcf61e12e822d84aa014c7 /src/nvim/search.c
parent22173a64dd931871709337e4c4abc056fb36c869 (diff)
downloadrneovim-f26a4d484b486019c90fc55af5e74e33de374bc4.tar.gz
rneovim-f26a4d484b486019c90fc55af5e74e33de374bc4.tar.bz2
rneovim-f26a4d484b486019c90fc55af5e74e33de374bc4.zip
lint
Diffstat (limited to 'src/nvim/search.c')
-rw-r--r--src/nvim/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c
index ffc81ab826..5d41ed9c2a 100644
--- a/src/nvim/search.c
+++ b/src/nvim/search.c
@@ -3727,7 +3727,7 @@ current_quote (
curwin->w_cursor = VIsual;
VIsual = t;
- vis_bef_curs = TRUE;
+ vis_bef_curs = true;
}
dec_cursor();
}