Re: add a color line behind line number

2011-07-14 Thread Christian Brabandt
On Wed, July 13, 2011 7:13 pm, Ben Fritz wrote: On Jul 13, 1:11 am, Christian Brabandt cbli...@256bit.org wrote: On Tue, July 12, 2011 11:33 pm, Ben Fritz wrote: Are you asking for every other line to be highlighted in a different color as shown in the screen shot? You can't do it exactly

RE: SnipMate error

2011-07-14 Thread Ivan Vilches Basaul
How that hell i can unsuscribe of this mailist Date: Wed, 13 Jul 2011 23:59:58 -0400 From: andrei@gmail.com To: vim_use@googlegroups.com Subject: Re: SnipMate error On 07/13/2011 11:05 PM, Marc Weber wrote: Excerpts from AK's message of Thu Jul 14 04:30:36 +0200 2011: Does not

RE: SnipMate error

2011-07-14 Thread Marc Weber
Excerpts from Ivan Vilches Basaul's message of Thu Jul 14 13:31:03 +0200 2011: How that hell i can unsuscribe of this mailist goto vim.org - community - mailinglist vim_use sarch for unsubscribe in archives :) Eg try this search:

Re: SnipMate error

2011-07-14 Thread ZyX
Reply to message «RE: SnipMate error», sent 15:31:03 14 July 2011, Thursday by Ivan Vilches Basaul: There are lots of useful info in message headers including List-Subscribe: http://groups.google.com/group/vim_use/subscribe?hl=en_US, mailto:vim_use+subscr...@googlegroups.com

Re: Plugin/addon managers

2011-07-14 Thread Eric Weir
On Jul 10, 2011, at 4:21 PM, Israel Chauca F. wrote: Git is not part of Mac OS X, you must install it by yourself. It is easy to install, get it from here: http://git-scm.com/ Thanks, Israel. Not certain, but I think on suggestions here I'm going to hold off installing for now.

Re: Plugin/addon managers

2011-07-14 Thread Eric Weir
On Jul 10, 2011, at 4:39 PM, Marc Weber wrote: git is software which stores arbitrary amount of revisions of a set of files. Thus think about it as being a dump backup system with a lot of features code writers enjoy such as fetching updates from remote locations and trying to merge changes

Re: Plugin/addon managers

2011-07-14 Thread Eric Weir
On Jul 10, 2011, at 3:56 PM, ZyX wrote: Reply to message «Re: Plugin/addon managers», sent 23:29:36 10 July 2011, Sunday by Eric Weir: I get command not found. So I should install git? ZyX said it should be on my system, but that I shouldn't install it. I never said that, though my

Re: Abbreviations using special chars

