diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:57:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-24 20:57:44 +0200 |
commit | 365bdf7a7b2e28624186eed398af542cb9cc3fdb (patch) | |
tree | 4a5d64d365110ace6688e3ec69549af1af65383e /runtime/optwin.vim | |
parent | eb80f04f6e59b958f8c97d19c92946a5014b896f (diff) | |
download | vim-git-365bdf7a7b2e28624186eed398af542cb9cc3fdb.tar.gz |
More runtime file updates.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 73de9e101..20f4f923a 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -995,7 +995,7 @@ if !has("msdos") call append("$", "\t(local to buffer)") call <SID>BinOptionL("sn") endif -call append("$", "cryptmethod\encryption method for file writing: zip or blowfish") +call append("$", "cryptmethod\tencryption method for file writing: zip or blowfish") call append("$", "\t(local to buffer)") call <SID>OptionL("cm") |