Re: Substitute within a highlight group.

2010-12-31 Thread Christian Brabandt
Hi sergio! On Fr, 31 Dez 2010, sergio wrote: 2) % vim bindzone :source incoming/srhg/plugin/SrchRplcHiGrp.vim GOTO zone serial :SRChooseHiGrp SRHiGrp - Group ID: 97 Name: zoneSerial :SRHiGrp '\(.*\)','__\1__' .* also includes comment, that exists on this line: so I get: __2007031901 ;

Improve your Vim skills on http://vimgolf.com/

2010-12-31 Thread Pavel Zinovkin
Just one quote from twitter: @jamesconroyfinn I want to see solutions to VimGolf challenges. I don't care about winning. I just want to learn! Enjoy http://vimgolf.com/ on holidays :) -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are

Re: Fortran Keywords Auto Capitalize

2010-12-31 Thread Francesc Salvat-Pujol
On Fri, Dec 31 2010, at 00:04 +0800, PcX wrote: Hi All, I want to use autocmd to auto capitalize the fortran keywords. For example, I used: autocmd FileType fortran abbr write WRITE but there is a question here, if the keyword write is in one string, it's

Re: Fortran Keywords Auto Capitalize

2010-12-31 Thread PcX
Thank you! I think I can learn your experience. 于 2010/12/31 17:14, Francesc Salvat-Pujol 写道: On Fri, Dec 31 2010, at 00:04 +0800, PcX wrote: Hi All, I want to use autocmd to auto capitalize the fortran keywords. For example, I used: autocmd FileType fortran abbr

Re: Substitute within a highlight group.

2010-12-31 Thread David Fishburn
Can you provide the text of the file you are editing. -- David Fishburn On Dec 30, 2010, at 10:41 PM, sergio mail...@sergio.spb.ru wrote: On 12/31/2010 06:13 AM, David Fishburn wrote: As Chip mentioned, I definitely want to know of any bugs. 1) I've not understand how to select

How to paste?

2010-12-31 Thread AK
After more than 10 years of using vim I realized I don't know how to paste text.. The insert mode mapping I have is: xbsesc+]p I'm getting really weird results with a snippet I'm pasting from a web page, using GVim 7.3 (this is the snippet before paste): def moneyfmt(value, places=2,

Re: Vim homepage - improvements I'd like to implement. Comment please

2010-12-31 Thread Javier Rojas
On Fri, Dec 31, 2010 at 08:44:02AM +0100, Marc Weber wrote: I'd like to implement: ... C:an opt-in collaboration feature: You can add other users as collaborators to your scripts which means that they can change the description and upload new versions as well (This is similar to

Re: How to paste?

2010-12-31 Thread AK
On 12/31/2010 11:30 AM, AK wrote: After more than 10 years of using vim I realized I don't know how to paste text.. The insert mode mapping I have is: xbsesc+]p I'm getting really weird results with a snippet I'm pasting from a web page, using GVim 7.3 (this is the snippet before paste): def

Re: How Could I modify the Vim Script Type

2010-12-31 Thread H Xu
On 2010/12/27 17:58, Marc Weber wrote: Excerpts from H Xu's message of Sun Dec 26 13:51:22 +0100 2010: Hello Marc Weber, Github is able to help solve conflicts if any happens. But vim online can't (unless you make it). For example, after one uploads a new version, the collaborator may not see

Re: Vim homepage - improvements I'd like to implement. Comment please

2010-12-31 Thread H Xu
C:an opt-in collaboration feature: You can add other users as collaborators to your scripts which means that they can change the description and upload new versions as well (This is similar to what can be done on github) I'm not sure whether a collaborator should be able to

Re: Vim homepage - improvements I'd like to implement. Comment please

2010-12-31 Thread Jeet Sukumaran
I think the ability to delete a script (or, at least, its listing/ publishing) would be quite desirable. Unless there is a technical or theoretical (design) reason for it not being there now? Comments would be great, but without moderation and maintenance of any sort, it may quickly become messy

Re: Vim homepage - improvements I'd like to implement. Comment please

2010-12-31 Thread Jeet Sukumaran
I think the ability to delete a script (or, at least, its listing/ publishing) would be quite desirable. Unless there is a technical or theoretical (design) reason for it not being there now? Comments would be great, but without moderation and maintenance of any sort, it may quickly become messy

Re: Improve your Vim skills on http://vimgolf.com/

2010-12-31 Thread Tim Chase
On 12/31/2010 03:10 AM, Pavel Zinovkin wrote: Just one quote from twitter: @jamesconroyfinn I want to see solutions to VimGolf challenges. I don't care about winning. I just want to learn! Enjoy http://vimgolf.com/ on holidays :) Ga!! I had productive things to do this

Re: Improve your Vim skills on http://vimgolf.com/

2010-12-31 Thread Ryan Williams
Enjoy http://vimgolf.com/ on holidays :) Is there no way to register or sign in without a twitter account? -- 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

How to use a filetype filter(s) with browse

2010-12-31 Thread Tim Johnson
Using vim 7.2 on ubuntu 10.04. Huge version compiled for gtk. I have automated a series of menu items that activates `browse' for different directories. The process is governed by a menu selection that allows me to set a series of variables called g:ModelFolder, g:ControllerFolder etc... Upon

Re: Using browse command

2010-12-31 Thread Ben Fritz
On Dec 28, 10:19 pm, vicky b vickyb2...@gmail.com wrote: Hi all,    I want to use browse command when i use in GVim when i hit :browse e it opens up the filw browser box what is equivalent in console vim or can it open in a tab list of files in current directory. Use the netrw file

Re: macro for an affine cipher

2010-12-31 Thread eda wizard
HAPPY NEW YEAR everybody! I've made some progress for my quest to secure my files. Having seen that vim can interact with perl using :perl and :.perldo , I've dropped the affine cipher in favor of just using perl's existing crypto modules available at www.cpan.org . So I've built a perl

Re: How to get a nice vertical list of open buffers (ordered by mru) that I can easily navigate to by typing drill down?

2010-12-31 Thread Britton Kerin
On Sun, Dec 26, 2010 at 7:34 PM, Rick R ric...@gmail.com wrote: I'm having trouble finding what I use in my Java IDEs all the time: - A quick popup of my open buffers listed by most recently used and can be cut back by me just starting to type the name of the file, or I can navigate by arrows

Re: Substitute within a highlight group.

2010-12-31 Thread sergio
On 12/31/2010 05:32 PM, David Fishburn wrote: Can you provide the text of the file you are editing. Forgot to say, I'm using vim 7.3.35 from debian sid. -- sergio. -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For