comparison runtime/optwin.vim @ 2198:e741fe7a0547 vim73

Updated a few runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 18 May 2010 22:28:22 +0200
parents c6f1aa1e9f32
children f8222d1f9a73
comparison
equal deleted inserted replaced
2197:898bc87c6600 2198:e741fe7a0547
973 if !has("msdos") 973 if !has("msdos")
974 call append("$", "shortname\tuse 8.3 file names") 974 call append("$", "shortname\tuse 8.3 file names")
975 call append("$", "\t(local to buffer)") 975 call append("$", "\t(local to buffer)")
976 call <SID>BinOptionL("sn") 976 call <SID>BinOptionL("sn")
977 endif 977 endif
978 call append("$", "cryptmethod\tsimple (0) or complex (1) encryption method for file writing")
979 call append("$", "\t(local to buffer)")
980 call <SID>OptionL("cm")
978 981
979 982
980 call <SID>Header("the swap file") 983 call <SID>Header("the swap file")
981 call append("$", "directory\tlist of directories for the swap file") 984 call append("$", "directory\tlist of directories for the swap file")
982 call <SID>OptionG("dir", &dir) 985 call <SID>OptionG("dir", &dir)