FS#64513 - vim broken highlights

Attached to Project: Arch Linux
Opened by Harish Rajagopal (rharish) - Friday, 15 November 2019, 15:47 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 18 November 2019, 13:53 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
CursorLineNr isn't properly highlighted when using vim from the terminal.
The output of `:hi` shows the correct highlighting, but this is not shown in the actual line numbering.
This is observed in version 8.1.2268-1, while the correct behavior is observed in earlier versions.

Additional info:
* gvim: 8.1.2268-1, vim-runtime: 8.1.2268-1

Steps to reproduce:
1. Open vim in the terminal
2. Execute the commands:
```
:set nu rnu
:hi
```
3. Observe the default highlighting of LineNr and CursorLineNr
4. Now observe the highlighting for the current line number, which matches the expected highlighting for LineNr but not CursorLineNr.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 18 November 2019, 13:53 GMT
Reason for closing:  Not a bug
Additional comments about closing:  User requested: The behavior of CursorLineNr has been changed in upstream, according to: https://github.com/vim/vim/issues/3893

Loading...