Skip to content

Commit ffdf08c

Browse files
committed
patch 7.4.2271
Problem: Netbeans test doesn't read settings from file. Solution: Use "-Xnbauth".
1 parent 8211798 commit ffdf08c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_netbeans.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func Nb_file_auth(port)
5959
call assert_fails('nbstart =Xnbauth', 'E668:')
6060
endif
6161
call setfperm('Xnbauth', "rw-------")
62-
exe 'nbstart :localhost:' . a:port . ':bunny'
62+
exe 'nbstart =Xnbauth'
6363
call assert_true(has("netbeans_enabled"))
6464

6565
call WaitFor('len(readfile("Xnetbeans")) > 2')

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2271,
766768
/**/
767769
2270,
768770
/**/

0 commit comments

Comments
 (0)