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 2b7bc56 commit fad609dCopy full SHA for fad609d
src/testdir/test_system.vim
@@ -48,6 +48,10 @@ function! Test_System()
48
endfunction
49
50
function! Test_system_exmode()
51
+ if !has('unix')
52
+ return
53
+ endif
54
+
55
let cmd=" -es -u NONE -c 'source Xscript' +q; echo $?"
56
" Need to put this in a script, "catch" isn't found after an unknown
57
" function.
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 185,
769
/**/
770
184,
771
0 commit comments