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 f273245 commit 1149382Copy full SHA for 1149382
2 files changed
src/testdir/test_prompt_buffer.vim
@@ -11,7 +11,10 @@ func Test_prompt_basic()
11
" We need to use a terminal window to be able to feed keys without leaving
12
" Insert mode.
13
if !has('terminal')
14
- call assert_report('no terminal')
+ return
15
+ endif
16
+ if has('win32')
17
+ " TODO: make this work on MS-Windows
18
return
19
endif
20
call writefile([
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
+ 28,
766
/**/
767
27,
768
0 commit comments