Mercurial > vim
annotate src/testdir/vms.vim @ 29375:209420b9d2dd v9.0.0030
patch 9.0.0030: matchfuzzy test depends on path of current directory
Commit: https://github.com/vim/vim/commit/22e7e867e224596bd758260e4278ce6239c35ba5
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 2 20:48:01 2022 +0100
patch 9.0.0030: matchfuzzy test depends on path of current directory
Problem: Matchfuzzy test depends on path of current directory.
Solution: Use fnamemodify() to remove the path. (Robin Becker,
closes #10650)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Jul 2022 22:00:02 +0200 |
parents | f0201deac2a2 |
children |
rev | line source |
---|---|
7 | 1 " Settings for test script execution under OpenVMS |
2 | |
9501
f0201deac2a2
commit https://github.com/vim/vim/commit/89b10421ca1aea55acbafac1df93be4e20210ceb
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 " Do not use any swap files |
7 | 4 set noswapfile |
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 |