From 95e5976068183cf0f5b1601b7b159dfc6fa2cab8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 3 Nov 2017 23:54:52 +1300 Subject: Use long form options for tidy(1) Vim call --- vim/ftplugin/html.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/ftplugin') diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim index 4d3991f3..3bd1dbdf 100644 --- a/vim/ftplugin/html.vim +++ b/vim/ftplugin/html.vim @@ -1,5 +1,5 @@ -" Run tidy -eq -utf8 on file for the current buffer -nnoremap v :write !tidy -eq -utf8 +" Run `tidy -errors -quiet` for the current buffer +nnoremap c :write !tidy -errors -quiet -utf8 " Make a bare URL into a link to itself function! s:UrlLink() -- cgit v1.2.3