Patch 7.3.046 (after 7.3.043) Problem: Can't build Ruby on MS-Windows. Solution: Add #ifdef, don't use WIN3264 before including vim.h. Files:...
59482
Benjamin Fritz
fritzophrenic@...
Oct 27, 2010 4:27 pm
... I still have not received any comments, but I think it is ready. I am currently working on a separate plugin to submit to vim.org which uses the new...
59483
Bram Moolenaar
Bram@...
Oct 27, 2010 4:30 pm
Hello Vim users, I decided to make an update of the MS-Windows binaries, with all the 46 patches applied. A list with a short explanation of the patches is on...
59484
Bram Moolenaar
Bram@...
Oct 27, 2010 4:32 pm
Hello Vim users, I decided to make an update of the MS-Windows binaries, with all the 46 patches applied. A list with a short explanation of the patches is on...
59485
Bram Moolenaar
Bram@...
Oct 27, 2010 4:37 pm
Patch 7.3.047 (after 7.3.032) Problem: Missing makefile updates for test 75. Solution: Update the makefiles. Files: src/testdir/Make_amiga.mak,...
59486
Sergey Khorev
sergey.khorev@...
Oct 27, 2010 5:04 pm
... I think all embedded interpreters support changing of non-active buffer. -- You received this message from the "vim_dev" maillist. Do not top-post! Type...
59487
tux.
der_tuxman@...
Oct 27, 2010 6:53 pm
... Now this patch broke my build environment (VS2010): I don't have that auto/config.h file. What to change in order to make it work again? -- You received...
59488
Charles Campbell
Charles.E.Campbell@...
Oct 27, 2010 7:22 pm
... See if, done from ...wherever.../vim73 : make distclean ./configure [whatever options] make will help. Regards, Chip Campbell -- You received this message...
59489
tux.
der_tuxman@...
Oct 27, 2010 7:36 pm
... Besides the face that I won't make "configure" work with Visual Studio 2010: I won't get the auto/config.h file then either, right? -- You received this...
59490
James Vega
jamessan@...
Oct 27, 2010 7:39 pm
... Update to 7.3.046. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <jamessan@...> -- You received this message from the "vim_dev" maillist....
59491
tux.
der_tuxman@...
Oct 27, 2010 7:46 pm
... Indeed... Thank you! :) -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For...
59492
Jon
jon.forums@...
Oct 27, 2010 7:56 pm
This is a documentation patch [1] for doc/if_ruby.txt to better summarize the state of binary MRI Ruby downloads available for Windows users. In a nutshell,...
59493
Leonardo Valeri Manera
l.valerimanera@...
Oct 27, 2010 8:33 pm
... What kind of level of knowledge are we assuming here? One thing I found confusing at the start with compiling vim with ruby, is that while msvc compilation...
59494
Jon
jon.forums@...
Oct 27, 2010 9:29 pm
... I'm not following you on this one. WRT the if_ruby.txt mods, I primarily want a Windows user/developer trying to build ruby support into their vim to know...
59495
Yegappan Lakshmanan
yegappanl@...
Oct 28, 2010 3:54 am
Hi, ... Sorry about that. ... Thanks for doing this. - Yegappan ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
59496
Jon
jon.forums@...
Oct 28, 2010 1:58 pm
FYI, all built well and ran last nite with RubyInstaller 1.9.2-p0, llvm-gcc v2.8 and the very complete :ruby puts 'hello vim' test. ... @Leo, after diffing the...
59497
Xavier de Gaye
xdegaye@...
Oct 29, 2010 10:38 am
Problem: Vim crashes with SEGV or BUS when netbeans is processing a command and concurrently receives a socket disconnection event. This is difficult to...
59498
Xavier de Gaye
xdegaye@...
Oct 29, 2010 2:59 pm
Support for athena in netbeans has been added with the following patch: patch 7.3.016: Support Athena, just like Motif However the motif and athena code in...
59499
Bram Moolenaar
Bram@...
Oct 29, 2010 3:33 pm
... Thanks, I'll put this one and the other patch you sent in my todo list. -- LAUNCELOT: I am, sir. I am a Knight of King Arthur. FATHER: 'Mm ... very nice...
59500
linux fan
linuxscratch@...
Oct 30, 2010 7:58 pm
We may know that ctrl_alt_bksp to kill X-window-session is no longer default. To regain ctrl_alt_bksp function, An InputClass may be added to a file in...
59501
fhml@...
Oct 30, 2010 10:21 pm
Hey folks. I noticed that there is an entry about 'synstack()' in ':help functions', but not in ':help function-list39;. If this is not intended, the following...
59502
Alex
alex.jakushev@...
Oct 31, 2010 12:01 am
Hi all, I've extended :sort command in vim - now it can sort by floating point values as well as dec/hex/oct. Submitting the change for review. Kind regards, ...
59503
Carlo
carlo.teubner@...
Oct 31, 2010 12:08 pm
The two divs are there to make the <pre> block centered, while keeping the text itself left-aligned. I got this trick from ...
59504
Bram Moolenaar
Bram@...
Oct 31, 2010 12:59 pm
... Looks OK. It would be useful to have a test for :sort. Especially now that it becomes more complicated. -- MESKIMEN'S LAW There's never time to do it...
59505
Bram Moolenaar
Bram@...
Oct 31, 2010 12:59 pm
... Yes, although small things like this you can also send directly to me. Thanks! -- CRONE: Who sent you? ARTHUR: The Knights Who Say Ni! CRONE: Aaaagh!...
59506
Bram Moolenaar
Bram@...
Oct 31, 2010 1:00 pm
... David Ne\v{c}as (Yeti) is the maintainer of this syntax file. -- [SIR LAUNCELOT runs back up the stairs, grabs a rope of the wall and swings out over the...
59507
Alex
alex.jakushev@...
Oct 31, 2010 2:54 pm
I will post one later. Alex ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. ...
59508
Tom Link
micathom@...
Oct 31, 2010 8:00 pm
Hi, ruby's logger class checks if the log device provides write and close methods. If it doesn't, it assumes it's a filename. The $stdout object defined by...
59509
Ben Fritz
fritzophrenic@...
Nov 1, 2010 3:31 am
... Nicely done, it looks much better. ... Only minor ones. There is a horizontal scrollbar present even though there does not seem to be any content to scroll...
59510
StarWing
weasley_wx@...
Nov 1, 2010 3:59 am
hi all, when I use gVim with language set to chinese, the tear-off menu seems can't work in some menu list. reproduce: in Windows( I am not test in other OS): ...