Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Vim Hg tags have dots as separator
Browse files Browse the repository at this point in the history
I was able to successfully build vim on Windows after making this change. See #395.
  • Loading branch information
adamgd committed Sep 8, 2015
1 parent e5a6a63 commit eba70c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ source:
#fn: vim-7.4.tar.bz2 [not win]
#url: ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 [not win]
hg_url: https://vim.googlecode.com/hg/
hg_tag: v7-4-453 [win]
hg_tag: v7-4-493 [not win]
hg_tag: v7.4.453 [win]
hg_tag: v7.4.493 [not win]

requirements:
build:
Expand Down

0 comments on commit eba70c5

Please sign in to comment.