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 ...
40845
Bram Moolenaar
Bram@...
Oct 1, 2005 4:55 pm
Stefan Karlsson - ... This patch will fix it: Index: runtime/menu.vim =================================================================== RCS file:...
40846
Michael Gold
mgold@...
Oct 2, 2005 6:15 am
The attached patch for Vim 6.3 adds a new option called 'leftindent39; (short form 'li'). It is similar to preserveindent, but adds and removes indentation at...
40847
Alexey I. Froloff
raorn@...
Oct 3, 2005 8:10 am
6.3, 7.00aa https://bugzilla.altlinux.org/attachment.cgi?id=1035 Reported by php-coder at altlinux dot org. -- Regards, Sir Raorn....
40848
A. J. Mechelynck
antoine.mechelynck@...
Oct 3, 2005 9:03 am
... 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...
40849
Bram Moolenaar
Bram@...
Oct 3, 2005 9:49 am
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 ...
40850
Bram Moolenaar
Bram@...
Oct 3, 2005 10:25 am
... And Everytime -> Every time. -- ARTHUR: CHARGE! [The mighty ARMY charges. Thundering noise of feet. Clatter of coconuts. Shouts etc. Suddenly there is...
40851
Pavel Tavoda
pavel.tavoda@...
Oct 3, 2005 1:23 pm
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....
40852
Nate Cole
cole_n_g@...
Oct 3, 2005 4:57 pm
Please post as a VIM tip. ... __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com...
40853
Bram Moolenaar
Bram@...
Oct 3, 2005 6:38 pm
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...
40854
Stefan Karlsson
stefan.74@...
Oct 3, 2005 7:50 pm
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...
40855
Bram Moolenaar
Bram@...
Oct 3, 2005 9:02 pm
... One mistake I sometimes make myself, thus perhaps this is what happens to you: if you set 'mousemodel39; to "popup" then Vim checks for a badly spelled word...
40856
A. J. Mechelynck
antoine.mechelynck@...
Oct 4, 2005 2:00 am
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...
40857
Bram Moolenaar
Bram@...
Oct 4, 2005 9:05 am
... 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? ...
40858
Rene de Zwart
renez@...
Oct 4, 2005 10:00 am
... 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...
40859
Bram Moolenaar
Bram@...
Oct 4, 2005 12:56 pm
... 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. -- ...
40860
A. J. Mechelynck
antoine.mechelynck@...
Oct 4, 2005 1:18 pm
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. ...
40861
A. J. Mechelynck
antoine.mechelynck@...
Oct 4, 2005 4:17 pm
... 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....
40862
Mikolaj Machowski
mikmach@...
Oct 4, 2005 6:35 pm
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...
40863
Bram Moolenaar
Bram@...
Oct 4, 2005 9:50 pm
... 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...
40864
Mikolaj Machowski
mikmach@...
Oct 4, 2005 11:41 pm
... OK. ... Really great function. :) m....
40865
Mikolaj Machowski
mikmach@...
Oct 4, 2005 11:41 pm
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...
40866
george@...
Oct 5, 2005 6:19 am
Your archive is attached....
40867
Bram Moolenaar
Bram@...
Oct 5, 2005 11:30 am
... +++ 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)...
40868
Aaron Griffin
aaronmgriffin@...
Oct 5, 2005 3:08 pm
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...
40869
Doug Kearns
dougkearns@...
Oct 5, 2005 3:47 pm
... 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 'omnifunc39;...
40870
Mikolaj Machowski
mikmach@...
Oct 5, 2005 6:04 pm
Hello, ... Is really an empty string such special case it is treated differently than other cases? m....
40871
Mikolaj Machowski
mikmach@...
Oct 5, 2005 6:05 pm
... Thanks. m....
40872
A. J. Mechelynck
antoine.mechelynck@...
Oct 5, 2005 6:36 pm
... [] ... ['asdf39;] ... ['adsf39;, 'qwer'] ... E684: list index out of range: 0 E15: invalid expression: split("")[0] ... asdf ... asdf Explanation: - split("")...
40873
James Vega
jamessan@...
Oct 5, 2005 6:55 pm
... I think Mikolaj was suggesting that split("") should return [""], similar to how split("asdf") returns ["asdf"]. James -- GPG Key: 1024D/61326D40...