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 f02c5cf commit 45c7f05Copy full SHA for 45c7f05
2 files changed
src/testdir/test_channel.vim
@@ -194,7 +194,7 @@ func Test_two_channels()
194
" TODO: make this work again with MS-Windows
195
if has('unix')
196
call s:run_server('s:two_channels')
197
- endf
+ endif
198
endfunc
199
200
" Test that a server crash is handled gracefully.
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1308,
752
/**/
753
1307,
754
0 commit comments