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 5e66b42 commit 681b6bcCopy full SHA for 681b6bc
2 files changed
src/testdir/test_mksession.vim
@@ -127,6 +127,10 @@ func Test_mksession_large_winheight()
127
endfunc
128
129
func Test_mksession_rtp()
130
+ if has('win32')
131
+ " TODO: fix problem with backslashes
132
+ return
133
+ endif
134
new
135
let _rtp=&rtp
136
" Make a real long (invalid) runtimepath value,
src/version.c
@@ -787,6 +787,8 @@ static char *(features[]) =
787
788
static int included_patches[] =
789
{ /* Add new patch number below this line */
790
+/**/
791
+ 816,
792
/**/
793
815,
794
0 commit comments