We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397e356 commit 9d093fdCopy full SHA for 9d093fd
2 files changed
src/ex_cmds.c
@@ -2646,11 +2646,11 @@ do_ecmd(
2646
goto theend;
2647
}
2648
2649
-
+
2650
// End Visual mode before switching to another buffer, so the text can be
2651
// copied into the GUI selection buffer.
2652
// Careful: may trigger ModeChanged() autocommand
2653
2654
// Should we block autocommands here?
2655
reset_VIsual();
2656
src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
699
700
static int included_patches[] =
701
{ /* Add new patch number below this line */
702
+/**/
703
+ 1841,
704
/**/
705
1840,
706
0 commit comments