commit | 76b9b3696c4381524e31d9e19efef1ba80271a44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 23:35:00 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 23:35:00 2012 +0100 |
tree | ee0e0cc0cbf7f792ac04e5217cda4c3461646a64 | |
parent | d87fbc2b1cd106c3fa0e47329326ea33c90a3287 [diff] [blame] |
updated for version 7.3.426 Problem: With '$' in 'cpoptions' the $ is not displayed in the first column. Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index a63b67c..a55888f 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 426, +/**/ 425, /**/ 424,