On Thursday, April 24, 2014 1:15:23 PM UTC-5, slack woody wrote: > Hi > > > > When I'm writing shell scripts I tend to have textwidth at around 72 > > characters. Is there a way that vim can auto add a \ at the end of the > > line when it starts a new line? >
I think you can use the 'formatexpr' option for this. You'll need to write a function to do your formatting for you, including breaking the line and adding the '\'. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
