Eggum, DavidX S wrote:
Matt,
You can speed up the calculations considerably if you keep several
things in mind:
- buffer numbers are never reused.
- built-in vim functions are written in C and are very fast
- although you can open many files at once (like vim *.cs), buffers are
usually (always?) deleted one at a time.
[...]
Not always. The :bwipeout and :bdelete commands can take any number of
space-separated buffer numbers and/or non-purely-numeric buffer names.
Personally I sometimes use :bw in that way when ":ls!" shows too many buffers
for my taste.
Best regards,
Tony.