I60R / page

Use neovim as pager
MIT License
211 stars 4 forks source link

NVIM_LISTEN_ADDRESS= page FILE not revokes -o option #14

Closed I60R closed 4 years ago

I60R commented 4 years ago

As reported by @sandersantema in #12:

env NVIM_LISTEN_ADDRESS= page Cargo.lock opens the file views it for a split second after which only an empty buffer is visible, page outputs /tmp/neovim-page/DO-NOT-REDIRECT-OUTSIDE-OF-NVIM-TERM(--help[-W]) on the command line.

env NVIM_LISTEN_ADDRESS= page -W Cargo.lock gets the same result but without any output on the commandline.

I60R commented 4 years ago

This should be trivial to fix