Expansion of ${!x*} and [EMAIL PROTECTED]

2006-11-05 Thread Linda W
The manpages for "my" bash's (3.1.11 on Linux and 3.1.17 on cygwin/i686), under Parameter Expansion, has: ${!prefix*} [EMAIL PROTECTED] Expands to the names of variables whose names begin with prefix, separated by the first character of the IFS special variable. --- From t

avoiding unneeded buffer scrolling

2006-11-05 Thread mzyzik
All, It bothers me how when switching between tabs (gt) or switching between buffers (:bn, :bp), sometimes a buffer will end up being shifted/scrolled up/down within its window. For the occasions that I want to shift the buffer I have keys like "zz" to do this manually. I don't want this to happe

Re: gvim cut paste selection

2006-11-05 Thread Bram Moolenaar
Ujjal Bose wrote: > I was having problem with cut-paste selections from X <-> Windows > for gvim (6.2) , and this is the reply I got from the RealVNC team . > So is there a way to solve this in gvim ? > > Thanks in advance ! > > -Ujjal > > -- Forwarded message -- > From: Ja

Re: noimd don't works under linux

2006-11-05 Thread Benji Fisher
On Sun, Nov 05, 2006 at 03:13:20PM +0800, Eddy Zhao wrote: [snip] > Thanks (I forget to set ls). > > I do the following > - gvim -u NONE > - :set stl=%{&imd} ls=2 > - :inoremap :set imd > - :nnoremap i :set noimdi > - :set nocp > - switching back & forth between normal mode & insert mode using "E

test49 FAILED

2006-11-05 Thread pizomer
Hi all I have a question How I can find why 'make test' fails on test #49 . I commpile vim with the following ./configure --enable-perlinterp \ [1230] --enable-pythoninterp \ --enable-tclinterp \ --enable-rubyinterp \ --enable-sniff \ --enable-multibyte \ --enable-xim \ --enable-fontset \ --enab

RE: --remote diff to tab

2006-11-05 Thread Hugo Ahlenius
|> I am trying to set up my subversion client(s) so that I can get any |> diffs open in a proper diff mode, in an existing gvim |session, in a new tab... | | Did you try (untested by me) | |--remote-tab +"diffsplit %2" %1 | |(Will the %2 need any special escaping inside the quotes? |What if

Re: New vimscript distribution idea/ first beta implementation tell my your opinion

2006-11-05 Thread Marc Weber
> >http://mawercer.de/marcweber/vim/vimlib/ contains 3 folders : repository, installers, which contains some self-irnstalling vim files docs, containing the documentation. Much has to be done here. one todo is also listing the functions having "| comments. But you can browse the source

Re: BufEnter Oddity After TabEnter

2006-11-05 Thread Yakov Lerner
On 11/5/06, Bill McCarthy <[EMAIL PROTECTED]> wrote: Hello Vim List, I am having a problem trying to echo a message triggered by an autocmd on BufEnter when entering a tab page. Try this: :au BufEnter foo echom "Entered foo" First lets try opening a window on the same tab page: :sp f

Re: New vimscript distribution idea/ first beta implementation tell my your opinion

2006-11-05 Thread Yakov Lerner
On 11/5/06, Marc Weber <[EMAIL PROTECTED]> wrote: I've posted some time ago about this ideas: seperate user interface (mappings autocommands ..) from script code. Unify efforts (thus make it easier to existing code) .. I did call my attempt vimlib. It can be used here: http://mawercer.de/marcwe

Re: noimd don't works under linux

2006-11-05 Thread Eddy Zhao
I do the following - gvim -u NONE - :set stl=%{&imd} ls=2 - :inoremap :set imd - :nnoremap i :set noimdi - :set nocp - switching back & forth between normal mode & insert mode using "ESC" & "i" When I pressing "i", the input focus is on command line & command line shows ":set noimdi". If

Re: noimd don't works under linux

2006-11-05 Thread A.J.Mechelynck
Eddy Zhao wrote: [...] Hi Tony, I only using IM in gvim. So I only want IM work correctly in gvim. gvim is with +xim support. Thanks Eddy Well, I suppose that explains why you can't set 'imd' in Console Vim. Best regards, Tony.