aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/html.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-03 23:58:29 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-03 23:59:31 +1300
commitf1a27833c012d3c0550f2d97839663a5e5ec7171 (patch)
tree7aa8c92074465913f22d9d0ab2568e9b65d4e7e1 /vim/ftplugin/html.vim
parentUse long form options for tidy(1) Vim call (diff)
downloaddotfiles-f1a27833c012d3c0550f2d97839663a5e5ec7171.tar.gz
dotfiles-f1a27833c012d3c0550f2d97839663a5e5ec7171.zip
Improve comments on check/lint/tidy maps
Diffstat (limited to 'vim/ftplugin/html.vim')
-rw-r--r--vim/ftplugin/html.vim2
1 files changed, 1 insertions, 1 deletions
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 <LocalLeader>c :write !tidy -errors -quiet -utf8<CR>
" Make a bare URL into a link to itself