diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-09 15:43:25 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-09 15:43:25 +0200 |
| commit | 8ddef48d1eade1911b946fdda8c73c80856e6273 (patch) | |
| tree | 16ce889f491c643e75fe28870e049a181ac3b57e /src/testdir | |
| parent | 226630a030c0d41145e1109f09633360fc9c999d (diff) | |
| download | vim-git-8ddef48d1eade1911b946fdda8c73c80856e6273.tar.gz | |
patch 8.0.0024v8.0.0024
Problem: When the netbeans channel closes, "DETACH" is put in the output
part. (Ozaki Kiichi)
Solution: Write "DETACH" in the socket part.
Diffstat (limited to 'src/testdir')
| -rw-r--r-- | src/testdir/test_netbeans.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_netbeans.vim b/src/testdir/test_netbeans.vim index 77fc2bcad..7bffeb215 100644 --- a/src/testdir/test_netbeans.vim +++ b/src/testdir/test_netbeans.vim @@ -35,6 +35,7 @@ func Nb_basic(port) nbclose call WaitFor('len(readfile("Xnetbeans")) > 6') + call assert_false(has("netbeans_enabled")) let lines = readfile("Xnetbeans") call assert_equal('AUTH bunny', lines[0]) call assert_equal('0:version=0 "2.5"', lines[1]) |
