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 df77cef commit a05a0d3Copy full SHA for a05a0d3
src/testdir/test_functions.vim
@@ -855,7 +855,7 @@ func Test_Executable()
855
call assert_equal(0, executable('win.ini'))
856
elseif has('unix')
857
call assert_equal(1, executable('cat'))
858
- call assert_equal(0, executable('dog'))
+ call assert_equal(0, executable('nodogshere'))
859
endif
860
endfunc
861
src/version.c
@@ -792,6 +792,8 @@ static char *(features[]) =
792
793
static int included_patches[] =
794
{ /* Add new patch number below this line */
795
+/**/
796
+ 459,
797
/**/
798
458,
799
0 commit comments