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 e292432 commit a3b494dCopy full SHA for a3b494d
2 files changed
src/testdir/test_filetype.vim
@@ -757,7 +757,7 @@ func Test_pp_file()
757
call assert_equal('pascal', &filetype)
758
bwipe!
759
760
- call delete('Xfile.ts')
+ call delete('Xfile.pp')
761
filetype off
762
endfunc
763
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2360,
755
/**/
756
2359,
0 commit comments