commit | 8aeb504fc68e3fea9da5567d2d9a31a132fbf90f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 18:33:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 18:33:05 2018 +0200 |
tree | ea90b0697434c09ee2fea9c898fb2ca88d238a88 | |
parent | a214079008b30567d0750ec3a27d142fd34662d9 [diff] [blame] |
patch 8.1.0384: sign ordering depends on +netbeans feature Problem: Sign ordering depends on +netbeans feature. Solution: Also order signs without +netbeans. (Christian Brabandt, closes #3224)
diff --git a/src/version.c b/src/version.c index 6f75233..6912210 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 384, +/**/ 383, /**/ 382,