1
0
forked from aniani/vim

patch 7.4.2271

Problem:    Netbeans test doesn't read settings from file.
Solution:   Use "-Xnbauth".
This commit is contained in:
Bram Moolenaar 2016-08-27 19:52:47 +02:00
parent 821179809d
commit ffdf08c94e
2 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func Nb_file_auth(port)
call assert_fails('nbstart =Xnbauth', 'E668:')
endif
call setfperm('Xnbauth', "rw-------")
exe 'nbstart :localhost:' . a:port . ':bunny'
exe 'nbstart =Xnbauth'
call assert_true(has("netbeans_enabled"))
call WaitFor('len(readfile("Xnetbeans")) > 2')

View File

@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2271,
/**/
2270,
/**/