| commit | 5a4d51e6929b1bb615eaf212a091384cc266b8d7 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 17:24:16 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 17:24:16 2013 +0200 |
| tree | c368580da831049b2e7361c6b8a72d49b2b4ea4d | |
| parent | 85e932f2ca8830990adffa904401089e4e357c21 [diff] |
updated for version 7.3.1277
Problem: In diff mode 'cursorline' also draws in the non-active window.
When 'nu' and 'sbr' are set the 'sbr' string is not underlined.
Solution: Only draw the cursor line in the current window. Combine the
'cursorline' and other highlighting attributes. (Christian
Brabandt)