Re: how to enable color scheme

2012-01-10 Thread Chris Lott
On Mon, Jan 9, 2012 at 7:42 PM, jz bosto...@gmail.com wrote: I write shell scripts using vim.  There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files.   But how can I force vim to use color schema when I edit file without .sh extension?   Shell function

Re: how to enable color scheme

2012-01-10 Thread Guido Van Hoecke
On Tue, Jan 10, 2012 at 09:02, Chris Lott ch...@chrislott.org wrote: On Mon, Jan 9, 2012 at 7:42 PM, jz bosto...@gmail.com wrote: I write shell scripts using vim.  There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files.   But how can I force vim to use color

Re: how to enable color scheme

2012-01-10 Thread Gary Johnson
On 2012-01-09, jz wrote: I write shell scripts using vim. There is no issue to set my color scheme with .colorscheme in .vimrc when I edit .sh files. But how can I force vim to use color schema when I edit file without .sh extension? Shell function files are typically without .sh

[off-topic] Re: Request for feature upgrade/enhancement.....

2012-01-10 Thread lessthanideal
On Jan 10, 12:35 am, Linda W v...@tlinx.org wrote:     I'd love to simplify it... Off-topic - although I could read your first message in this thread, I haven't been able to read your subsequent ones since every line displays with about 30 blank lines between it. I guess it's an HTML thing

Re: What's your favorite color scheme?

2012-01-10 Thread David Lam
On Tue, Jan 10, 2012 at 1:01 AM, ConcreteVitamin concretevita...@gmail.comwrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots.

Re: What's your favorite color scheme?

2012-01-10 Thread 何聪辉
I would like the wombat256mod and the desertEx that are both modified. I am glad to share the scripts. On Tue, Jan 10, 2012 at 6:27 PM, David Lam david.k.l...@gmail.com wrote: On Tue, Jan 10, 2012 at 1:01 AM, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of

Re: What's your favorite color scheme?

2012-01-10 Thread 极品书生
try this. On Tue, Jan 10, 2012 at 7:00 PM, 何聪辉 hecong...@gmail.com wrote: I would like the wombat256mod and the desertEx that are both modified. I am glad to share the scripts. On Tue, Jan 10, 2012 at 6:27 PM, David Lam david.k.l...@gmail.com wrote: On Tue, Jan 10, 2012 at 1:01 AM,

Re: help with conceal

2012-01-10 Thread Charles Campbell
Ben Fritz wrote: On Jan 9, 10:46 am, Charles Campbellcharles.e.campb...@nasa.gov wrote: The problem you've had with your syntax highlighting is one with priority and sequentiality: * With the following sequence, the has already been taken up syntax match Conceal / \| / conceal syntax

Re: Request for feature upgrade/enhancement.....

2012-01-10 Thread Bram Moolenaar
Marc Weber wrote: Excerpts from Linda W's message of Mon Jan 09 04:34:57 +0100 2012: Could you please add a '\p' operand to regex's (cf. '\v'), to invoke standard perl pattern matching. Does :h if_perl help you? It would help talking about your use case. There is a patch with a

Re: Request for feature upgrade/enhancement.....

2012-01-10 Thread Christian Brabandt
On Tue, January 10, 2012 3:10 pm, Bram Moolenaar wrote: Marc Weber wrote: Excerpts from Linda W's message of Mon Jan 09 04:34:57 +0100 2012: Could you please add a '\p' operand to regex's (cf. '\v'), to invoke standard perl pattern matching. Does :h if_perl help you? It would help

Re: What's your favorite color scheme?

2012-01-10 Thread Phil Dobbin
On 10/1/12 09:01, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. solarized. I

Re: help with conceal

2012-01-10 Thread Ben Fritz
On Jan 10, 8:09 am, Charles Campbell charles.e.campb...@nasa.gov wrote: A rule of syntax highlighting: the syntax highlighting engine doesn't look back.  Applied to this case, the Conceal group has, due to sequencing priority, eaten the character.  Trying this with the Conceal group absent

Re: What's your favorite color scheme?

2012-01-10 Thread Ben Fritz
On Jan 10, 3:01 am, ConcreteVitamin concretevita...@gmail.com wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. I've

Re: Request for feature upgrade/enhancement.....

2012-01-10 Thread Marc Weber
Excerpts from Bram Moolenaar's message of Tue Jan 10 15:10:09 +0100 2012: Still waiting for someone to write an extensive set of tests for this. Otherwise I believe it is complete. Which kind of testing do you need? Can we create a rpm and ask people to test it on the website? Doesn't this patch

Re: What's your favorite color scheme?

2012-01-10 Thread Charlie Kester
On 01/10/2012 01:01 AM, ConcreteVitamin wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. I like a very simple scheme that

Re: help with conceal

