Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | options: make 'highlight' read-only | Björn Linse | 2017-05-15 |
| | |||
* | options: allow different highlights in windows | Björn Linse | 2017-05-08 |
| | |||
* | 'guicursor': No color/blink by default | Justin M. Keyes | 2017-04-30 |
| | | | | Closes #6577 | ||
* | ui: use an array for mode styles | Björn Linse | 2017-04-21 |
| | |||
* | ui: add tests for new cursor shape modes | Björn Linse | 2017-04-21 |
| | |||
* | tests: short form `screen:except(func)` expects condition only. #6440 | Björn Linse | 2017-04-06 |
| | | | | | | - Use this to properly test cursor shape events. - tests: update screen_basic_spec to use `screen:expect` short form. Clearer than using `screen:wait` directy. | ||
* | 'guicursor': Disable by default for unknown terminals. | Justin M. Keyes | 2017-04-04 |
| | | | | | | | User can still set guicursor explicitly in init.vim. Closes #5990 Closes #6403 | ||
* | 'guicursor': enabled=false if 'guicursor' is empty | Justin M. Keyes | 2017-04-04 |
| | | | | | Closes #6429 Closes #6430 | ||
* | 'listchars': `Whitespace` highlight group #6367 | Yichao Zhou | 2017-04-03 |
| | |||
* | tests: Fix testlint errors | ZyX | 2017-04-03 |
| | |||
* | api/cursor_style_set: mode descriptions | Justin M. Keyes | 2017-04-01 |
| | |||
* | 'guicursor': Empty means "block cursor in all modes". | Justin M. Keyes | 2017-04-01 |
Also: update default 'guicursor' to match the documentation. |