From 45a3e5014800bbf20d1b0167a9dc28981b644267 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 6 Jan 2019 15:25:01 +1300 Subject: Clarify a comment for HTML indentation --- vim/after/ftplugin/html.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vim/after/ftplugin') diff --git a/vim/after/ftplugin/html.vim b/vim/after/ftplugin/html.vim index c4f2e35e..0dff879f 100644 --- a/vim/after/ftplugin/html.vim +++ b/vim/after/ftplugin/html.vim @@ -9,8 +9,9 @@ let b:undo_ftplugin .= '|unlet b:current_compiler' \ . '|setlocal errorformat< makeprg<' " tidy(1) copes fine with formatting an entire document, but not just part of -" it; we map \= to do the former, but don't actually set 'equalprg', falling -" back on the good-enough built-in Vim indentation behavior. +" it; we map \= to do the former, but don't actually set 'equalprg' for the +" latter, instead falling back on the good-enough built-in Vim indentation +" behavior nnoremap = :call html#TidyBuffer() let b:undo_ftplugin .= '|nunmap =' -- cgit v1.2.3