aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/html.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/html.vim')
-rw-r--r--vim/ftplugin/html.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim
index 27b38424..d2c6a3e3 100644
--- a/vim/ftplugin/html.vim
+++ b/vim/ftplugin/html.vim
@@ -30,7 +30,7 @@ nnoremap <buffer> <silent>
\ :<C-U>call <SID>UrlLink()<CR>
" Unload this filetype plugin
-let b:undo_user_ftplugin = ''
- \ . '|silent! nunmap <LocalLeader>c'
+let b:undo_user_ftplugin
+ \ = 'silent! nunmap <LocalLeader>c'
\ . '|silent! nunmap <LocalLeader>t'
\ . '|silent! nunmap <LocalLeader>r'