commit | c312b8b87a589ed8452dbf0f555f05ff86d04692 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 17:53:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 17:53:04 2017 +0200 |
tree | 54e201c75f066abf95dcde5889f861cc938f7c80 | |
parent | ce1577502693940f1f9285cd803a075b738a2330 [diff] [blame] |
patch 8.0.1231: expanding file name drops dash Problem: Expanding file name drops dash. (stucki) Solution: Use the right position. (Christian Brabandt, closes #2184)
diff --git a/src/version.c b/src/version.c index 221c757..4ce6fee 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1231, +/**/ 1230, /**/ 1229,