diff options
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") |