This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I've recently been updating and modifying my vim syntax files, and have added a concealment configuration for markdown files. The config itself is working correctly, hiding and displaying the correct info. However it does not apply on file open, even though it correctly applies the markdown filetype. It correctly applies after I reload the filetype. My custom folding applies correctly on initial opening of the buffer, is there something I may be overlooking or is this standard behavior?
My conceal settings follow
~~~
autocmd Filetype markdown,liquid,text
\ syn region markdownLink matchgroup=markdownLinkDelimiter
\ start="(" end=")" keepend contained conceal contains=markdownUrl autocmd Filetype markdown,liquid,text
\ syn match markdownExt /{[.:#][}]*}/ conceal contains=ALL
Set conceallevel=3 ~~~
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/vim/comment...