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 3b8fcd9 commit f882d9fCopy full SHA for f882d9f
2 files changed
runtime/filetype.vim
@@ -1,7 +1,7 @@
1
" Vim support file to detect file types
2
"
3
" Maintainer: Bram Moolenaar <[email protected]>
4
-" Last Change: 2015 Oct 13
+" Last Change: 2015 Dec 03
5
6
" Listen very carefully, I will say this only once
7
if exists("did_load_filetypes")
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 956,
746
/**/
747
955,
748
0 commit comments