| 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] |
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)