Vim conceal feature is applied to active line
Posted
by
akxlr
on Super User
See other posts from Super User
or by akxlr
Published on 2014-08-20T09:56:39Z
Indexed on
2014/08/20
10:24 UTC
Read the original article
Hit count: 253
I am using MacVim with the vim-latex plugin. There is a conceal
feature turned on by default that converts LaTeX symbols to unicode in vim itself so the source is easier to read. I think this is supposed to turn off on the active line (under the cursor) but this isn't happening, meaning I can't edit the code in parts.
Is there a way to make the conceal feature only apply for inactive lines? Otherwise, how do I turn it off?
© Super User or respective owner