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 8211798 commit ffdf08cCopy full SHA for ffdf08c
src/testdir/test_netbeans.vim
@@ -59,7 +59,7 @@ func Nb_file_auth(port)
59
call assert_fails('nbstart =Xnbauth', 'E668:')
60
endif
61
call setfperm('Xnbauth', "rw-------")
62
- exe 'nbstart :localhost:' . a:port . ':bunny'
+ exe 'nbstart =Xnbauth'
63
call assert_true(has("netbeans_enabled"))
64
65
call WaitFor('len(readfile("Xnetbeans")) > 2')
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2271,
768
/**/
769
2270,
770
0 commit comments