Re: changing vim cursor shape or color in vim 7.0

2011-08-27 Thread Marcin Szamotulski
On 01:57 Fri 26 Aug , sinbad wrote: > On Aug 18, 11:26 am, sinbad wrote: > > On Aug 17, 4:55 pm,sinbad wrote: > > > > > > > > > > > > > > > > > > > > > hi, > > > > > i'm using vim 7.0 inside a gnu screen. > > > i use vim by puttying to the linux server. > > > i want to change the cursor shape

Re: Python indentation script...

2011-08-27 Thread Benjamin R. Haskell
On Fri, 26 Aug 2011, Burnett, Rick wrote: Hello All! I've been looking around to see if it is possible to create a script or add a feature that I would use quite a bit. When editing python code, how much a line is indented sets the scope of the code, as many of you know, however, sometimes

gvim question: buffers menu, avoid alphabetical grouping

2011-08-27 Thread Gelonida N
Hi, When using gvim with miltiple buffers I switch between my buffers by using the buffers menu. When the number of buffers exceeds a certain number, gvim starts grouping the buffers into alphabetical groups. I personally don't like this behaviour. What I currently do is: - Identify the buffer

Re: Copy and paste problem

2011-08-27 Thread ZyX
Reply to message «Re: Copy and paste problem», sent 20:52:14 27 August 2011, Saturday by Михаил Голубев: > Using ^= instead of += is really nice tip, though my vim doesn't have any > unnamedplus option for clipboard command( It was introduced in vim-7.3.74. Original message: > Thank you, Gary! >

Re: Copy and paste problem

2011-08-27 Thread Михаил Голубев
Thank you, Gary! Using ^= instead of += is really nice tip, though my vim doesn't have any unnamedplus option for clipboard command( 2011/8/27 Gary Johnson > On 2011-08-27, ?? ??? wrote: > > Hello, dear Vim society! > > > > I always want my vim more freely communicate with another appli

Re: Copy and paste problem

2011-08-27 Thread Gary Johnson
On 2011-08-27, ?? ??? wrote: > Hello, dear Vim society! > > I always want my vim more freely communicate with another applications on my > computer. So after googling a bit and digging in vim help I found the next > fancy option: > > set clipboard+=unnamed > > on Windows it does exactly

Copy and paste problem

2011-08-27 Thread Михаил Голубев
Hello, dear Vim society! I always want my vim more freely communicate with another applications on my computer. So after googling a bit and digging in vim help I found the next fancy option: set clipboard+=unnamed on Windows it does exactly what I wish, but on Linux it works works only by half..

Re: Python indentation script...

2011-08-27 Thread enc0der
Oh wow, this is very close! Given you've done all the hard work, I am attempted to add the other changes to it that I wanted. Thanks SO much! Is there a way to have this constantly run on the current line I am on instead of only when I exit out of edit mode? Rick On Sat, Aug 27, 2011 at 3:39 A

Re: How to apply a ex-cmd to all buffers currently displayed

2011-08-27 Thread meino . cramer
Tim Chase [11-08-27 13:20]: > On 08/27/11 03:59, meino.cra...@gmx.de wrote: > >I have the vimdiff of two files open. > > > >As the diffed lines of some kind are not interesting in the moment, > >I want to g//d them out of the way on both windows. > > > >How can I apply the command to both, without

Re: How to apply a ex-cmd to all buffers currently displayed

2011-08-27 Thread Tim Chase
On 08/27/11 03:59, meino.cra...@gmx.de wrote: I have the vimdiff of two files open. As the diffed lines of some kind are not interesting in the moment, I want to g//d them out of the way on both windows. How can I apply the command to both, without entering the cmd again and without affecting a

How to apply a ex-cmd to all buffers currently displayed

2011-08-27 Thread meino . cramer
Hi, I have the vimdiff of two files open. As the diffed lines of some kind are not interesting in the moment, I want to g//d them out of the way on both windows. How can I apply the command to both, without entering the cmd again and without affecting any othe buffer? Thank you very much in adv

Re: Python indentation script...

2011-08-27 Thread Christian Brabandt
Hi Burnett,! On Fr, 26 Aug 2011, Burnett, Rick wrote: > Hello All! > > I've been looking around to see if it is possible to create a script or add a > feature that I would use quite a bit. > > When editing python code, how much a line is indented sets the scope of the > code, as many of you k