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 f821dda commit 3657686Copy full SHA for 3657686
3 files changed
.cirrus.yml
@@ -13,5 +13,4 @@ freebsd_12_task:
13
- make -j${NPROC}
14
- src/vim --version
15
test_script:
16
- # Runtime Indent tests do not work, run only the normal test suite
17
- - cd src && make test
+ - make test
runtime/indent/testdir/runtest.vim
@@ -10,6 +10,7 @@ filetype indent on
10
syn on
11
set nowrapscan
12
set report=9999
+set modeline
au! SwapExists * call HandleSwapExists()
func HandleSwapExists()
src/version.c
@@ -746,6 +746,8 @@ static char *(features[]) =
746
747
static int included_patches[] =
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 705,
751
/**/
752
704,
753
0 commit comments