commit | 8ddef48d1eade1911b946fdda8c73c80856e6273 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 15:43:25 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 15:43:25 2016 +0200 |
tree | 16ce889f491c643e75fe28870e049a181ac3b57e | |
parent | 226630a030c0d41145e1109f09633360fc9c999d [diff] [blame] |
patch 8.0.0024 Problem: When the netbeans channel closes, "DETACH" is put in the output part. (Ozaki Kiichi) Solution: Write "DETACH" in the socket part.
diff --git a/src/version.c b/src/version.c index 5bb9a14..78f5264 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 24, +/**/ 23, /**/ 22,