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 6b810d9 commit acb9effCopy full SHA for acb9eff
src/testdir/screendump.vim
@@ -84,7 +84,7 @@ func StopVimInTerminal(buf)
84
85
" CTRL-O : works both in Normal mode and Insert mode to start a command line.
86
" In Command-line it's inserted, the CTRL-U removes it again.
87
- call term_sendkeys(a:buf, "\<C-O>\<C-U>:qa!\<cr>")
+ call term_sendkeys(a:buf, "\<C-O>:\<C-U>qa!\<cr>")
88
89
call WaitForAssert({-> assert_equal("finished", term_getstatus(a:buf))})
90
only!
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 33,
766
/**/
767
32,
768
0 commit comments