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@...
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@...
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@...
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@...
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@...
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@...
May 3, 2005 8:30 pm
39697
Here are your banks documents....
george@...
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@...
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@...
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@...
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@...
May 6, 2005 2:03 am
39702
Please read the attached file!...
dany.stamant@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
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@...
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@...
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@...
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@...
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@...
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@...
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...