comparison runtime/optwin.vim @ 2398:0c8219a26bc9 vim73

More runtime file updates.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 20:57:44 +0200
parents 6d6d72521a9a
children 916c90b37ea9
comparison
equal deleted inserted replaced
2397:d5976fe4349d 2398:0c8219a26bc9
993 if !has("msdos") 993 if !has("msdos")
994 call append("$", "shortname\tuse 8.3 file names") 994 call append("$", "shortname\tuse 8.3 file names")
995 call append("$", "\t(local to buffer)") 995 call append("$", "\t(local to buffer)")
996 call <SID>BinOptionL("sn") 996 call <SID>BinOptionL("sn")
997 endif 997 endif
998 call append("$", "cryptmethod\encryption method for file writing: zip or blowfish") 998 call append("$", "cryptmethod\tencryption method for file writing: zip or blowfish")
999 call append("$", "\t(local to buffer)") 999 call append("$", "\t(local to buffer)")
1000 call <SID>OptionL("cm") 1000 call <SID>OptionL("cm")
1001 1001
1002 1002
1003 call <SID>Header("the swap file") 1003 call <SID>Header("the swap file")