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 ee27397 commit aac624bCopy full SHA for aac624b
2 files changed
src/testdir/test_alot.vim
@@ -1,6 +1,7 @@
1
" A series of tests that can run in one Vim invocation.
2
" This makes testing go faster, since Vim doesn't need to restart.
3
4
+source test_backspace_opt.vim
5
source test_lispwords.vim
6
source test_searchpos.vim
7
source test_set.vim
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
+ 1034,
746
/**/
747
1033,
748
0 commit comments