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 b16ad96 commit 4ba6441Copy full SHA for 4ba6441
2 files changed
.hgignore
@@ -10,6 +10,7 @@ src/auto/gui_gtk_gresources.h
10
src/objects/.dirstamp
11
src/objects
12
src/tags
13
+src/types.vim
14
15
# We do need src/auto/configure.
16
src/auto/config.cache
@@ -86,6 +87,7 @@ src/kword_test
86
87
88
# Generated by "make install"
89
runtime/doc/tags
90
+runtime/doc/doctags
91
92
# Generated by "make shadow". The directory names could be anything but we
93
# restrict them to shadow (the default) or shadow-*
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 107,
747
/**/
748
106,
749
0 commit comments