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 adaab7c commit 673510aCopy full SHA for 673510a
src/main.c
@@ -1051,7 +1051,7 @@ main_loop(cmdwin, noexmode)
1051
int noexmode; /* TRUE when return on entering Ex mode */
1052
{
1053
oparg_T oa; /* operator arguments */
1054
- int previous_got_int = FALSE; /* "got_int" was TRUE */
+ volatile int previous_got_int = FALSE; /* "got_int" was TRUE */
1055
#ifdef FEAT_CONCEAL
1056
linenr_T conceal_old_cursor_line = 0;
1057
linenr_T conceal_new_cursor_line = 0;
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 628,
746
/**/
747
627,
748
0 commit comments