| commit | d59c099120919d2d77b431308e390f86c594c825 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Mon May 04 16:52:01 2015 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Mon May 04 16:52:01 2015 +0200 |
| tree | 8938c5ac8920a462d6312a980833a59193093fb2 | |
| parent | f300ad230bc394556aac070faa88ca1667ffbfa2 [diff] |
patch 7.4.721
Problem: When 'list' is set Visual mode does not highlight anything in
empty lines. (mgaleski)
Solution: Check the value of lcs_eol in another place. (Christian Brabandt)