Visual highlighting of marked lines as well option to clear all local marks#1
Visual highlighting of marked lines as well option to clear all local marks#1jeetsukumaran wants to merge 4 commits intokhorser:masterfrom jeetsukumaran:master
Conversation
|
Thanks for the patch Jeet. Will highlighting work when marks are added/deleted manually? |
|
Highlighting is only carried out when marks are set/removed via ToggleMarks(). |
|
I think there is more generic solution that will work in all cases: :sy match syntaxMark /^.*\%'a$/
" repeat the same for other mark letters
:hi syntaxMark guibg=red guifg=blueDo you think you can update your patch with something like this? |
|
Hi, I am not sure when I can get around to this. It seems to me like this -- jeet On 3/24/14 1:54 AM, khorser wrote:
Jeet Sukumaranjeetsukumaran@gmail.comDepartment of Biology Durham, NC 27708Blog/Personal Pages: http://www.flickr.com/photos/jeetsukumaran/sets/ |
No description provided.