diff --git a/src/testdir/test_functions.vim b/src/testdir/test_functions.vim index d601c278c..e59cdf82a 100644 --- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim @@ -855,7 +855,7 @@ func Test_Executable() call assert_equal(0, executable('win.ini')) elseif has('unix') call assert_equal(1, executable('cat')) - call assert_equal(0, executable('dog')) + call assert_equal(0, executable('nodogshere')) endif endfunc diff --git a/src/version.c b/src/version.c index b25f13245..c86849670 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 459, /**/ 458, /**/