2012-01-10 Thread Fernando Basso
Thanks everybody for helping me. I really appreciate it. For the moment, I managed to do what I was trying to with this: syntax match Ignore /«\|»/ contained conceal highlight sExamplesInText ctermfg=white cterm=bold guifg=white gui=bold syntax match sExamplesInText /«\_.\{-}»/

Re: Request for feature upgrade/enhancement.....

2012-01-10 Thread Bram Moolenaar
Christian Brabandt wrote: On Tue, January 10, 2012 3:10 pm, Bram Moolenaar wrote: Marc Weber wrote: Excerpts from Linda W's message of Mon Jan 09 04:34:57 +0100 2012: Could you please add a '\p' operand to regex's (cf. '\v'), to invoke standard perl pattern matching. Does :h

Re: What's your favorite color scheme?

2012-01-10 Thread Boyko Bantchev
Please share your the name of your favorite color scheme . Concerning colour schemes: 0. I regret to say that I don't know of any online and worth mentioning publication that can be used as a guide or reference on this topic (although I did some searching). Has any of you guys

Re: What's your favorite color scheme?

2012-01-10 Thread Reid Thompson
On 1/10/2012 2:02 PM, Boyko Bantchev wrote: Please share your the name of your favorite color scheme . Concerning colour schemes: 0. I regret to say that I don't know of any online and worth mentioning publication that can be used as a guide or reference on this topic (although I

Re: What's your favorite color scheme?

2012-01-10 Thread Larik Ishkulov
http://ethanschoonover.com/solarized -- 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

Strange behavior of mapping.

2012-01-10 Thread Paul Isambert
Hello there, Given the mapping: map Tab fXa where X stands for any character, if X appears on the line, Tab goes to Insert mode after that character, as expected; but if the character doesn't appear on the line, the cursor shouldn't move but it should still switch to Insert mode -- and that

Re: What's your favorite color scheme?

2012-01-10 Thread François Ingelrest
Hi, On Tue, Jan 10, 2012 at 10:01, ConcreteVitamin wrote: Please share your the name of your favorite color scheme, your working environment (gvim under windows 7/ubuntu terminal... etc), and any other specific settings! It would be best if you share a link to snapshots. Here's mine:

:lvimgrep on current buffer's dir

2012-01-10 Thread Alexandre Provencio
Hello guys, I used to have 'autochdir' set on vimrc and among other things I was able to use lvimgrep to search on my actual buffer's dir for a pattern, as easy as ':lvim /pattern/gj *.txt' After installing Fuzzy Finder plugin and using its bookmarking functionality, I found out disabling

Re: Strange behavior of mapping.

2012-01-10 Thread Christian Brabandt
Hi Paul! On Di, 10 Jan 2012, Paul Isambert wrote: Hello there, Given the mapping: map Tab fXa where X stands for any character, if X appears on the line, Tab goes to Insert mode after that character, as expected; but if the character doesn't appear on the line, the cursor shouldn't

Re: What's your favorite color scheme?

2012-01-10 Thread Boyko Bantchev
http://code.google.com/p/vimcolorschemetest/ see the links at the bottom of the page ala http://vimcolorschemetest.googlecode.com/svn/html/index-c.html I was unaware of this. Thanks! But ... I realized I was unclear about what I actually meant (sorry about that). I wonder if there is a

Re: What's your favorite color scheme?

2012-01-10 Thread Reid Thompson
On 1/10/2012 4:53 PM, Boyko Bantchev wrote: http://code.google.com/p/vimcolorschemetest/ see the links at the bottom of the page ala http://vimcolorschemetest.googlecode.com/svn/html/index-c.html I was unaware of this. Thanks! But ... I realized I was unclear about what I actually meant

Re: What's your favorite color scheme?

2012-01-10 Thread Matteo Landi
Molokai for the win! Cheers, Matteo On Jan/10, 极品书生 wrote: try this. On Tue, Jan 10, 2012 at 7:00 PM, 何聪辉 hecong...@gmail.com wrote: I would like the wombat256mod and the desertEx that are both modified. I am glad to share the scripts. On Tue, Jan 10, 2012 at 6:27 PM, David Lam

tw isn't set globally

2012-01-10 Thread Cesar Romani
I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm on test1.txt and do: set tw=72, this isn't set on the other files! If I do :n to go to the next file and do set tw? I get 78. Not long ago, before

Re: tw isn't set globally

2012-01-10 Thread Gary Johnson
On 2012-01-10, Cesar Romani wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm on test1.txt and do: set tw=72, this isn't set on the other files! If I do :n to go to the next file and do set

Re: tw isn't set globally

2012-01-10 Thread Cesar Romani
On 10/01/2012 06:10 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm on test1.txt and do: set tw=72, this isn't set on the other files!

Re: how to enable color scheme

