Re: narrow region with a filter ?

2010-09-30 Thread Andy Wokula
Am 21.09.2010 11:20, schrieb Davido: I would like to to this : :g/pattern/NR to edit the matching lines in a new buffer. Not exactly what you want but IIRC there is a plugin that hides all text in folds that doesn't match a certain pattern. Maybe it was this one?

Re: Calling xmltidy for vim/macvim

2010-09-30 Thread Tim Chase
[as a side note, you'll want to start a fresh thread for maximum exposure, rather than replying to an unrelated thread] Does anyone have any info on how to use xmltidy with macvim and/or vim? I'm sure this is doable i just need some info! Presuming you have xmltidy on your machine, can you

Re: about highlight just some part of file

2010-09-30 Thread Ben Fritz
On Sep 29, 9:43 pm, Sampan Xu sampan...@genband.com wrote: Hello,        I have a requirement about self-defined syntax strategy.  For the TEXT file, I have always highlighted the essential info that can be matched by the pattern Defined within syntax file.  That is to say, all the

gvim, how to search tab by name and then go to this tab?

2010-09-30 Thread Zac Lee
gvim, how to search tab by name and then go to this tab? -- 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 configure vim to use the mouse, AND to copy and paste

2010-09-30 Thread Alexander Dietz
Hi, I have questions regarding vim and how to enable the mouse in it. There were some other threads about that issue, but I could not find a solution for my problem. I would like to have the following actions enabled in vim: 1. To go to some place, I click the left mouse key 2. To copy text TO

Re: How to configure vim to use the mouse, AND to copy and paste

2010-09-30 Thread Ven Tadipatri
Well, this doesn't answer the question I asked earlier about using visual mode to copy and paste. But if you use xclip to copy, and ctrl+shift+v to paste, then setting mouse=a, you can get all the functionality you want. It does take some getting used to probably, since you can't use the middle

Re: Calling xmltidy for vim/macvim

2010-09-30 Thread Simon Ruderich
On Wed, Sep 29, 2010 at 10:22:11PM -0500, Russell Urquhart wrote: Hi, Does anyone have any info on how to use xmltidy with macvim and/or vim? I'm sure this is doable i just need some info! Thanks, Russ If you want to run xmltidy on the current buffer, use :%!xmltidy (I've never used

Re: How to configure vim to use the mouse, AND to copy and paste

2010-09-30 Thread Alexander Dietz
Hi, first of all thanks for a reply, although it does not answer all of my question. On Thu, Sep 30, 2010 at 18:05, Ven Tadipatri vtadipa...@gmail.com wrote: Well, this doesn't answer the question I asked earlier about using visual mode to copy and paste. But if you use xclip to copy,

Re: gvim, how to search tab by name and then go to this tab?

2010-09-30 Thread Simon Ruderich
On Thu, Sep 30, 2010 at 11:24:52PM +0800, Zac Lee wrote: gvim, how to search tab by name and then go to this tab? You shouldn't use tabs like in other text editors. To quote vimgor (the bot) in #vim: tabs Tab pages are not buffers, don't try to force them to act like buffers.

Re: vim and encryption

2010-09-30 Thread Andy Wokula
Am 25.08.2010 14:30, schrieb Tobias Klausmann: Hey, I was really happy to read that newer Vims (i.e. 7.3) include Blowfish encryption, which is markedly more secure than what vim used to use (the pkzip thing). I'd like to use vim to keep an encrypted file of sensitive data. I'm aware of

Re: gvim, how to search tab by name and then go to this tab?

2010-09-30 Thread Andy Wokula
Am 30.09.2010 17:24, schrieb Zac Lee: gvim, how to search tab by name and then go to this tab? given by name means buffer names: vimrc: :set swb=usetab search for a tab page in Cmdline mode (or open a new tab page): :tab sbuf {part-of-buffer-name}Tab It makes sense to map a key / abbrev

Re: Enabling/disabling abbreviations

2010-09-30 Thread Andy Wokula
Am 17.09.2010 20:47, schrieb Andre Majorel: What's the best approach to enabling/disabling a large subset (thousands) of the abbreviations ? Use expr and turn them all into functions that are no-ops when some global variable is set ? Or is there a way to group or tag abbreviations that I've

Re: gvim, how to search tab by name and then go to this tab?

2010-09-30 Thread Ben Fritz
On Sep 30, 4:00 pm, Andy Wokula anw...@yahoo.de wrote: Am 30.09.2010 17:24, schrieb Zac Lee: gvim, how to search tab by name and then go to this tab? given by name means buffer names: vimrc: :set swb=usetab search for a tab page in Cmdline mode (or open a new tab page): :tab sbuf

Pain at Vim Tips wiki

2010-09-30 Thread John Beckett
So everyone can share the pain, here is advance notice of what Wikia are planning for the Vim Tips wiki http://vim.wikia.com/ Wikia have several large wikis (much larger than ours), with often young participants. Wikia want to boost kiddie participation, which leads to more page views on

building vim with gui on Fedora 13

2010-09-30 Thread Steven
Hi, I am having trouble building vim with gui on Fedora 13. I am using ./configure --enable-gui=auto --with-features=huge --prefix= $HOME/myvim but I get checking for X... (cached) no checking if X11 header files can be found... no checking --enable-gui argument... no GUI support. I have installed

Re: building vim with gui on Fedora 13

2010-09-30 Thread Stahlman Family
Steven wrote: Hi, I am having trouble building vim with gui on Fedora 13. I am using ./configure --enable-gui=auto --with-features=huge --prefix= $HOME/myvim but I get checking for X... (cached) no checking if X11 header files can be found... no checking --enable-gui argument... no GUI

Re: building vim with gui on Fedora 13

2010-09-30 Thread Steven
On Thu, Sep 30, 2010 at 9:52 PM, Stahlman Family brettstahl...@comcast.netwrote: Steven wrote: Hi, I am having trouble building vim with gui on Fedora 13. I am using ./configure --enable-gui=auto --with-features=huge --prefix= $HOME/myvim but I get checking for X... (cached) no checking

Re: Pain at Vim Tips wiki

2010-09-30 Thread Ben Fritz
On Sep 30, 9:19 pm, John Beckett johnb.beck...@gmail.com wrote: So everyone can share the pain, here is advance notice of what Wikia are planning for the Vim Tips wikihttp://vim.wikia.com/ Wikia have several large wikis (much larger than ours), with often young participants. Wikia want to

Re: Pain at Vim Tips wiki

2010-09-30 Thread Tony Mechelynck
On 01/10/10 04:19, John Beckett wrote: So everyone can share the pain, here is advance notice of what Wikia are planning for the Vim Tips wiki http://vim.wikia.com/ Wikia have several large wikis (much larger than ours), with often young participants. Wikia want to boost kiddie participation,