diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-03-12 16:51:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-03-12 16:51:55 +0100 |
commit | 206f011829920e41c4d3782af7591da6e1b86655 (patch) | |
tree | e244183206e3bcf82829738bf2d0eca05c7f4baf /src/testdir/test77a.com | |
parent | f7dc2b551708315a833fcb19c288759c277dcfe1 (diff) | |
download | vim-206f011829920e41c4d3782af7591da6e1b86655.zip |
updated for version 7.4.197
Problem: Various problems on VMS.
Solution: Fix several VMS problems. (Zoltan Arpadffy)
Diffstat (limited to 'src/testdir/test77a.com')
-rw-r--r-- | src/testdir/test77a.com | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testdir/test77a.com b/src/testdir/test77a.com new file mode 100644 index 000000000..ef74a4c18 --- /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 |