From 6552de5accb651a5c0436bb77e97cffd93c6a72b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 8 Nov 2017 13:50:33 +1300 Subject: Remove null command from b:undo_* variables I didn't realise that a null command at the front of .e.g '|cmd|cmd2' printed the current line! Removed that. --- vim/ftplugin/html.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/ftplugin/html.vim') 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 \ :call UrlLink() " Unload this filetype plugin -let b:undo_user_ftplugin = '' - \ . '|silent! nunmap c' +let b:undo_user_ftplugin + \ = 'silent! nunmap c' \ . '|silent! nunmap t' \ . '|silent! nunmap r' -- cgit v1.2.3