Advertisement
Guest User

vim help =

a guest
Dec 10th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.59 KB | None | 0 0
  1.                             *=*
  2. ={motion}       Filter {motion} lines through the external program
  3.             given with the 'equalprg' option.  When the 'equalprg'
  4.             option is empty (this is the default), use the
  5.             internal formatting function |C-indenting| and
  6.             |'lisp'|.  But when 'indentexpr' is not empty, it will
  7.             be used instead |indent-expression|.  When Vim was
  8.             compiled without internal formatting then the "indent"
  9.             program is used as a last resort.
  10.  
  11.                             *==*
  12. ==          Filter [count] lines like with ={motion}.
  13.  
  14.                             *v_=*
  15. {Visual}=       Filter the highlighted lines like with ={motion}.
  16.             {not in Vi}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement