Skip to content

Commit

Permalink
Merge branch 'master' into conceal
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jan 19, 2012
2 parents b2c9056 + fdc0f09 commit 6502698
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ftplugin/markdown.vim
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ setlocal comments=fb:*,fb:-,fb:+,n:> commentstring=>\ %s
setlocal formatoptions+=tcqln setlocal formatoptions+=tcqln
setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+ setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+


let b:undo_ftplugin .= "|setl cms< com< fo<" if exists('b:undo_ftplugin')
let b:undo_ftplugin .= "|setl cms< com< fo< flp<"
else
let b:undo_ftplugin = "setl cms< com< fo< flp<"
endif


" vim:set sw=2: " vim:set sw=2:

0 comments on commit 6502698

Please sign in to comment.