Re: [vim] Yanking into the same registry slot as the macro's currently being recorded cause macro to be yanked instead. (#470)

2015-11-16 Thread Tony Mechelynck
On Mon, Nov 16, 2015 at 12:41 PM, Christian Brabandt wrote: > > So how about adding some warning into the documentation that putting from the > same register that is used for recording won't likely work as one would > expect and perhaps also mention in the status line which register is used for

Re: Set line breaks, word wraps and word searching for Thai and other non-latin languages

2015-11-16 Thread Bram Moolenaar
Brian Wilson wrote: > >Bram Moolenaar wrote: > > Can we see the start and/or end of a word by recognizing characters? > > Or do we need to recognize words? > > > > The spell checker does have some knowledge about where words start and > > end. It's a bit slow doing it that way, but might still

Re: Set line breaks, word wraps and word searching for Thai and other non-latin languages

2015-11-16 Thread Random832
Brian Wilson writes: > Not sure I understand the question about \< and \> being on the same > column. \< and \> are zero-width regex specifiers matching the beginning and ending of a word. For english words AAA BBB it would become ^\ \$, but for Thai words AAABBB it would be ^\\$ and I was wonder

Re: Set line breaks, word wraps and word searching for Thai and other non-latin languages

2015-11-16 Thread Nikolay Pavlov
2015-11-16 22:29 GMT+03:00 Brian Wilson : > On Saturday, November 14, 2015 at 9:02:24 PM UTC-8, ZyX wrote: > > ​`gq` behaviour is by a &formatexpr and ​&formatprg option values and > you may use them if you know a program which serves your purposes. `w` and > other motions can be remapped, same fo

Re: Set line breaks, word wraps and word searching for Thai and other non-latin languages

2015-11-16 Thread Brian Wilson
On Saturday, November 14, 2015 at 9:02:24 PM UTC-8, ZyX wrote: > ​`gq` behaviour is by a &formatexpr and ​&formatprg option values and you may > use them if you know a program which serves your purposes. `w` and other > motions can be remapped, same for `J` (in the last case you may manually > c

Re: Set line breaks, word wraps and word searching for Thai and other non-latin languages

2015-11-16 Thread Brian Wilson
On Saturday, November 14, 2015 at 3:04:44 PM UTC-8, Random832 wrote: > Bram Moolenaar writes: > > Can we see the start and/or end of a word by recognizing characters? > > Or do we need to recognize words? > > Everything I can find online indicates that word boundary detection (and > line breaking,

Re: Set line breaks, word wraps and word searching for Thai and other non-latin languages

2015-11-16 Thread Brian Wilson
>Bram Moolenaar wrote: > Can we see the start and/or end of a word by recognizing characters? > Or do we need to recognize words? > > The spell checker does have some knowledge about where words start and > end. It's a bit slow doing it that way, but might still be acceptable. > > I suppose we c

Re: [vim] Yanking into the same registry slot as the macro's currently being recorded cause macro to be yanked instead. (#470)

2015-11-16 Thread Ben Fritz
> perhaps also mention in the status line which register is used for recording > (e.g. instead of "recording" use "recording @a" or +1 -- -- 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