diff options
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 2053b2d860..2f9f9b7d21 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -988,10 +988,6 @@ call append("$", "updatecount\tnumber of characters typed to cause a swap file u call append("$", " \tset uc=" . &uc) call append("$", "updatetime\ttime in msec after which the swap file will be updated") call append("$", " \tset ut=" . &ut) -call append("$", "maxmem\tmaximum amount of memory in Kbyte used for one buffer") -call append("$", " \tset mm=" . &mm) -call append("$", "maxmemtot\tmaximum amount of memory in Kbyte used for all buffers") -call append("$", " \tset mmt=" . &mmt) call <SID>Header("command line editing") |