commit | 206f011829920e41c4d3782af7591da6e1b86655 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 12 16:51:55 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 12 16:51:55 2014 +0100 |
tree | e244183206e3bcf82829738bf2d0eca05c7f4baf | |
parent | f7dc2b551708315a833fcb19c288759c277dcfe1 [diff] [blame] |
updated for version 7.4.197 Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
diff --git a/src/testdir/test77a.com b/src/testdir/test77a.com new file mode 100644 index 0000000..ef74a4c --- /dev/null +++ b/src/testdir/test77a.com
@@ -0,0 +1,8 @@ +$! test77a - help file creating checksum on VMS +$! Created by Zoltan Arpadffy +$ +$ IF P1 .NES. "" +$ THEN +$ checksum 'P1' +$ show symb CHECKSUM$CHECKSUM +$ ENDIF