RE: T-shirt

2011-01-03 Thread Martin Jernberg
awesome geeky t-shirt :) Date: Sun, 2 Jan 2011 20:09:22 + Subject: T-shirt From: kamil.lib...@gmail.com To: vim_use@googlegroups.com Regarding to recently read email from Karol. My T-shirt is in attachment. Sorry for not ironing :-) All the best in 2011! All the best for our gVim. :-)

My GVIM7.3 on Win7 : Has started issuing E488 errors. Help

2011-01-03 Thread Rostyk
My default download and installation of the VIM suite on a Win 7 , 64 bit ultimate system was working fine, but has now begun issuing E488 trailing character error messages, for most ex commands. Specific example: Editing @Risk a mail collection text file, . i.e. filetype=mail, syntax=mail, e

colorsyntax on apple terminal

2011-01-03 Thread Kartikeya
Hi, When I am trying to use any color in vim all I am getting is the color changing as per the scheme but only till the text in the line. Rest of the line is still white. Can anyone please help me in this. OS: 10.6.5 (Mac OS X) vi: 7.2.108 Apple terminal: 2.1.1 -- You received this message

Is mailing here the same as posting to vim_use on Google groups?

2011-01-03 Thread Rostyslaw Lewyckyj
Is mailing here the same as posting to vim_use on Google groups? I have subscribed to vim_use, But just in case, can I conclude that if this email gets through, that means that I am subscribed to the mailing list? -- Rostyk -- You received this message from the vim_use maillist. Do not top-post!

Re: vim --remote over ssh -X

2011-01-03 Thread Bastian Venthur
Hi Am 03.01.2011 08:45, schrieb Tony Mechelynck: On 02/01/11 19:05, Bastian Venthur wrote: Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM To control that it is really my local gvim

Re: vim --remote over ssh -X

2011-01-03 Thread Tony Mechelynck
On 03/01/11 10:42, Bastian Venthur wrote: Hi Am 03.01.2011 08:45, schrieb Tony Mechelynck: On 02/01/11 19:05, Bastian Venthur wrote: Hi, when I log into a remote machine with ssh -X and start a local gvim session, i can see the local gvim with: u...@remote$ gvim --serverlist GVIM

Re: My GVIM7.3 on Win7 : Has started issuing E488 errors. Help

2011-01-03 Thread Michael Henry
On 01/02/2011 10:49 PM, Rostyk wrote: 'a or 'b or 'c work :a,bp to display the lines in the a,b range. throws an E488 error In ex commands, line ranges using marks cannot be specified by just naming the mark register like a; instead, use 'a like this: :'a,'bp More detail is

Re: colorsyntax on apple terminal

2011-01-03 Thread Tony Mechelynck
On 03/01/11 05:42, Kartikeya wrote: Hi, When I am trying to use any color in vim all I am getting is the color changing as per the scheme but only till the text in the line. Rest of the line is still white. Can anyone please help me in this. OS: 10.6.5 (Mac OS X) vi: 7.2.108 Apple terminal:

Re: My GVIM7.3 on Win7 : Has started issuing E488 errors. Help

2011-01-03 Thread ZyX
Reply to message «My GVIM7.3 on Win7 : Has started issuing E488 errors. Help», sent 06:49:19 03 January 2011, Monday by Rostyk: :a,bp to display the lines in the a,b range. throws an E488 Before trying this think a bit: if that was a correct syntax then how could vim distinguish

Re: Is mailing here the same as posting to vim_use on Google groups?

2011-01-03 Thread Tony Mechelynck
On 03/01/11 05:02, Rostyslaw Lewyckyj wrote: Is mailing here the same as posting to vim_use on Google groups? Yes. I have subscribed to vim_use, If you hadn't, you could post neither at the vim_use@googlegroups.com (or v...@vim.org ) mailing list, nor on the vim_use Google group. But

Re: vim --remote over ssh -X

2011-01-03 Thread Bastian Venthur
Am 03.01.2011 12:01, schrieb Tony Mechelynck: On 03/01/11 10:42, Bastian Venthur wrote: [...] T'ain't a bug, it's a feature: I don't see how this is a feature. I can see the local gvim on my remote machine and want to load a remote file in my local gvim. When I use gvim --remote SOMEFILE

Re: vim --remote over ssh -X

