Tuesday, December 27, 2011

RE: Hiding a string of text

Some progress since the original post: To hide a certain string, I created
the following syntax region:

syn region conceal start="\\afootnote" end="}"

then split the buffer and did

:set conceallevel=3

in one of the split windows.

The correct strings are being identified.

However, there are issues:

1) The strings are highlighted with white color in both windows -- I have
verified the conceallevel via ":verbose set conceallevel?".

2) My background is black -- so the highlight should be black and not white.

--Suresh


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: