... Hi Luis and thanks for the patch. As I am currently evaluating Lua, so I can invest some more time to learn the language, Lua interface seems a great ...
Ag. D. Hatzimanikas
a.hatzim@...
Sep 1, 2008 7:56 am
51914
... Note to me: Don't send again patches, when there is an angry wife near your shoulders. ... +++ vim72-lua.patch 2008-09-01 10:43:13.865134252 +0300 @@...
Ag. D. Hatzimanikas
a.hatzim@...
Sep 1, 2008 8:30 am
51915
... This issue is still in the todo list. Good to have something to test a solution with. -- Q: What is the difference betwee open-source and commercial...
Bram Moolenaar
Bram@...
Sep 1, 2008 8:58 am
51916
... It looks fairly complete. I hope a few people try it out and provide feedback. There was a patch for Lua a couple of years ago by Wolfgang Oertl, but it...
Bram Moolenaar
Bram@...
Sep 1, 2008 8:58 am
51917
... Yes I tried but without -s option I couldn't get any expected result in my CGI script. someone said that in the CGI mode vim automatically change it's mode...
Won-Kyu Park
wkpark@...
Sep 1, 2008 10:04 am
51918
Hello, ... Have a look at the two local_vimrc plugins on sourceforge. They already provide this feature. I'm not sure patching vim is the best course of...
Luc Hermitte
hermitte@...
Sep 1, 2008 11:59 am
51919
... Thanks, I'll include the patch. -- How To Keep A Healthy Level Of Insanity: 1. At lunch time, sit in your parked car with sunglasses on and point a hair...
Bram Moolenaar
Bram@...
Sep 1, 2008 1:20 pm
51920
... I don't look around on the internet to find updated files. I expect the author to send me the update. Possibly after some testing period. So if you find...
Bram Moolenaar
Bram@...
Sep 1, 2008 2:46 pm
51921
Patch 7.2.007 (extra) Problem: Minor issues for VMS. Solution: Minor fixes for VMS. Add float support. (Zoltan Arpadffy) Files:...
Bram Moolenaar
Bram@...
Sep 1, 2008 2:51 pm
51922
Patch 7.2.008 Problem: With a BufHidden autocommand that invokes ":bunload" the window count for a buffer can be wrong. (Bob Hiestand) Solution: Don't...
Bram Moolenaar
Bram@...
Sep 1, 2008 3:33 pm
51923
Patch 7.2.009 Problem: Can't compile with Perl 5.10 on MS-Windows. (Cesar Romani) Solution: Add the Perl_sv_free2 function for dynamic loading. (Dan...
Bram Moolenaar
Bram@...
Sep 1, 2008 3:56 pm
51924
... Thank you. I'm attaching an updated version of the patch with a few more changes. I should probably find a place to put the latest version of the patch... ...
Luis Carvalho
lexcarvalho@...
Sep 1, 2008 5:19 pm
51925
... Thanks. I think I've tried all the available commands and they work as they were documented. My only question is (from :help lua-vim): vim.open({fname})...
Ag. D. Hatzimanikas
a.hatzim@...
Sep 1, 2008 7:40 pm
51926
... By the way, I added your patch to the vim's wiki page at linuxfromscratch.org http://wiki.linuxfromscratch.org/blfs/wiki/vim You can create anytime an...
Ag. D. Hatzimanikas
a.hatzim@...
Sep 1, 2008 8:34 pm
51927
... I gave this a try on Windows. With the following patch to Make_ming.mak, it compiles fine. I've done a couple of tests and it looks OK so far. The only...
Paul Moore
p.f.moore@...
Sep 1, 2008 10:26 pm
51928
Hi Ag., ... I guess I've overused the syntactic sugar. The line ... is equivalent to ... that is, b is the new buffer for myfile and b() sets it as the current...
Luis Carvalho
lexcarvalho@...
Sep 1, 2008 10:34 pm
51929
... Re-Ping? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit...
Matt Wozniski
mjw@...
Sep 2, 2008 9:12 am
51930
... I'm seeing your message and I don't know the answer. Do you want a similar message from everyone who doesn't know the answer? Then go ahead, continue...
Tony Mechelynck
antoine.mechelynck@...
Sep 2, 2008 10:43 am
51931
... prints a^@b^@c (i.e, newlines are printed as ^@, rather than as proper newlines). Vim converts nulls to newlines and vice versa in internal strings. You ...
Paul Moore
p.f.moore@...
Sep 2, 2008 2:41 pm
51932
... Naturally not; your response was far more wasteful than my post already, and not just because of wasting twice as many bytes. My post was an obvious...
Matt Wozniski
mjw@...
Sep 2, 2008 4:35 pm
51933
... <snip> Your "re-ping" contributed nothing whatsover; if you wanted a response directly from Bram, it would've been better to re-send the message directly...
Charles Campbell
Charles.E.Campbell@...
Sep 2, 2008 4:46 pm
51934
... Maybe I used (in the part you snipped) language which was felt unusually strong for this list. I guess it was a carryover from "Mozilla bug" language,...
Tony Mechelynck
antoine.mechelynck@...
Sep 2, 2008 6:33 pm
51935
I was recently poking around a configure.in file when I noticed that vim seemed to run afoul of highlighting it correctly, failing halfway through. I traced...
Joshua Cranmer
jcranmer@...
Sep 2, 2008 10:03 pm
51936
Hello Vim Developers, I noticed a global variable that doesn't appear to be intentionally set. The variable `cpo_save' undecorated and outside a function is...
Bill McCarthy
WJMc@...
Sep 3, 2008 4:11 am
51937
... Or if they can be sourced from another script whose variable they could clobber, which is definitely possible. Of course, you can argue that hypothetical...
Ben Schmidt
mail_ben_schmidt@...
Sep 3, 2008 9:51 am
51938
... Let/unlet could still clobber another variable (however, a variable which must be _kept_ over the opening of a file or over the sourcing of all global...
Tony Mechelynck
antoine.mechelynck@...
Sep 3, 2008 11:06 am
51939
... Thanks for catching this. A new patch, that also provides a simple configure.in, is available at ...
Luis Carvalho
lexcarvalho@...
Sep 3, 2008 1:03 pm
51940
... The ":let" statement never remembers where its operand was set (unlike ... In this case, the above precautions are prudent, but only really necessary if...
Tony Mechelynck
antoine.mechelynck@...
Sep 3, 2008 3:33 pm
51941
... Hash: SHA1 hello. I have noticed that starting from 7.1.329, using vim in the console with the encoding set to utf8, there is a bug with redrawing...
Tyler Spivey
tspivey@...
Sep 3, 2008 6:58 pm
51942
... I'll fix vim.vim and matchparen.vim. Sorry I didn't notice this mistake before. I'll leave hamster.vim to David. -- How To Keep A Healthy Level Of...