Skip to content

Commit

Permalink
patch 7.4.2271
Browse files Browse the repository at this point in the history
Problem:    Netbeans test doesn't read settings from file.
Solution:   Use "-Xnbauth".
  • Loading branch information
brammool committed Aug 27, 2016
1 parent 8211798 commit ffdf08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_netbeans.vim
Expand Up @@ -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')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -763,6 +763,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2271,
/**/
2270,
/**/
Expand Down

0 comments on commit ffdf08c

Please sign in to comment.