rschmitt / heatseeker

A high-performance Selecta clone, written in Rust.
MIT License
214 stars 10 forks source link

Fix vim74 integration #11

Closed rschmitt closed 9 years ago

rschmitt commented 9 years ago

Heatseeker apparently doesn't work on Vim 7.4 on either Ubuntu or OS X, although Selecta works fine. Those terminals are up to their old tricks again.

rschmitt commented 9 years ago

The problem is caused by patch 427 https://github.com/b4winckler/vim/commit/f9d38e5ad8416f1bd1d3a48ed16971ae1195b147.

rschmitt commented 9 years ago

This is actually a bug in vim, as explained more fully in https://github.com/garybernhardt/selecta/issues/56#issuecomment-120768043. The workaround is to remove silent from the system invocation.