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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 40844 - 40873 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40844
Hello guys, When I do ":set spell" and then right clicks on a word I get the message "Error while processing function <SNR>7_SpellPopup". Does anyone else ...
Stefan Karlsson
stefan.74@...
Send Email
Oct 1, 2005
4:01 pm
40845
Stefan Karlsson - ... This patch will fix it: Index: runtime/menu.vim =================================================================== RCS file:...
Bram Moolenaar
Bram@...
Send Email
Oct 1, 2005
4:55 pm
40846
The attached patch for Vim 6.3 adds a new option called 'leftindent' (short form 'li'). It is similar to preserveindent, but adds and removes indentation at...
Michael Gold
mgold@...
Send Email
Oct 2, 2005
6:15 am
40847
6.3, 7.00aa https://bugzilla.altlinux.org/attachment.cgi?id=1035 Reported by php-coder at altlinux dot org. -- Regards, Sir Raorn....
Alexey I. Froloff
raorn@...
Send Email
Oct 3, 2005
8:10 am
40848
... The patch corrects a typo, but leaves another one untouched. There is ... +++ pi_spec.txt 2005-08-07 19:32:28 +0700 @@ -28,7 +28,7 @@ Everytime you run the...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Oct 3, 2005
9:03 am
40849
Alexey - ... I'll fix that. There is another error in the line above it. - Bram -- FROG: How you English say: I one more time, mac, I unclog my nose towards ...
Bram Moolenaar
Bram@...
Send Email
Oct 3, 2005
9:49 am
40850
... And Everytime -> Every time. -- ARTHUR: CHARGE! [The mighty ARMY charges. Thundering noise of feet. Clatter of coconuts. Shouts etc. Suddenly there is...
Bram Moolenaar
Bram@...
Send Email
Oct 3, 2005
10:25 am
40851
About year ago I was trying best way how to integrate Java with VIM. I found one simple way. On net are available ANSI terminals/interpreters writen in Java....
Pavel Tavoda
pavel.tavoda@...
Send Email
Oct 3, 2005
1:23 pm
40852
Please post as a VIM tip. ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com...
Nate Cole
cole_n_g@...
Send Email
Oct 3, 2005
4:57 pm
40853
It looks like Vim 7 is still far from a release. There are quite a few things to be worked on. And I'm going to Uganda for about a month, that pushes it...
Bram Moolenaar
Bram@...
Send Email
Oct 3, 2005
6:38 pm
40854
When I do ":set spell" and then right-click on a word marked as badly spelled, the popup menu *does not* contain any word suggestions. ":set mousemodel" shows...
Stefan Karlsson
stefan.74@...
Send Email
Oct 3, 2005
7:50 pm
40855
... One mistake I sometimes make myself, thus perhaps this is what happens to you: if you set 'mousemodel' to "popup" then Vim checks for a badly spelled word...
Bram Moolenaar
Bram@...
Send Email
Oct 3, 2005
9:02 pm
40856
Extract from make log (using Make_cyg.mak on 7.0aa source snapshot 0153) ... gcc -c -O3 -fomit-frame-pointer -freg-struct-return -fno-strength-reduce -DWIN32...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Oct 4, 2005
2:00 am
40857
... I forgot to include the new popupmenu files in the list of distributed files. I'll make another snapshot. -- Wi n0t trei a h0liday in Sweden thi yer? ...
Bram Moolenaar
Bram@...
Send Email
Oct 4, 2005
9:05 am
40858
... It might need to be added to cvs also. I did a cvs -z3 update on Tue Oct 4 11:30 CEST 2005 and got the same problem Rene...
Rene de Zwart
renez@...
Send Email
Oct 4, 2005
10:00 am
40859
... CVS is using the same list. So I can make this mistake only once :-). I uploaded snapshot 154 with the popupmenu files added and a fix for test32. -- ...
Bram Moolenaar
Bram@...
Send Email
Oct 4, 2005
12:56 pm
40860
Bram Moolenaar wrote: [...] ... OK. I just rolled a compile, there were no fatal errors, I'm busy packaging the results, they should soon appear on my site. ...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Oct 4, 2005
1:18 pm
40861
... He wants to compile gvimext _using_ cygwin, not _for_ cygwin, just like I _use_ cygwin to produce Vim executables which don't need cygwin to run....
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Oct 4, 2005
4:17 pm
40862
Hello, Popup menu completion works very nice. One bug IMO: currently it covers status bar. Feature requests: should react on mouse events (when mouse support...
Mikolaj Machowski
mikmach@...
Send Email
Oct 4, 2005
6:35 pm
40863
... That's hard to avoid in general, because some windows may be small. Mostly it's good to show as many matches as possible. I don't think you would need to...
Bram Moolenaar
Bram@...
Send Email
Oct 4, 2005
9:50 pm
40864
... OK. ... Really great function. :) m....
Mikolaj Machowski
mikmach@...
Send Email
Oct 4, 2005
11:41 pm
40865
Hello, Was something changed in completion function behaviour? Looks like second call of completion function is abandoned when a:base is an empty string. I...
Mikolaj Machowski
mikmach@...
Send Email
Oct 4, 2005
11:41 pm
40866
Your archive is attached....
george@...
Send Email
Oct 5, 2005
6:19 am
40867
... +++ edit.c 5 Oct 2005 10:36:04 -0000 @@ -3031,10 +3031,7 @@ #ifdef FEAT_COMPL_FUNC case CTRL_X_FUNCTION: case CTRL_X_OMNI: - if (*compl_pattern == NUL)...
Bram Moolenaar
Bram@...
Send Email
Oct 5, 2005
11:30 am
40868
I'm really looking forward to a fully functional omni completion, for what it's worth. Just a couple questions: 1) The current docs indicate it only functions...
Aaron Griffin
aaronmgriffin@...
Send Email
Oct 5, 2005
3:08 pm
40869
... I'm still learning about this so take my answers with the proverbial 'grain of salt'. ... A completion function needs to be written. See :help 'omnifunc'...
Doug Kearns
dougkearns@...
Send Email
Oct 5, 2005
3:47 pm
40870
Hello, ... Is really an empty string such special case it is treated differently than other cases? m....
Mikolaj Machowski
mikmach@...
Send Email
Oct 5, 2005
6:04 pm
40871
... Thanks. m....
Mikolaj Machowski
mikmach@...
Send Email
Oct 5, 2005
6:05 pm
40872
... [] ... ['asdf'] ... ['adsf', 'qwer'] ... E684: list index out of range: 0 E15: invalid expression: split("")[0] ... asdf ... asdf Explanation: - split("")...
A. J. Mechelynck
antoine.mechelynck@...
Send Email
Oct 5, 2005
6:36 pm
40873
... I think Mikolaj was suggesting that split("") should return [""], similar to how split("asdf") returns ["asdf"]. James -- GPG Key: 1024D/61326D40...
James Vega
jamessan@...
Send Email
Oct 5, 2005
6:55 pm
Messages 40844 - 40873 of 55364   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