aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-23 09:29:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-23 09:29:53 +1200
commit60dbfac9231d3f8ff111bce3ac87d4b30f044d36 (patch)
treeaa26ddcd9d12f613702989825992978d7f197298 /vim/ftplugin
parentRefactor undo_ftplugin lines for Markdown ftplugin (diff)
downloaddotfiles-60dbfac9231d3f8ff111bce3ac87d4b30f044d36.tar.gz
dotfiles-60dbfac9231d3f8ff111bce3ac87d4b30f044d36.zip
Correct definition for b:undo_ftplugin
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/markdown.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/markdown.vim b/vim/ftplugin/markdown.vim
index 7c757383..cd2c2b08 100644
--- a/vim/ftplugin/markdown.vim
+++ b/vim/ftplugin/markdown.vim
@@ -7,7 +7,7 @@ let b:did_ftplugin = 1
" Specify format for comments (lists, quotes)
setlocal comments=fb:*,fb:-,fb:+,n:>
setlocal commentstring=>\ %s
-let b:undo_ftplugin .= '|setlocal comments< commentstring<'
+let b:undo_ftplugin = 'setlocal comments< commentstring<'
" Specify format options
setlocal formatoptions+=tcqln