Updated a few runtime files.
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 056d24c..06a7662 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -975,6 +975,9 @@
   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")