Re: how to extend search-for-word-under-cursor

2020-09-29 Thread Richard Mitchell
On Tuesday, September 29, 2020 at 4:24:56 PM UTC-4, Tim Chase wrote: > > On 2020-09-29 13:05, Richard Mitchell wrote: > > Can a search-for-word-under-cursor be extended to search > > for both that word and the same word with a specific leading > > character? > > > > For example, when

Re: how to extend search-for-word-under-cursor

2020-09-29 Thread Tim Chase
On 2020-09-29 13:05, Richard Mitchell wrote: > Can a search-for-word-under-cursor be extended to search > for both that word and the same word with a specific leading > character? > > For example, when sitting on "foo", I want to find both "foo" > and "_foo", but not anything else. I don't do it

how to extend search-for-word-under-cursor

2020-09-29 Thread Richard Mitchell
Can a search-for-word-under-cursor be extended to search for both that word and the same word with a specific leading character? For example, when sitting on "foo", I want to find both "foo" and "_foo", but not anything else. -- -- You received this message from the "vim_use" maillist. Do not

Re: `set t_Co=16` in vimrc file has no effect

2020-09-29 Thread Gary Johnson
On 2020-09-29, Bram Moolenaar wrote: > Gary Johnson wrote: > > > On 2020-09-26, Nikolay Belikov wrote: > > > Hello all, > > > > > > I've stumbled upon strange behavior in Vim 8.2 regarding `t_Co` > > > variable. This might be a bug, but more probably is just a case of > > > PEBCAK, so maybe

Re: `set t_Co=16` in vimrc file has no effect

2020-09-29 Thread Bram Moolenaar
Gary Johnson wrote: > On 2020-09-26, Nikolay Belikov wrote: > > Hello all, > > > > I've stumbled upon strange behavior in Vim 8.2 regarding `t_Co` > > variable. This might be a bug, but more probably is just a case of > > PEBCAK, so maybe someone could point me towards what I'm doing wrong. >

Re: `set t_Co=16` in vimrc file has no effect

2020-09-29 Thread Gary Johnson
On 2020-09-26, Nikolay Belikov wrote: > Hello all, > > I've stumbled upon strange behavior in Vim 8.2 regarding `t_Co` > variable. This might be a bug, but more probably is just a case of > PEBCAK, so maybe someone could point me towards what I'm doing wrong. > > Background: I want to use my