From ccabcefafef457e7d488ef2ee1b27b4b56e03267 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Nov 2017 00:32:04 +1300 Subject: Break long lines in check/lint/tidy mappings --- vim/ftplugin/html.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vim/ftplugin/html.vim') diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim index f16bc8cf..a56ae778 100644 --- a/vim/ftplugin/html.vim +++ b/vim/ftplugin/html.vim @@ -1,5 +1,6 @@ " Run `tidy -errors -quiet` over buffer -nnoremap c :write !tidy -errors -quiet +nnoremap c + \ :write !tidy -errors -quiet " Make a bare URL into a link to itself function! s:UrlLink() @@ -16,4 +17,5 @@ function! s:UrlLink() normal! a endfunction -nnoremap r :call UrlLink() +nnoremap r + \ :call UrlLink() -- cgit v1.2.3