diff 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
line wrap: on
line diff
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -975,6 +975,9 @@ if !has("msdos")
   call append("$", "\t(local to buffer)")
   call <SID>BinOptionL("sn")
 endif
+call append("$", "cryptmethod\tsimple (0) or complex (1) encryption method for file writing")
+call append("$", "\t(local to buffer)")
+call <SID>OptionL("cm")
 
 
 call <SID>Header("the swap file")