Guest User

Untitled

a guest
Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <div>
  2. <span>
  3. </span>
  4. </div>
  5.  
  6. ={motion} Filter {motion} lines through the external program
  7. given with the 'equalprg' option. When the 'equalprg'
  8. option is empty (this is the default), use the
  9. internal formatting function |C-indenting| and
  10. |'lisp'|. But when 'indentexpr' is not empty, it will
  11. be used instead |indent-expression|. When Vim was
  12. compiled without internal formatting then the "indent"
  13. program is used as a last resort.
  14.  
  15. equalprg=
  16. indentexpr=HtmlIndent()
  17. Last set from /usr/local/share/vim/vim74/indent/html.vim
  18.  
  19. <div>
  20. <span>
  21. </span>
  22. </div>
  23.  
  24. :filetype plugin indent on " enable the filetype indent plugin
  25. :e " re-open the file (very important!)
  26. :scriptnames " make sure you see an ".../indent/html.vim"
  27. :=G " or whatever range you want
Add Comment
Please, Sign In to add comment