1
0
forked from aniani/vim

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 17:24:16 +00:00
parent 4868726a3f
commit ff1d0d4cf5
12 changed files with 131 additions and 21 deletions

View File

@@ -188,7 +188,7 @@
/*
* It is possible to force some record format with:
* # define mch_open(n, m, p) open(vms_fixfilename(n), (m), (p)), "rat=cr", "rfm=stmlf", "mrs=0")
* but it is not recomended, because it can destroy indexes etc.
* but it is not recommended, because it can destroy indexes etc.
*/
# define mch_open(n, m, p) open(vms_fixfilename(n), (m), (p))
# else