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:
parent
821179809d
commit
ffdf08c94e
@ -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')
|
||||
|
@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2271,
|
||||
/**/
|
||||
2270,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user