2011-07-14 Thread Benjamin R. Haskell
On Wed, 13 Jul 2011, Christian Brabandt wrote: On Tue, July 12, 2011 5:38 pm, Nathan Neff wrote: Interestingly, if I use: iabbrev lts whatever it works. This means, when vim parses this iabbrev, it will replace the lt by '', so you trigger your abbreviation by typing s (as you probably

Re: Plugin/addon managers

2011-07-14 Thread ZyX
Reply to message «Re: Plugin/addon managers», sent 17:47:20 14 July 2011, Thursday by Eric Weir: It is not critical, but I'd like to test my understanding of your recommendations regarding git. You recommend that I not install it, for now I take it, because if it were installed VAM would in

RE: Plugin/addon managers

2011-07-14 Thread Ivan Vilches Basaul
Why in hell in the name of god and all demons i cannot unsuscribe of this mailgroup From: zyx@gmail.com To: vim_use@googlegroups.com Subject: Re: Plugin/addon managers Date: Thu, 14 Jul 2011 18:03:17 +0400 Reply to message «Re: Plugin/addon managers», sent 17:47:20 14 July 2011,

unsubscribe issues

2011-07-14 Thread Marc Weber
Excerpts from Ivan Vilches Basaul's message of Thu Jul 14 16:07:59 +0200 2011: Why in hell in the name of god and all demons i cannot unsuscribe of this mailgroup You're writing to this list. So I assume that you want help. If you want help you should at least give a small summary about what

Re: add a color line behind line number

2011-07-14 Thread Ben Fritz
On Jul 14, 1:38 am, Christian Brabandt cbli...@256bit.org wrote: On Wed, July 13, 2011 7:13 pm, Ben Fritz wrote: On Jul 13, 1:11 am, Christian Brabandt cbli...@256bit.org wrote: I tried once using several :syn match Evenl /.*/ nextgroup=Oddl :syn match Oddl /.*/ nextgroup=Evenl :hi

Re: VCSCommand - push/pull

2011-07-14 Thread Bob Hiestand
On Sat, Jul 9, 2011 at 5:49 PM, eleanor evangeline.elea...@gmail.com wrote: Well it would probably be good to implement a function that also accepts arguments for the user to change the branch. Regarding this, and the original push/pull request, I am extremely uncomfortable implementing that

Re: Help Bugs under seven

2011-07-14 Thread niva
Stop Modifying vimfiles ! I am using Gvim under windows seven and I like to have a big toolbar with 48px icon'size so == I have linked my own version of gvim7.3.46 only with toolbar changes. == I know Innosetup So I have made an InnoSetup Installer to deploy my own version of gvim correctly.

Re: Help Bugs under seven

2011-07-14 Thread Charles Campbell
niva wrote: Stop Modifying vimfiles ! I am using Gvim under windows seven and I like to have a big toolbar with 48px icon'size so == I have linked my own version of gvim7.3.46 only with toolbar changes. == I know Innosetup So I have made an InnoSetup Installer to deploy my own version of

visual block search and replace

2011-07-14 Thread subith86
Hi all, I'm trying to do a search and replace inside a visual block as shown below :s/\%V504\503/g but it gives an error - Invalid character after \% Obviously, this happens in search too. /\%V504 But the same works in another machine. So I doubt I'm missing some configuration in VIM or some

Splitting bottom as default

2011-07-14 Thread Fabien . Bouleau
Hello, I'm using Vim 7.3 on Linux (I believe the OS doesn't matter) and I would like to know whether (and how) it is possible to make the :split command perform a :bottom split by default? Thanks, Fabien. -- You received this message from the vim_use maillist. Do not top-post! Type your

Re: Help Bugs under seven

2011-07-14 Thread ni va
2011/7/14 Charles Campbell charles.e.campb...@nasa.gov niva wrote: Stop Modifying vimfiles ! I am using Gvim under windows seven and I like to have a big toolbar with 48px icon'size so == I have linked my own version of gvim7.3.46 only with toolbar changes. == I know Innosetup So I

Re: visual block search and replace

2011-07-14 Thread ZyX
Reply to message «visual block search and replace», sent 13:20:28 14 July 2011, Thursday by subith86: :s/\%V504\503/g I guess you meant :','s/\%V504/503/g (though it is not related to the issue: s/\%V504\503 should not show «Invalid character after \%»). I don't see any way to disable \%V

Re: Splitting bottom as default

2011-07-14 Thread Gary Johnson
On 2011-07-14, Fabien Bouleau wrote: Hello, I'm using Vim 7.3 on Linux (I believe the OS doesn't matter) and I would like to know whether (and how) it is possible to make the :split command perform a :bottom split by default? set splitbelow See :help splitbelow That will put the

Re: behavior of mouseclick positioning cursor with concealed chars

2011-07-14 Thread Bram Moolenaar
[removed vim-use] Christian Brabandt wrote: On So, 19 Jun 2011, Bram Moolenaar wrote: Christian Brabandt wrote: On Di, 14 Jun 2011, hsitz wrote: On Jun 14, 7:35 pm, Bram Moolenaar b...@moolenaar.net wrote: That's a bug. Thanks for confirming. I will move to vim-dev. Here

Re: Splitting bottom as default

2011-07-14 Thread Tim Chase
On 07/14/2011 07:31 AM, fabien.boul...@ses.com wrote: I'm using Vim 7.3 on Linux (I believe the OS doesn't matter) and I would like to know whether (and how) it is possible to make the :split command perform a :bottom split by default? :help 'splitbelow' and the following 'splitright'

Re: visual block search and replace

2011-07-14 Thread Charles Campbell
ZyX wrote: Reply to message «visual block search and replace», sent 13:20:28 14 July 2011, Thursday by subith86: :s/\%V504\503/g I guess you meant :','s/\%V504/503/g (though it is not related to the issue: s/\%V504\503 should not show «Invalid character after \%»). I don't see

