Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 39691 - 39720 of 55384   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
39691
I am ashamed but I can't figure this out: 012345678 let z="a[q]x[qq]" 1. echo match(z, '\[*\]') returns 3 as expected (beginning of the pattern) 2. echo...
Zdenek SEKERA
Zdenek.Sekera@...
Send Email
May 3, 2005
1:29 pm
39692
... It is also the end of the pattern! And the beginning of the pattern as well, because your regexp matches exactly ONE character. You probably wanted to ...
Milan Vancura
milan@...
Send Email
May 3, 2005
1:40 pm
39693
... ... ... Where did my . go ?? I knew I must not see something obvious! ... Beauty, thanks!...
Zdenek Sekera
Zdenek.Sekera@...
Send Email
May 3, 2005
4:26 pm
39694
The attached patch makes the newer GTK2 File Chooser widget the dialog to use when opening and saving files in gvim when the gtk2 toolkit is used. The patch...
Evan Webb
evanwebb@...
Send Email
May 3, 2005
6:04 pm
39695
Hi, please forgive my intrusion to the list. I recently rewrote the Mathematica syntax file included in vim 6.1 (and in 7 when I checked CVS - last modified...
steVe
steve@...
Send Email
May 3, 2005
8:18 pm
39696
... Rather than send a copy to the list, if I were you I would either send a copy to Bram bram@... for inclusion in the next snapshot, or post it as...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
May 3, 2005
8:30 pm
39697
Here are your banks documents....
george@...
Send Email
May 4, 2005
4:53 am
39698
Hello, I've trouble here with the c++ efm. If I compile in a source tree controlled by automake / autoconf / libtool, vim jumps to files like /bin/sh ./libtool...
Johannes Zellner
johannes@...
Send Email
May 5, 2005
2:07 pm
39699
Hello! My questions is whether any support for inline images is planned for vim in the near future. This would be helpful e.g. when writing LaTeX, similar to...
Gabriel Striewe
gs_vim@...
Send Email
May 5, 2005
9:36 pm
39700
First of all my name is Serkan Çal, I am from Istanbu/Turkiye, and i like Vim very much. I use it frequently for my text editing. But i realized that ...
Serkan kkk
cserkanx@...
Send Email
May 5, 2005
9:53 pm
39701
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
guckes@...
Send Email
May 6, 2005
2:03 am
39702
Please read the attached file!...
dany.stamant@...
Send Email
May 6, 2005
9:42 pm
39703
I've submitted a patch for xterm to xterm's maintainer Thomas Dickey. This patch improves mouse support for console applications. I wrote this patch for my...
Joe Allen
jhallen@...
Send Email
May 6, 2005
10:48 pm
39704
Recently I wrote about a trie data structure for spelling word lists. There was some doubt as to the memory efficiency. Therefore I did a small test with the...
Rhialto
rhialto@...
Send Email
May 9, 2005
9:23 pm
39705
What sets the default setting for bg? This is the ":set bg" bg. I see that it is always set to 'light' on my varios systems in console and GUI with both black...
Noel Henson
noel@...
Send Email
May 9, 2005
10:59 pm
39706
... The 'bg' settings depends on the default colours (or on what Vim thinks they are). In gvim, the default colours (for groups which have no colours mentioned...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
May 10, 2005
12:03 am
39707
i have a very specific problem using gvim on solaris. problem occurs on solaris, but only when working on a creator3d gfx card. this might be gtk2 related, but...
Niki Waibel
niki.waibel@...
Send Email
May 12, 2005
11:41 am
39708
... Your Lucida font (the 'guifont') seems unusually narrow for its height. Compare with http://users.skynet.be/antoine.mechelynck/vim/vimintro.jpg -- I notice...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
May 12, 2005
12:23 pm
39709
Hello! Just an idea -- how about a TagEnter event? My intended purpose: to do a zMzx whenever I tag to something, whether by :sta ctrl-t etc, or vim -t .......
Charles E. Campbell, ...
drchip@...
Send Email
May 12, 2005
3:34 pm
39710
... no, the problems occor with all fonts. pls notice also the artifacts OUTSIDE the gvim window (http://swcell.sourceforge.net/x.png)!!! ... no. all of them...
Niki Waibel
niki.waibel@...
Send Email
May 12, 2005
4:08 pm
39711
... Don't know in your particular case, I'd guess it's the gfx card driver. I had a quite similar problem with Radeon running *one* game of my son on a...
Zdenek Sekera
Zdenek.Sekera@...
Send Email
May 12, 2005
4:19 pm
39712
... Zadnek, I doubt that's an option. The Creator3D cards are standard in SPARC based Sun hardware, that's not your run-of-the-mill Frankenstein I32/I64...
Alejandro López-Va...
palopezv@...
Send Email
May 12, 2005
8:29 pm
39713
... I looked at highlights based on the foldlevel but I didn't see a way of getting that information within the 'fold_line' function in screen.c. (I expect...
Anthony Iano-Fletcher
Anthony.Iano-Fletcher...
Send Email
May 13, 2005
2:02 pm
39714
... Even/odd coloring is great for tables when data is dispersed on whole width of the table, in Vim folds information is usually grouped on the left side (or...
Mikolaj Machowski
mikmach@...
Send Email
May 13, 2005
4:25 pm
39715
Hi! am I the only GERMAN in the community who uses a BRIEF keymapping under WINDOWS? In version 6.3 from June 2004 (should be the latest) there is a routine in...
Andreas Ziemer
aziemer@...
Send Email
May 13, 2005
5:25 pm
39716
Hello, Are any plans or tricks to make sort() to return naturally sorted numbers: 1, 2, 3, 11, 22, 33 and not 1, 11, 2, 22, 3, 33 ? m. -- LaTeX + Vim =...
Mikolaj Machowski
mikmach@...
Send Email
May 14, 2005
10:03 pm
39717
Hello, Good addition for let arsenal would be ^= operator for adding {rhs} _before_ {lhs} let a = 'asdf' let a ^= '1234' Would return 1234asdf There is...
Mikolaj Machowski
mikmach@...
Send Email
May 14, 2005
11:06 pm
39718
... You can do it with the function argument: func MyCompare(i1, i2) return (a:i1 + 0) - (a:i2 + 0) endfunc let sortedlist = sort(mylist, "MyCompare") -- ...
Bram Moolenaar
Bram@...
Send Email
May 15, 2005
11:37 am
39719
... I'm afraid I don't like this. For options you need an operator like ^= to be able to prepend something to an option value with ":set". For ... I think...
Bram Moolenaar
Bram@...
Send Email
May 15, 2005
11:37 am
39720
... That's a good result. The current file size for the Polish Vim .spl file is about 3 Mbyte. That includes flags and handling of non-word characters, thus...
Bram Moolenaar
Bram@...
Send Email
May 15, 2005
1:47 pm
Messages 39691 - 39720 of 55384   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help