vim-markdown icon indicating copy to clipboard operation
vim-markdown copied to clipboard

Missing conceal for code block in nested list

Open anntzer opened this issue 8 years ago • 0 comments

In

- this
  `is`
  - a `nested`
    `list` <- oops no conceal

the last backquoted block does not get concealed: screenshot_20170125_161916

This is with

VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 24 2017 17:27:32)
Included patches: 1-237
Compiled by Arch Linux
Huge version with GTK2 GUI.

and the upstream markdown.vim, with the header

" Vim syntax file
" Language:     Markdown
" Maintainer:   Tim Pope <[email protected]>
" Filenames:    *.markdown
" Last Change:  2016 Aug 29

anntzer avatar Jan 26 '17 00:01 anntzer