Files
neovim/test/functional
Justin M. Keyes 37a499148f Visual: highlight char-at-cursor
Decide whether to highlight the visual-selected character under the
cursor, depending on 'guicursor' style:

- Highlight if cursor is blinking or non-block (vertical, horiz).
- Do NOT highlight if cursor is non-blinking block.

Traditionally Vim's visual selection does "reverse mode", which perhaps
conflicts with the non-blinking block cursor. But 'guicursor' defaults
to a vertical bar for selection=exclusive, and this confuses users who
expect to see the text highlighted.

closes #8983
2019-01-04 01:28:44 +01:00
..
2018-12-20 11:57:30 +01:00
2018-12-20 11:57:30 +01:00
2018-12-31 01:06:17 +01:00
2018-05-09 23:18:38 +02:00
2019-01-04 01:28:44 +01:00
2016-06-10 21:50:49 +03:00