where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Linda W
I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le First I set it in the .vimrc in my $HOME dir (=//Bliss/username (no work) Note: $HOMESHARE=$HOME, so it was set there too I also tried under my USERPROFILE:

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Gary Johnson
On 2011-07-14, Linda W wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le [...] Anyway, with the changes in all 3 places, starting GVIM still has file encodings set to the default:

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Charles Campbell
Gary Johnson wrote: On 2011-07-14, Linda W wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le [...] Anyway, with the changes in all 3 places, starting GVIM still has file encodings set to the

Re: Help Bugs under seven

2011-07-14 Thread Christian Brabandt
Hi niva! On Do, 14 Jul 2011, niva wrote: Stop Modifying vimfiles ! It doesn't really matter in this case. When you install new runtime files, they will override your custom changes, but changes are good, your bug will then still be fixed. I am using Gvim under windows seven and I like to

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Ben Fritz
On Jul 14, 2:41 pm, Linda W v...@tlinx.org wrote: I've been trying to add the following -- and added to about 3 separate places and non have work: set fileencodings+=utf-16le First I set it in the .vimrc in my $HOME dir  (=//Bliss/username (no work) Note: $HOMESHARE=$HOME, so it was

Re: Help Bugs under seven

2011-07-14 Thread Christian Brabandt
Hi ni! On Do, 14 Jul 2011, ni va wrote: I just wana tell you that it is not necessary to modify vimfiles like help.vim beacause it works with the original one. With the deploy that I have done with innosetup So how did you modify help.vim? -- Es gibt Situationen im Menschenleben, wo es

Re: behavior of mouseclick positioning cursor with concealed chars

2011-07-14 Thread Christian Brabandt
Hi Bram! On Do, 14 Jul 2011, Bram Moolenaar wrote: [removed vim-use] Christian Brabandt wrote: On So, 19 Jun 2011, Bram Moolenaar wrote: Christian Brabandt wrote: On Di, 14 Jun 2011, hsitz wrote: On Jun 14, 7:35 pm, Bram Moolenaar b...@moolenaar.net wrote: That's a

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread John Trammell
Not a vim guru here, but try the output of :echo $MYVIMRC. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: visual block search and replace

2011-07-14 Thread Christian Brabandt
Hi Charles! On Do, 14 Jul 2011, Charles Campbell wrote: (though it is not related to the issue: s/\%V504\503 should not show «Invalid character after \%»). I don't see any way to disable \%V neither at compile time nor using some option, so maybe you have just typed \%v (note the case)

command history not working for one user

2011-07-14 Thread Gelonida N
Hi, I'm connected to a system with vim 7.0.237 When I connect as one user I can access thevim command history. I press ':' and then the cursor-up key to get to the previous command, that I typed. when I connect on the same host as user root (I use su -) I the terminal displays UP after

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Linda W
John Trammell wrote: Not a vim guru here, but try the output of :echo $MYVIMRC. http://www.vim.org/maillist.php Windows: /Users/linda w.BLISS echo $MYVIMRC Linux: Ishtar:linda w echo $MYVIMRC - Ben Fritz wrote: I don't think any of the .Bliss

Re: visual block search and replace

2011-07-14 Thread ZyX
Reply to message «Re: visual block search and replace», sent 01:33:40 15 July 2011, Friday by Christian Brabandt: According to the help \%V is only available, if Vim is compiled as small built (or larger), cause it needs +visual. I don't see this in the help. If you go to regexp.c and search

vim register contents to shell command

2011-07-14 Thread sinbad
hi, how to pass vim register contents to shell command. thanks -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

unmapping ] in diff mode

2011-07-14 Thread sinbad
hi, i have a mapping for ], i want this mapping to be available in all other modes except diff mode, since ]c is used to go to next diff, how can i do that. thanks -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: where does Win7's VIM read my .vimrc files from?

2011-07-14 Thread Gary Johnson
Hi Linda, It looks like you have most of this figured out. I just thought I'd try to answer some remaining questions. On 2011-07-14, Linda W wrote: Why is it ignoring my .vimrc for a _vimrc on an NTFS win7 system? Oh...nevermind... I just deleted the _vimrc, and now it picks up