Re: Vim wiki editable by git

2013-03-01 Thread Marc Weber
> with these custom mappings which happen to rely on custom > program x which is in my environment but you'll have to > compile it from source ...,' etc. But that's not solved by a wiki - compiling from source is always work. Its only solved by source friendly distributions like gentoo or nixos. >

Re: Favourite Terminal for use with vim ?

2013-03-01 Thread Erik Christiansen
On 26.02.13 20:11, Tobias Klausmann wrote: > On Wed, 13 Feb 2013, Erik Christiansen wrote: > > programmer and for banging out posts within mutt. I've heard of people > > preferring urxvt, but never figured out why. > > For a long time, urxvt's unicode support was multiple orders of > magnitude bet

can :sp borrow something from :b

2013-03-01 Thread Jim Green
Dear list: assume i have two buffers in my vim session 1 abc.txt 2 xyz.txt I am currently in buffer 1 abc.txt I can use :b z and tab completion to open buffer 2 xyz.txt because vim is smart to determine that only buffer 2 has letter z in its name now I want use :sp z to have the same smartness

Re: Unable to compile Vim with Python 3, Perl, and OLE support for Windows XP with MinGW

2013-03-01 Thread cyboman
On Friday, March 1, 2013 3:40:53 PM UTC-5, cyboman wrote: > I tried to post similar question vim_dev group, but I think I posted in the > wrong group. I apologize in advance if you have seen this question before. > I'm going to try to post it here. > > Issue > I need to compile Vim with Python 3

Re: Unable to compile Vim with Python 3, Perl, and OLE support for Windows XP with MinGW

2013-03-01 Thread cyboman
On Friday, March 1, 2013 3:42:30 PM UTC-5, cyboman wrote: > On Friday, March 1, 2013 3:40:53 PM UTC-5, cyboman wrote: > > I tried to post similar question vim_dev group, but I think I posted in the > > wrong group. I apologize in advance if you have seen this question before. > > I'm going to try

Re: can :sp borrow something from :b

2013-03-01 Thread Ethan Hereth
Have you looked into the CtrlP plugin? You can use it to 'fuzzy find' files like you are describing and then I believe there are options to open them in a new split window, or tab, and probably other options. Ethan Alan On Fri, Mar 1, 2013 at 3:36 PM, Jim Green wrote: > Dear list: > assume i ha

Re: can :sp borrow something from :b

2013-03-01 Thread Ben Fritz
On Friday, March 1, 2013 2:36:45 PM UTC-6, Jim Green wrote: > Dear list: > assume i have two buffers in my vim session > > 1 abc.txt > 2 xyz.txt > > I am currently in buffer 1 abc.txt > > I can use :b z and tab completion to open buffer 2 xyz.txt because vim is > smart to determine that only bu

Re: Unable to compile Vim with Python 3, Perl, and OLE support for Windows XP with MinGW

2013-03-01 Thread Ben Fritz
On Friday, March 1, 2013 2:40:53 PM UTC-6, cyboman wrote: > I tried to post similar question vim_dev group, but I think I posted in the > wrong group. I apologize in advance if you have seen this question before. > I'm going to try to post it here. > > Issue > I need to compile Vim with Python 3

Re: Favourite Terminal for use with vim ?

2013-03-01 Thread Tobias Klausmann
Hi! On Fri, 01 Mar 2013, Erik Christiansen wrote: > On 26.02.13 20:11, Tobias Klausmann wrote: > > Also, urxvt can be compiled to be very, very small, which > > some people prefer for whatever reason. > > Now that can be good to know. (I went for Debian with LXDE on > my laptop, to speed up boo

Re: vim edit help

2013-03-01 Thread Marc Weber
Excerpts from vicky b's message of Thu Feb 28 19:33:23 +0100 2013: > I have text in below format > var illness = new > Array("tvlPlyCp","tvlPlcyCertID","tvlShdIt","tvlRepMedEi","tvlMdRp","tvlRrepdsc","tvlPolRep") > > i need to convert it > > var illness = new dojox.collections.ArrayList(); > ill

Re: can :sp borrow something from :b

2013-03-01 Thread Jim Green
On 1 March 2013 16:37, Ethan Hereth wrote: > Have you looked into the CtrlP plugin? You can use it to 'fuzzy find' files > like you are describing and then I believe there are options to open them in > a new split window, or tab, and probably other options. > > Ethan Alan I tried similar plugins

Re: can :sp borrow something from :b

2013-03-01 Thread Jim Green
On 1 March 2013 16:38, Ben Fritz wrote: > On Friday, March 1, 2013 2:36:45 PM UTC-6, Jim Green wrote: >> Dear list: >> assume i have two buffers in my vim session >> >> 1 abc.txt >> 2 xyz.txt >> >> I am currently in buffer 1 abc.txt >> >> I can use :b z and tab completion to open buffer 2 xyz.txt

groovy syntax patch

2013-03-01 Thread Miles Zarathustra
The following patch will enable correct highlighting of triple quote, triple double-quote and "x is $x" The author of the patch lists an email address that is unresponsive, and since nobody else can upload a patch, now what? There may be other improvements, but these are pretty glaring. NOT