summaryrefslogtreecommitdiff
path: root/src/testdir/test_number.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2229: cannot color number column above/below cursor differentlyv8.1.2229Bram Moolenaar2019-10-271-0/+34
| | | | | Problem: Cannot color number column above/below cursor differently. Solution: Add LineNrAbove and LineNrBelow. (Shaun Brady, closes #624)
* patch 8.1.1642: may use uninitialized variablev8.1.1642Bram Moolenaar2019-07-071-0/+11
| | | | | Problem: May use uninitialized variable. (Patrick Palka) Solution: Initialize variables earlier. (closes #4623)
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-5/+5
| | | | | Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
* patch 8.0.0359: 'number' and 'relativenumber' are not properly testedv8.0.0359Bram Moolenaar2017-02-231-0/+254
Problem: 'number' and 'relativenumber' are not properly tested. Solution: Add tests, change old style to new style tests. (Ozaki Kiichi, closes #1447)