Re: Buffer number explodes when :vimgrep is called.

2017-02-15 Thread jrfranklin
Hi Tony! I'm working on a plugin that relies on numbering the buffers in some way. The idea is to make switching among them far easier. I think I have it figured out... I'll just enumerate the buffers based on their relative position in the buffer list. This will provide numbering that is co

Re: gVim under Linux starts too low when it is configured to take all vertical space.

2017-02-15 Thread Hans Deragon
> Works for me on openSUSE Linux (currently openSUSE Leap 42.2) in gvim > for GTK3 (and previously for GTK2) with the following in my vimrc: Well, it looks like it is a problem with my particular setup / window manager. I should write to vim's developer group to see if someone can help me find t

Re: Buffer number explodes when :vimgrep is called.

2017-02-15 Thread Nikolay Aleksandrovich Pavlov
2017-02-15 3:00 GMT+03:00 : > Hello all, > > When I call :vimgrep, I'll usually search a directory of 600-1000 files. The > number of unlisted buffers explodes after the call (I assume because buffers > must be loaded into vim in order for the text to be searched). Lately I've > been using bu

Re: VIM scroll bar is missing scroll box

2017-02-15 Thread Tony Mechelynck
On Wed, Feb 15, 2017 at 5:48 AM, wrote: > Thanks for reading. > I am using Terminal VIM and it works very well. > And the scroll bar for Terminal works fine. > But when I run VIM (from Terminal or batch file), > the scroll bar has no "scroll box". > The "scroll box" is that small rectangle indica

Re: VIM scroll bar is missing scroll box

2017-02-15 Thread gordon55y via vim_use
Thanks for the pointers. gordon - Original Message - From: Tony Mechelynck To: vim_use@googlegroups.com Date: Thu, 16 Feb 2017 01:30:46 +0100 Subject: Re: VIM scroll bar is missing scroll box > On Wed, Feb 15, 2017 at 5:48 AM, wrote: > > Thanks for reading. > > I am using Terminal VIM

Re-index before calling “his i”

2017-02-15 Thread hangtian
Hi, Is there any method to re-index history? I wanna do this to make history index always start from 1 to the MAX history value. Calling "his i" or "his @" to show input history. For example, if set history=20, after reaching the max history items, input new item will edge out the oldest hist

Re: W-word Boundaries

2017-02-15 Thread BPJ
Den 13 feb 2017 19:52 skrev "Tim Chase" : On 2017-02-13 13:34, Shawn H Corey wrote: > > The two patterns, \< and \> match w-word boundaries. Is there > something to match W-word boundaries? The best I came up with is: > > \(^\|\s\)\@<= > > I'm writing a syntax file for G+ comments where in-lin