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 223896d commit 66cd19fCopy full SHA for 66cd19f
src/terminal.c
@@ -968,7 +968,7 @@ terminal_loop(void)
968
/* We don't know if the job can handle CTRL-C itself or not, this
969
* may kill the shell instead of killing the command running in the
970
* shell. */
971
- mch_stop_job(curbuf->b_term->tl_job, "quit")
+ mch_stop_job(curbuf->b_term->tl_job, (char_u *)"quit")
972
#endif
973
974
if (c == (termkey == 0 ? Ctrl_W : termkey))
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 843,
774
/**/
775
842,
776
0 commit comments