Skip to content

Visual highlighting of marked lines as well option to clear all local marks#1

Open
jeetsukumaran wants to merge 4 commits intokhorser:masterfrom
jeetsukumaran:master
Open

Visual highlighting of marked lines as well option to clear all local marks#1
jeetsukumaran wants to merge 4 commits intokhorser:masterfrom
jeetsukumaran:master

Conversation

@jeetsukumaran
Copy link
Copy Markdown

No description provided.

@khorser
Copy link
Copy Markdown
Owner

khorser commented Mar 23, 2014

Thanks for the patch Jeet. Will highlighting work when marks are added/deleted manually?

@jeetsukumaran
Copy link
Copy Markdown
Author

Highlighting is only carried out when marks are set/removed via ToggleMarks().

@khorser
Copy link
Copy Markdown
Owner

khorser commented Mar 24, 2014

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=blue

Do you think you can update your patch with something like this?

@jeetsukumaran
Copy link
Copy Markdown
Author

Hi,

I am not sure when I can get around to this. It seems to me like this
might work, though.

-- jeet

On 3/24/14 1:54 AM, khorser wrote:

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=blue

Do you think you can update your patch with something like this?


Reply to this email directly or view it on GitHub
#1 (comment).


Jeet Sukumaran

jeetsukumaran@gmail.com

Department of Biology
Duke University
Box 90338

Durham, NC 27708

Blog/Personal Pages:
http://jeetworks.org/
GitHub Repositories:
http://github.com/jeetsukumaran
Photographs (as stream):
http://www.flickr.com/photos/jeetsukumaran/
Photographs (by galleries):

http://www.flickr.com/photos/jeetsukumaran/sets/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants