[correction] Recording of Vim presentation available

2007-02-20 Thread Bram Moolenaar
I wrote: > It's a lot quicker to get the PDF with the presentation and notes: > http://www.moolenaar.net/habits.pdf > This is about 640 Kbyte. But that's the old one! Use this link instead: http://www.moolenaar.net/habits_2007.pdf Oh, and in case you are interested in the books mentioned, use

RE: [PATCH] minor typo in tutor

2007-02-20 Thread Bram Moolenaar
Michael Wookey wrote: > Hmm.. apologies if my mail client messed that up. Find the patch > attached. Thanks. These typos must have been there for ages. -- Microsoft says that MS-Windows is much better for you than Linux. That's like the Pope saying that catholicism is much better for you tha

Re: Reminder: Vim presentation in Mountain View tomorrow

2007-02-20 Thread Bram Moolenaar
Martin Stubenschrott wrote: > As announced, Bram gave an interesting talk about vim on the Google > campus last week, for those who couldn't be there, there is a well made > video of it there: > > http://video.google.com/videoplay?docid=2538831956647446078 > > Maybe it should also be linked fro

Recording of Vim presentation available

2007-02-20 Thread Bram Moolenaar
Dear Vim users, A week ago I did a presentation on Vim, called "Seven habits of effective text editing 2.0". I was happy to see a lot of people come to listen to me. Many more than expected, we ran out of food and had to get extra chairs. Thanks to all who were there, it was nice to have a big

RE: [PATCH] minor typo in tutor

2007-02-20 Thread Michael Wookey
Hmm.. apologies if my mail client messed that up. Find the patch attached. cheers tutor.patch Description: tutor.patch

[PATCH] minor typo in tutor

2007-02-20 Thread Michael Wookey
Index: runtime/tutor/tutor === --- runtime/tutor/tutor (revision 218) +++ runtime/tutor/tutor (working copy) @@ -568,10 +568,10 @@ 4. To change every occurrence of a character string between two lines, type :#,#s/old/new/g

Re: patch 7.0.198 (extra)

2007-02-20 Thread Mathias Michaelis
> Patch 7.0.198 (extra) > Problem:Win32: Compiler warnings. No need to generate gvim.exe.mnf. > Solution: Add type casts. Use "*" for processorArchitecture. (George > Reilly) > Files: src/Make_mvc.mak, src/eval.c, src/gvim.exe.mnf, src/misc2.c > This patch collides with some patches

Re: Reminder: Vim presentation in Mountain View tomorrow

2007-02-20 Thread Martin Stubenschrott
As announced, Bram gave an interesting talk about vim on the Google campus last week, for those who couldn't be there, there is a well made video of it there: http://video.google.com/videoplay?docid=2538831956647446078 Maybe it should also be linked from the news entry on vim.org? Off-topic, but

Re: New php.vim indent script

2007-02-20 Thread Miles Lott
This quickly moved to version 1.2 and this is the recommended version: http://www.vim.org/scripts/script.php?script_id=346 Miles Lott wrote: I have uploaded version 0.8 of my indent file for php. This was the file included in 6.X which was replaced by John's script in 7.X. After 5 years it s

Re: Win64-related patches

2007-02-20 Thread Mike Williams
On 12/02/2007 07:48, George V. Reilly wrote: * Win64 changes to make code compile cleanly: eval.c, misc2.c, if_ole.* * Fixed install.exe bug * Fixed annoying warning from Explorer about gvimext.dll * Fixed gvim.exe.mnf to be cross-platform. No longer needs to be generated from Make_mvc.mak * Re