2012-01-10 Thread J.Z.
thanks, set ft=sh did the trick. I cannot use.sh extension for files for ksh funtions, and cannot have #! in them also. On Tue, Jan 10, 2012 at 3:25 AM, Guido Van Hoecke gui...@gmail.com wrote: On Tue, Jan 10, 2012 at 09:02, Chris Lott ch...@chrislott.org wrote: On Mon, Jan 9, 2012 at

Re: tw isn't set globally

2012-01-10 Thread Gary Johnson
On 2012-01-10, Cesar Romani wrote: On 10/01/2012 06:10 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm on test1.txt and do: set

Re: tw isn't set globally

2012-01-10 Thread Cesar Romani
On 10/01/2012 07:50 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: On 10/01/2012 06:10 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single

Re: What's your favorite color scheme?

2012-01-10 Thread Rich Healey
I use a slightly tweaked version of jellybeans original: https://github.com/nanotech/jellybeans.vim fork: https://github.com/richoH/jellybeans.vim -- 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,

Re: Request for feature upgrade/enhancement.....

2012-01-10 Thread Ben Fritz
On Jan 10, 11:38 am, Bram Moolenaar b...@moolenaar.net wrote: Christian Brabandt wrote: There is a patch with a improved regex implementation which should also be faster. Not sure how complete and stable it is. Still waiting for someone to write an extensive set of tests for this.

Re: tw isn't set globally

2012-01-10 Thread Gary Johnson
On 2012-01-10, Cesar Romani wrote: On 10/01/2012 07:50 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: On 10/01/2012 06:10 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say

Re: tw isn't set globally

2012-01-10 Thread Ben Fritz
On Jan 10, 4:50 pm, Cesar Romani cesar.rom...@gmail.com wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm on test1.txt and do: set tw=72, this isn't set on the other files! If I do :n to go

Re: tw isn't set globally

2012-01-10 Thread Cesar Romani
On 10/01/2012 09:06 p.m., Ben Fritz wrote: On Jan 10, 4:50 pm, Cesar Romanicesar.rom...@gmail.com wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm on test1.txt and do: set tw=72, this

Re: tw isn't set globally

2012-01-10 Thread Gary Johnson
On 2012-01-10, Cesar Romani wrote: On 10/01/2012 09:06 p.m., Ben Fritz wrote: On Jan 10, 4:50 pm, Cesar Romanicesar.rom...@gmail.com wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt and test3.txt, with a single vim. When I'm

Re: tw isn't set globally

2012-01-10 Thread Cesar Romani
On 10/01/2012 11:45 p.m., Gary Johnson wrote: On 2012-01-10, Cesar Romani wrote: On 10/01/2012 09:06 p.m., Ben Fritz wrote: On Jan 10, 4:50 pm, Cesar Romanicesar.rom...@gmail.com wrote: I'm using vim 7.3.401 on windows 7. I'm trying to edit a list of text files, say test1.txt, test2.txt

+y does not work

2012-01-10 Thread ConcreteVitamin
Hi All, I'm using Vim under Ubuntu's Gnome Terminal (the command vim). I selected some text in visual mode, then +y, but when I right clicked on Firefox's address bar, the paste option is not available. What's the problem? And how to fix it? Thanks. Best, Gary -- You received this message

Re: Re: Strange behavior of mapping.

2012-01-10 Thread Paul Isambert
Christian Brabandt cbli...@256bit.org a écrit: Hi Paul! On Di, 10 Jan 2012, Paul Isambert wrote: Hello there, Given the mapping: map Tab fXa where X stands for any character, if X appears on the line, Tab goes to Insert mode after that character, as expected; but if

Re: +y does not work

2012-01-10 Thread Gary Johnson
On 2012-01-11, ConcreteVitamin wrote: Hi All, I'm using Vim under Ubuntu's Gnome Terminal (the command vim). I selected some text in visual mode, then +y, but when I right clicked on Firefox's address bar, the paste option is not available. What's the problem? And how to fix it? The

Re: +y does not work

2012-01-10 Thread zhang listar
在 2012年1月11日 下午2:25,ConcreteVitamin concretevita...@gmail.com 写道: Hi All, I'm using Vim under Ubuntu's Gnome Terminal (the command vim). I selected some text in visual mode, then +y, but when I right clicked on Firefox's address bar, the paste option is not available. What's the problem? And

Re: +y does not work

2012-01-10 Thread ConcreteVitamin
Following your advice I installed vim-gnome. And problem fixed! Thanks! :) On Wed, Jan 11, 2012 at 3:26 PM, Gary Johnson garyj...@spocom.com wrote: On 2012-01-11, ConcreteVitamin wrote: Hi All, I'm using Vim under Ubuntu's Gnome Terminal (the command vim). I selected some text in