Elimar Riesebieter wrote:
> * Bram Moolenaar <[email protected]> [2015-03-24 22:36 +0100]:
>
> >
> > Since Google Code is going to be shut down we need a new place for the
> > Vim repository. Many users have given their opinion and github appears
> > to be the preferred site.
> >
> > This is not without disadvantages, since it means moving from Mercurial
> > to git. Some may like this, some not. Will take some getting used to.
> > I personally prefer the Mercurial commands, they are more obvious to
> > use. You can find help only for how a Mercurial command translates to
> > git, e.g. https://github.com/sympy/sympy/wiki/Git-hg-rosetta-stone
> >
> > To see how well this works I have created a SNAPSHOT of the repository.
> > This way we can try it out. I already verified that I can push patches
> > there. However, for now development will remain on code.google.com.
> > The issues were already changed after the migration, this will continue.
> >
> > Look here: https://github.com/vim
> >
> > Please respond to the list if something doesn't work well.
>
> $ git tag | grep v7-4 | sort -V
> ....
> v7-4-675
> v7-4-676
> v7-4-677
> v7-4-678
>
> but
>
> $ egrep -A 4 "Add new patch number" src/version.c
> { /* Add new patch number below this line */
> /**/
> 682,
> /**/
> 681,
>
> and
>
> $ git log | head -8
> commit 6ac42ad71294c4ef6d74e99668e88911e76d818f
> Author: Bram Moolenaar <[email protected]>
> Date: Tue Mar 24 21:52:07 2015 +0100
>
> updated for version 7.4.682
> Problem: The search highlighting and match highlighting replaces the
> cursorline highlighting, this doesn't look good.
> Solution: Combine the highlighting. (Yasuhiro Matsumoto)
>
> The tags don't seem to correspond to the latest patch version?
I do have the tags in my local git repository. Do they not get pushed
to the repository with "git push" ? v7-4-678 would be the last one that
was imported, the patches after that I pushed from my git repository.
--
The Law of VIM:
For each member b of the possible behaviour space B of program P, there exists
a finite time t before which at least one user u in the total user space U of
program P will request b becomes a member of the allowed behaviour space B'
(B' <= B).
In other words: Sooner or later everyone wants everything as an option.
-- Vince Negri
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.