comparison src/os_vms_fix.com @ 15034:6e4e0d43b20b v8.1.0528

patch 8.1.0528: various typos in comments commit https://github.com/vim/vim/commit/c4568ab37edc01e01f258d64bceddcd01633a268 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 16:21:05 2018 +0100 patch 8.1.0528: various typos in comments Problem: Various typos in comments. Solution: Fix the typos.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 16:30:07 +0100
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
15033:f8b0f1e42f2c 15034:6e4e0d43b20b
13 $! endif 13 $! endif
14 $! and call/subroutine/endsubroutine constructs, because I can still 14 $! and call/subroutine/endsubroutine constructs, because I can still
15 $! remember when DCL didn't have them, and I wanted this to be as 15 $! remember when DCL didn't have them, and I wanted this to be as
16 $! portable as possible, so... If you want to structure it nicer for 16 $! portable as possible, so... If you want to structure it nicer for
17 $! your own use, please feel free to do so. However, please only 17 $! your own use, please feel free to do so. However, please only
18 $! distribute it in it's original form. 18 $! distribute it in its original form.
19 $! 19 $!
20 $! I wrote it in DCL for portability and ease of use - a C version 20 $! I wrote it in DCL for portability and ease of use - a C version
21 $! would definitely run faster, but then I'd have to deal with compiler 21 $! would definitely run faster, but then I'd have to deal with compiler
22 $! differences, and users would have to deal with configuring and 22 $! differences, and users would have to deal with configuring and
23 $! building it. With DCL, it runs out-of-the-box. 23 $! building it. With DCL, it runs out-of-the-box.