From f1a27833c012d3c0550f2d97839663a5e5ec7171 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 3 Nov 2017 23:58:29 +1300 Subject: Improve comments on check/lint/tidy maps --- vim/ftplugin/html.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/ftplugin/html.vim') diff --git a/vim/ftplugin/html.vim b/vim/ftplugin/html.vim index 3bd1dbdf..520e4fe2 100644 --- a/vim/ftplugin/html.vim +++ b/vim/ftplugin/html.vim @@ -1,4 +1,4 @@ -" Run `tidy -errors -quiet` for the current buffer +" Run `tidy -errors -quiet` over buffer nnoremap c :write !tidy -errors -quiet -utf8 " Make a bare URL into a link to itself -- cgit v1.2.3