Mercurial > vim
annotate src/testdir/amiga.vim @ 11060:354593196e20 v8.0.0419
patch 8.0.0419: test for v:progpath fails on MS-Windows
commit https://github.com/vim/vim/commit/066029ef92b45dc4bd21a353b1fac25841062c26
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Mar 5 15:19:32 2017 +0100
patch 8.0.0419: test for v:progpath fails on MS-Windows
Problem: Test for v:progpath fails on MS-Windows.
Solution: Expand to full path. Also add ".exe" when the path is an absolute
path.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 05 Mar 2017 15:30:04 +0100 |
parents | f0201deac2a2 |
children |
rev | line source |
---|---|
7 | 1 " Settings for test script execution |
2 set shell=csh | |
3 map! /tmp t: | |
4 cmap !rm !Delete all | |
9501
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
5 |
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
6 source setup.vim |