Re: Auto line break upon reply email

2022-05-08 Thread 'Tim Ye' via vim_use
On 2022-05-08 10:45+0200, Christian Brabandt wrote: On So, 08 Mai 2022, 'Tim Ye' via vim_use wrote: On 2022-05-08 10:34+0200, BPJ wrote: > You also have to make sure "t" is in 'formatoptions' (see :h > formatoptions). I forgot that because I always have it. Sorry! Yes I have something like

Re: Auto line break upon reply email

2022-05-08 Thread Christian Brabandt
On So, 08 Mai 2022, 'Tim Ye' via vim_use wrote: > On 2022-05-08 10:34+0200, BPJ wrote: > > > You also have to make sure "t" is in 'formatoptions' (see :h > > formatoptions). I forgot that because I always have it. Sorry! > > Yes I have something like the following setting in my muttrc: > >

Re: Auto line break upon reply email

2022-05-08 Thread 'Tim Ye' via vim_use
Please ignore this message, it's duplicated. Sorry. On 2022-05-08 11:19+0800, 'Tim Ye' via vim_use wrote: Hi, I noticed that some of the replied emails are auto formatted by user, so if the line is longer than, say 72 chars, it'll break into 2 lines automatically(?). I'm wondering if it's

Auto line break upon reply email

2022-05-08 Thread 'Tim Ye' via vim_use
Hi, I noticed that some of the replied emails are auto formatted by user, so if the line is longer than, say 72 chars, it'll break into 2 lines automatically(?). I'm wondering if it's possible to do this in vim? My email client is mutt. Thank you, - Tim -- -- You received this message from

Re: Auto line break upon reply email

2022-05-08 Thread 'Tim Ye' via vim_use
Thank you for your reply. Sorry I didn't make myself clear, what I wanted to achieve is that when I hit reply (in mutt it's 'r'), I hope that the text in my replied email would be automatically re-formatted (so if someone else sent an email which doesn't set textwidth to 72 can be breaking

Re: Auto line break upon reply email

2022-05-08 Thread 'Tim Ye' via vim_use
On 2022-05-08 10:34+0200, BPJ wrote: You also have to make sure "t" is in 'formatoptions' (see :h formatoptions). I forgot that because I always have it. Sorry! Yes I have something like the following setting in my muttrc: set editor = "vim -c 'set comments+=nb:> nocp bg=light tw=72 spell

Re: Auto line break upon reply email

2022-05-08 Thread BPJ
Den sön 8 maj 2022 10:21BPJ skrev: > > > Den sön 8 maj 2022 09:06'Tim Ye' via vim_use > skrev: > >> Hi, >> >> I noticed that some of the replied emails are auto indented by user, so >> if the line is longer than, say 72 chars, it'll break into 2 lines >> automatically(?). I'm wondering if it's

Re: Auto line break upon reply email

2022-05-08 Thread BPJ
Den sön 8 maj 2022 09:06'Tim Ye' via vim_use skrev: > Hi, > > I noticed that some of the replied emails are auto indented by user, so > if the line is longer than, say 72 chars, it'll break into 2 lines > automatically(?). I'm wondering if it's possible to do this in vim? > :setl tw=72 see :h

Auto line break upon reply email

2022-05-08 Thread 'Tim Ye' via vim_use
Hi, I noticed that some of the replied emails are auto indented by user, so if the line is longer than, say 72 chars, it'll break into 2 lines automatically(?). I'm wondering if it's possible to do this in vim? My email client is mutt. Thank you, - Tim -- -- You received this message