tomhrr / cosh

Concatenative command-line shell
BSD 3-Clause "New" or "Revised" License
133 stars 2 forks source link

Can't open tgz files in vim when using cosh as the shell #135

Closed tomhrr closed 3 months ago

tomhrr commented 3 months ago

Since the tar autoload behaviour depends on a POSIX shell, there's not really any way to fix this short of writing a new tar autoload script, which doesn't seem worth the trouble compared with just using a standard POSIX shell inside Vim.