Re: Windows installer - silent mode

2012-10-03 Thread geoffrey . wood
On Wednesday, 28 March 2012 13:23:48 UTC+1, Michael Smith wrote: > Hi, > > From what I understand, the Windows installer (gvim73_46.exe) is built > using NSIS, and NSIS supports a "/S" flag to enable unattended installation. > > It works, except that it still pops up a confirmation dialog at t

Re: change display colors. which rule causes which color?

2012-10-02 Thread geoffrey . wood
On Monday, 1 October 2012 23:33:17 UTC+1, Gelonida N wrote: > The problem is, that all dark blue colors are very difficult to recognize. > Ideally I'd like to change all dark blue vim colors into a lighter blue > or another color. I have the same problem with dark blue. > Is there an easy way

Re: Enable option / disable option

2012-07-31 Thread geoffrey . wood
On Tuesday, 31 July 2012 12:51:52 UTC+1, dotancohen wrote: > On Superuser I found this nice way to highlight the word under the > cursor for the whole page: > http://superuser.com/questions/255024/vim-highlighting-a-search-term-without-moving-the-cursor > > I would like to enable / disable this

Re: search limit for / ?

2012-07-24 Thread geoffrey . wood
On Tuesday, 24 July 2012 05:32:58 UTC+1, sinbad wrote: > how to limit the search to the current line while using / or ? If you know the line number you can include \%106l in the search pattern to match line 106 only. You can also use Ctrl-R to call function line(".") to get the current row numb

Re: Cleaning up the buffer list

2012-07-13 Thread geoffrey . wood
On Friday, 13 July 2012 03:22:49 UTC+1, Chris Jones wrote: > On Thu, Jul 12, 2012 at 06:34:32AM EDT, Geoff wrote: > > > You can also use :bd to unload the buffer and delete it from > > the list once you've finished with it, to avoid leaving it > > in the buffer list. Possibly a dangerous habit t

Re: Cleaning up the buffer list

2012-07-12 Thread geoffrey . wood
On Thursday, 12 July 2012 00:38:04 UTC+1, Chris Jones wrote: > I usually have a single Vim instance that stays up for weeks if not > months at a time, such that I eventually have a large number of buffers > as listed by the ‘:ls/:buffers’ command.. well over 100 at this point in > time. Even thoug

Re: Vim splits resize switching between dual monitors

2012-06-21 Thread geoffrey . wood
On Tuesday, 1 November 2011 14:59:22 UTC, lessthanideal wrote: > Using Vim 7.3 patches 1 - 333 (the Vim without Cream > version) on XP SP3. > > I have a dual-monitor system ... > ... pressing Ctrl-F12 moves the selected window between > the two monitors. ... > ... The problem is that sometimes, d

Re: Vertical split changing GVim application window position

2012-06-21 Thread geoffrey . wood
On Wednesday, 20 June 2012 13:46:26 UTC+1, Yukihiro Nakadaira wrote: > On Tue, Jun 19, 2012 at 8:24 PM, wrote: > > When switching the display to show a vertical split (e.g. > > use :vsplit, or switch to a tab that's already split), if > > the GVim Application window is across the boundary of the

Vertical split changing GVim application window position

2012-06-19 Thread geoffrey . wood
tUsing Vim 7.3 patches 1 - 556 (the Vim without Cream version) on XP SP3. I have a dual-monitor system, both monitors are the same size and resolution, the left-hand monitor is the primary one so no negative desktop coordinates. When switching the display to show a vertical split (e.g. use :vspli