Skip to content

Commit

Permalink
added nested for indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Nov 24, 2015
1 parent 2fd1c07 commit 928dc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/markdown.vim
Expand Up @@ -13,7 +13,7 @@ setlocal formatoptions-=c
setlocal comments=b:*,b:+,b:-,b:1.

" Automatically continue blockquote on line break
setlocal comments+=b:>
setlocal comments+=bn:>

" Only define the function once
if exists("*GetMarkdownIndent") | finish | endif
Expand Down

0 comments on commit 928dc51

Please sign in to comment.