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/version.c | |
| 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/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 5bb9a1492..78f5264cc 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 24, +/**/ 23, /**/ 22, |
