Tuesday, April 25, 2017

Re: an old "hack" of mine, shared for amusement

On Mo, 24 Apr 2017, Erik Falor wrote:

> Eli did mention that he had been running Vim version 4.2. Perhaps
> modelines worked differently back then?
>
> The oldest Vim source code I could find in a brief search is version
> 6.4. Does anybody know of a way to find a version that's even older
> than that?

A while ago, I converted the old Vim CVS Repository to git and I made it
available here:
https://bitbucket.org/vim-mirror/vim-ancient

#v+
~/vim-ancient$ git log --reverse |head -15
commit 686757e4d2a46c8ab55c08c7a0ccd9d83d2465fb
Author: Bram Moolenaar <bram@vim.org>
Date: Sun Dec 19 03:43:45 1999 +0000

Initial revision

commit d8a836d4df71284a494011056263b98972ae6823
Author: Bram Moolenaar <bram@vim.org>
Date: Sun Dec 19 03:50:09 1999 +0000

Patch 5.5.001
Problem: Configure in the top directory did not pass on an argument with a
space correctly. For example "./configure --previs="/My home".
(Stephane Chazelas)
Solution: Use '"$@"' instead of '$*' to pass on the arguments.
#v-


Best,
Christian
--
Es gibt zwei Arten von Menschen: Solche die Glück haben und solche wie mich.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: