Hi Bram and Vim developers, 2018-10-6(Sat) 4:09:47 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > By default, 'm' is not contained in 'formatoptions', so automatic > > wrapping not work when multi-byte characters are continuously input. > > Of course, I should set it up with my .vimrc, but I saw some people in > > trouble with this case. > > I am very happy if you can include an attached patch. > > I think this change does not affect non-multi-byte-inputting people. > > AFAIK this should only be done for Asian languages. There are many > other languages where multi-byte characters are used, such as Greek, > where spaces are used to separate words. Like Tony also mentioned. > > Would it work to $LANG for a match with a list of languages for which > these 'formatoptions' are useful?
Maybe yes. However, when that happens, more greed will come out. 'fileencodings', 'ambiwidth', ... :-) I would like to hear more opinions from various people. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" 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_dev" 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.
