mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.2271
Problem: Netbeans test doesn't read settings from file. Solution: Use "-Xnbauth".
This commit is contained in:
@@ -59,7 +59,7 @@ func Nb_file_auth(port)
|
|||||||
call assert_fails('nbstart =Xnbauth', 'E668:')
|
call assert_fails('nbstart =Xnbauth', 'E668:')
|
||||||
endif
|
endif
|
||||||
call setfperm('Xnbauth', "rw-------")
|
call setfperm('Xnbauth', "rw-------")
|
||||||
exe 'nbstart :localhost:' . a:port . ':bunny'
|
exe 'nbstart =Xnbauth'
|
||||||
call assert_true(has("netbeans_enabled"))
|
call assert_true(has("netbeans_enabled"))
|
||||||
|
|
||||||
call WaitFor('len(readfile("Xnetbeans")) > 2')
|
call WaitFor('len(readfile("Xnetbeans")) > 2')
|
||||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2271,
|
||||||
/**/
|
/**/
|
||||||
2270,
|
2270,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user