]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add 'g:vim_markdown_conceal'
authorBOACK <BOACK@users.noreply.github.com>
Sat, 13 Feb 2016 13:30:51 +0000 (22:30 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 19 Feb 2016 00:14:25 +0000 (09:14 +0900)
commit8b54e061e105fba060d6c24c0a05679c2f951810
tree91d71f81503dc5922a3427212ba1226d52ac1d7b
parent937a27a0655b71eb3429867f14fb2caba691fbbc
Add 'g:vim_markdown_conceal'

Add variable 'g:vim_markdown_conceal' to enable/disable markdown conceal.
In vimrc,
let g:vim_markdown_conceal = 1 " conceal enable
let g:vim_markdown_conceal = 0 " conceal disable
Default : 1
README.md
doc/vim-markdown.txt
ftplugin/markdown.vim
syntax/markdown.vim