commit | 7f3be402cecb458ac2a8d385bb7303d8b27f9af4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 22:08:54 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 22:08:54 2014 +0200 |
tree | 3d74574688e990af2c4f46dcc1500d07a469ad5b | |
parent | c7f025536e9e5b7b95b55d09094febb627395d05 [diff] [blame] |
updated for version 7.4.236 Problem: It's not that easy to check the Vim patch version. Solution: Make has("patch-7.4.123") work. (partly by Marc Weber)
diff --git a/src/testdir/test60.ok b/src/testdir/test60.ok index 0c382ad..dabcd0c 100644 --- a/src/testdir/test60.ok +++ b/src/testdir/test60.ok
@@ -204,3 +204,8 @@ g:footest#x = 1 footest#F() 0 UndefFun() 0 +has patch 6.9.999: 1 +has patch 7.1.999: 1 +has patch 7.4.123: 1 +has patch 9.1.0: 0 +has patch 9.9.1: 0