Re: vimvars: maxmem+maxmemtot dflt: xxkB or .5*totmem, whichever is what?: larger|smaller?

2018-06-25 Thread Tony Mechelynck
On Mon, Jun 25, 2018 at 11:15 PM, L A Walsh wrote: > subject is the question. for vim vars', maxmem, maxmemtot, > default is says XX(some os dependent value in kB) or half of memory. > > Doesn't say if it picks smallest or largest. > > Like: for read-only files , only create a swapfile > if it ne

vimvars: maxmem+maxmemtot dflt: xxkB or .5*totmem, whichever is what?: larger|smaller?

2018-06-25 Thread L A Walsh
subject is the question. for vim vars', maxmem, maxmemtot, default is says XX(some os dependent value in kB) or half of memory. Doesn't say if it picks smallest or largest. Like: for read-only files , only create a swapfile if it needs more than the given 'maxmem' or 'maxtotmem'. Might make se