mirror of
https://github.com/tpope/vim-markdown.git
synced 2025-11-09 10:23:48 -05:00
Fix undo_ftplugin
Add the missing bar and setl command, which previously hadn't been necessary until the addition of [[ and ]] maps.
This commit is contained in:
committed by
Tim Pope
parent
ed76403b2e
commit
23213f39db
@@ -76,7 +76,7 @@ if has("folding") && get(g:, "markdown_folding", 0)
|
|||||||
setlocal foldexpr=MarkdownFold()
|
setlocal foldexpr=MarkdownFold()
|
||||||
setlocal foldmethod=expr
|
setlocal foldmethod=expr
|
||||||
setlocal foldtext=MarkdownFoldText()
|
setlocal foldtext=MarkdownFoldText()
|
||||||
let b:undo_ftplugin .= " foldexpr< foldmethod< foldtext<"
|
let b:undo_ftplugin .= "|setl foldexpr< foldmethod< foldtext<"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" vim:set sw=2:
|
" vim:set sw=2:
|
||||||
|
|||||||
Reference in New Issue
Block a user