I have read through the vim-pencil doc on concealing, as well as the help files in vim. I don't mind the concealing, but I would like to see what vim-pencil is concealing. For instance, before I used vim-pencil, vim-wiki would conceal some markup in my markdown files, but just things like bold, italic, links, etc.
Using vim-pencil with latex files also conceals these things, but also more. For instance, for some reason, vim-pencil is concealing both en dashes and em dashes. With the value of g:pencil#conceallevel at a default of 3, this means that it is concealed with nothing. Which is really odd for an en dash that separates two words.
Is there a way to turn off the concealing of certain things or to see what is concealed (and then change it?) I could not find such a list in the docs. I can of course turn off concealing, but I like it for bold and italic, etc, so I would prefer to keep it on.
I have read through the vim-pencil doc on concealing, as well as the help files in vim. I don't mind the concealing, but I would like to see what vim-pencil is concealing. For instance, before I used vim-pencil, vim-wiki would conceal some markup in my markdown files, but just things like bold, italic, links, etc.
Using vim-pencil with latex files also conceals these things, but also more. For instance, for some reason, vim-pencil is concealing both en dashes and em dashes. With the value of
g:pencil#conceallevelat a default of3, this means that it is concealed with nothing. Which is really odd for an en dash that separates two words.Is there a way to turn off the concealing of certain things or to see what is concealed (and then change it?) I could not find such a list in the docs. I can of course turn off concealing, but I like it for bold and italic, etc, so I would prefer to keep it on.