diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-07 02:20:07 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-07 13:51:05 -0500 |
commit | 1cb7349302a900e3113a28cd6611d11a2a809df3 (patch) | |
tree | b22aa5fa9c177ba59393c715aae282aab6cf57fc /runtime/optwin.vim | |
parent | 8b35090c64da33bf4b0859ac7fd4cd85f9631615 (diff) | |
download | rneovim-1cb7349302a900e3113a28cd6611d11a2a809df3.tar.gz rneovim-1cb7349302a900e3113a28cd6611d11a2a809df3.tar.bz2 rneovim-1cb7349302a900e3113a28cd6611d11a2a809df3.zip |
runtime: Cleanup refs to removed options
- {no,inv,}shortname
- {no,inv,}sn
- cm, key (remnants of cryptmethod)
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 40498f61b2..c1e59982cf 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -987,12 +987,6 @@ call append("$", "patchmode\tkeep oldest version of a file; specifies file name call <SID>OptionG("pm", &pm) call append("$", "fsync\tforcibly sync the file to disk after writing it") call <SID>BinOptionG("fs", &fs) -if !has("msdos") - call append("$", "shortname\tuse 8.3 file names") - call append("$", "\t(local to buffer)") - call <SID>BinOptionL("sn") -endif -call <SID>OptionL("cm") call <SID>Header("the swap file") |