0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

Give each syntax item a sequence number, so that we know when it starts and

can show the 'cchar' for each of them.
This commit is contained in:
Bram Moolenaar
2010-07-24 17:29:03 +02:00
parent 2c3b1d9976
commit ffbbcb597c
4 changed files with 18 additions and 12 deletions

View File

@@ -42,9 +42,6 @@ Add documentation for Python 3 support.
Check position in wrapped line with 'concealcursor' set.
Trick with syntax ID works, but it's not nice. Can we give a sequence nr to
syntax item matches? At least the ones with a replacement char.
'undoreload' option: when fewer lines than these consider a reload as a change
action and save the text before the reload, don't clear undo info.