Skip to content

Commit a9f4639

Browse files
committed
fix: get vim's source from GitHub
1 parent fe31d72 commit a9f4639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: vim
33

44
before_script: |
55
git clone https://github.com/junegunn/vader.vim.git
6-
hg clone https://code.google.com/p/vim/
6+
git clone https://github.com/vim/vim.git
77
cd vim
88
./configure --with-features=huge
99
make

0 commit comments

Comments
 (0)