http://www.perlmonks.org?node_id=817774


in reply to Re^3: [somewhat OT now] Can't get vim to stop outdenting Perl comments, any ideas?
in thread Can't get vim to stop outdenting Perl comments, any ideas?

Use the macro ...

" Strip end white space nnoremap S :%s/\s\+$//<CR> nnoremap s :s/\s\+$//<CR>
  • Comment on Re^4: OT - Can't get vim to stop outdenting Perl comments, any ideas?
  • Download Code