mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
lint
This commit is contained in:
parent
38c52c63ac
commit
e15c34fbc2
@ -6496,7 +6496,7 @@ void may_start_select(int c)
|
|||||||
*/
|
*/
|
||||||
static void n_start_visual_mode(int c)
|
static void n_start_visual_mode(int c)
|
||||||
{
|
{
|
||||||
/* Check for redraw before changing the state. */
|
// Check for redraw before changing the state.
|
||||||
conceal_check_cursor_line();
|
conceal_check_cursor_line();
|
||||||
|
|
||||||
VIsual_mode = c;
|
VIsual_mode = c;
|
||||||
@ -6514,7 +6514,7 @@ static void n_start_visual_mode(int c)
|
|||||||
foldAdjustVisual();
|
foldAdjustVisual();
|
||||||
|
|
||||||
setmouse();
|
setmouse();
|
||||||
/* Check for redraw after changing the state. */
|
// Check for redraw after changing the state.
|
||||||
conceal_check_cursor_line();
|
conceal_check_cursor_line();
|
||||||
|
|
||||||
if (p_smd && msg_silent == 0)
|
if (p_smd && msg_silent == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user