commit | eed284a16977ab81fa6da8c9562990ba498acd8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 23:13:33 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 23:13:33 2016 +0100 |
tree | 881c7f7fae1f8bf0f906662e0bb2e99cb6fcc4e8 | |
parent | 0b962473ddc7cee3cb45253dea273573bcca9bf9 [diff] [blame] |
patch 7.4.1395 Problem: Using DETACH in quotes is not compatible with the Netbeans interface. (Xavier de Gaye) Solution: Remove the quotes, only use them for JSON and JS mode.
diff --git a/src/version.c b/src/version.c index 39b7643..d028ca5 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1395, +/**/ 1394, /**/ 1393,