rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
774 stars 72 forks source link

vimcat: do not stream small files #251

Open rkitover opened 4 years ago

rkitover commented 4 years ago

Putting this here for tracking purposes.

For smaller files, we do not want to use the streaming functionality so that things like modelines and filetype plugin settings will take effect.

Also it will be faster without the overhead of the streaming mechanism.