Re: Can I include /range/ in substitute pattern?

2017-03-20 Thread jakyk...@theanythingbox.com
On Tuesday, March 14, 2017 at 10:28:23 AM UTC-7, Pablo Contreras wrote: > > my previous trick: > > :/kites/s//.. / > > doesn't work here because I'm trying to match both 'kites' and 'and bikes' > > Is this too ambitious? > > Thanks in advance! Pablo. If you had searched /kites/ first, I'

Trouble building Huge Vim8 on CentOS 7 (Re-sending)

2017-03-20 Thread Mun
Hi all, My apologies if this is a duplicate. I realized I sent the original email from the wrong account and feared it wouldn't make it through. I'm trying to configure vim8 on a fresh CentOS7.3 installation with the following configure command: $ configure --with-features=huge --enable-perlint

Re: Trouble building Huge Vim8 on CentOS 7

2017-03-20 Thread Mun
Hi, See update below ... On Mon, Mar 20, 2017 at 02:09 PM PDT, Mun E-Lists wrote: M> Hi, M> M> I'm trying to configure vim8 on a fresh CentOS7.3 installation with the M> following configure command: M> M> $ configure --with-features=huge --enable-perlinterp --enable-pythoninterp --enable-gui M

Trouble building Huge Vim8 on CentOS 7

2017-03-20 Thread Mun
Hi, I'm trying to configure vim8 on a fresh CentOS7.3 installation with the following configure command: $ configure --with-features=huge --enable-perlinterp --enable-pythoninterp --enable-gui However, configure doesn't seems to think I have GUI support on the system: -

Re: Matchit plugin modifying virtualedit

2017-03-20 Thread Bram Moolenaar
David Fishburn wrote: > :ver > VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 24 2017 13:37:57) > MS-Windows 32-bit GUI version with OLE support > Included patches: 1-233 > > I have realized virtualedit keeps getting set on me, so I ran: > > :verbose set virtualedit? > virtualedit=all >

Re: "No fold found" on many C functions

2017-03-20 Thread Charles E Campbell
Andrew Pennebaker wrote: > When I try to zc C functions, Vim often complains "No fold found" > > Example project: > > https://github.com/edenhill/librdkafka > There's a lot of code in there. Care to point one file out in particular? I just tried rdavi.c and it folded just fine. Regards, Chip Cam

getting line number of a searched pattern

2017-03-20 Thread Ni Va
Hi, In this kind of buff : foonothing foobar bar foo << Here is my cursor I would like to know the linenumber of pattern foonothing with backward search and not moving my cursor position so don't use call search(pattern, 'bn') Thanks -- -- You received this message from the "vim_use" maill

Matchit plugin modifying virtualedit

2017-03-20 Thread David Fishburn
:ver VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 24 2017 13:37:57) MS-Windows 32-bit GUI version with OLE support Included patches: 1-233 I have realized virtualedit keeps getting set on me, so I ran: :verbose set virtualedit? virtualedit=all Last set from c:\vim\vim80\pack\dist\op

Re: VIM-internal colorscheme creator ?

2017-03-20 Thread A. S. Budden
On 18 March 2017 at 05:49, wrote: > Hi, > > as a vim user I run vim on a chrooted Linux on my Android tablet - > since no other /editor/ is preinstalled... ;) :) 8) > > Since the display of that tablet is the best on earth, I would > like to tweak the colors of the colorscheme I am using. > > Inc