2011-01-03 Thread Ben Schmidt
I don't see how this is a feature. I can see the local gvim on my remote machine and want to load a remote file in my local gvim. When I use gvim --remote SOMEFILE on the remote machine, an *empty* file gets loaded on my local gvim. So it seems that there is some connection between the remote

Re: Extended version of file:line script

2011-01-03 Thread Christian Brabandt
Hi On Mo, 03 Jan 2011, Dr. David Alan Gilbert wrote: if (names[3]) exe normal . names[3] . | endif It probably doesn't matter in this case, but in general you should always use :normal! regards, Christian -- You received this

Re: Extended version of file:line script

2011-01-03 Thread Dr. David Alan Gilbert
* Yegappan Lakshmanan (yegapp...@gmail.com) wrote: Hi,         Lets try with name:line:column        let names =  matchlist( file, '\(.*\):\(\d\+\):\(\d\+\)')        if len(names) == 0                 OK, lets try just name:line                let names =  matchlist( file,

Re: Extended version of file:line script

2011-01-03 Thread Dr. David Alan Gilbert
* Christian Brabandt (cbli...@256bit.org) wrote: Hi On Mo, 03 Jan 2011, Dr. David Alan Gilbert wrote: if (names[3]) exe normal . names[3] . | endif It probably doesn't matter in this case, but in general you should always use

Re: vim --remote over ssh -X (P.S.)

2011-01-03 Thread Asis Hallab
Dear Tony, I think you should use netrw in order to open your remote file. Details with :h netrw and especially :h netrw-read I might be mistaken though.. Best! Asis 2011/1/3 Tony Mechelynck antoine.mechely...@gmail.com On 03/01/11 08:45, Tony Mechelynck wrote: On 02/01/11 19:05, Bastian

Re: Extended version of file:line script

2011-01-03 Thread Dr. David Alan Gilbert
* ZyX (zyx@gmail.com) wrote: Reply to message «Re: Extended version of file:line script», sent 17:02:09 03 January 2011, Monday by Dr. David Alan Gilbert: Why - what does that do for me? For you - nothing, at least now. It just makes your script independent of user mappings:

Re: colorsyntax on apple terminal

2011-01-03 Thread Alessandro Antonello
Hi, When I am trying to use any color in vim all I am getting is the color changing as per the scheme but only till the text in the line. Rest of the line is still white. Can anyone please help me in this. OS: 10.6.5 (Mac OS X) vi: 7.2.108 Apple terminal: 2.1.1 Hi, That happens with

Re: colorsyntax on apple terminal

2011-01-03 Thread Benjamin R. Haskell
On Mon, 3 Jan 2011, Alessandro Antonello wrote: Hi, When I am trying to use any color in vim all I am getting is the color changing as per the scheme but only till the text in the line. Rest of the line is still white. Can anyone please help me in this. OS: 10.6.5 (Mac OS X) vi: 7.2.108

Re: vim --remote over ssh -X

2011-01-03 Thread Simon Ruderich
On Mon, Jan 03, 2011 at 01:02:20PM +0100, Bastian Venthur wrote: [snip] Yeah, I know. I just happen to find it more convenient to browse the FS with my shell and open files with gvim --remote as needed. The question [snip] Hi Bastian, I can recommend sshfs. It uses FUSE and lets you mount

Re: My GVIM7.3 on Win7 : Has started issuing E488 errors. Help

2011-01-03 Thread Rostyslaw Lewyckyj
Michael Henry wrote: On 01/02/2011 10:49 PM, Rostyk wrote: 'a or 'b or 'c work :a,bp to display the lines in the a,b range. throws an E488 error In ex commands, line ranges using marks cannot be specified by just naming the mark register like a; instead, use 'a like

Re: Line-based jumplist?

2011-01-03 Thread Douglas A. Augusto
On 30/12/2010 at 18:45, AK andrei@gmail.com wrote: Not sure about jumping to exact spot but I made a plugin that jumps to 25%, 50% and 75% of text of current line (i.e. it discards leading trailing whitespace). I can share if anyone's interested. I find it's usually close enough that I

Re: Line-based jumplist?

2011-01-03 Thread AK
On 01/04/2011 12:28 AM, Douglas A. Augusto wrote: On 30/12/2010 at 18:45, AKandrei@gmail.com wrote: Not sure about jumping to exact spot but I made a plugin that jumps to 25%, 50% and 75% of text of current line (i.e. it discards leading trailing whitespace). I can share if anyone's