rkitover / vimpager

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

make vimcat honor VIMPAGER_VIM before other vims #248

Closed mdumitru closed 4 years ago

mdumitru commented 4 years ago

Issue #246 was caused by "vim" being a weird shell function that did some extra steps before firing off vim. However, I had VIMPAGER_VIM exported to point to neovim and I've just now noticed that vimcat doesn't take this into account. With this patch, #246 is solved.

rkitover commented 4 years ago

Thank you!