Jeffrey Horn

Results 47 comments of Jeffrey Horn

@sferik I had a look at your ginourmous list of repos, and couldn't find cheat. Is the source hosted somewhere else?

Thanks for trying to reproduce @teoljungberg. It didn't occur to me to mention I'm using [neovim](https://github.com/neovim/neovim). Apologies. I cannot reproduce with latest `pick.vim`, `pick`, and `vim` 7.3. With `nvim` 0.1.0-dev...

I just tried selecta with [michaelavila/selecta.vim](https://github.com/michaelavila/selecta.vim) in nvim 0.1.0-dev. It works as expected. I can use either `ESC` or `RET` to get out of the selecta window. If I may...

When using `fzf` and `fzf.vim` with same nvim, calling `Buffers` to display an (empty) buffer list through `fzf`, I am able to exit as expected with either `ESC` or `RET`...

``` nvim -u NONE -c 'source ~/.config/nvim/bundle/pick.vim/plugin/pick.vim' -c 'let g:pick_executable = "pick -X"' -c 'call PickBuffer()' ``` Still experiencing the issue. Here's some `:!env`: ``` SHELL=/usr/local/bin/zsh TERM_PROGRAM=iTerm.app TERM=xterm-256color VIMRUNTIME=/usr/local/Cellar/neovim/0.1.0/share/nvim/runtime NVIM_LISTEN_ADDRESS=/var/folders/1y/r5c46zcx2w17khhdnbd841l00000gn/T/nvim4rmRUo/0...

For the hell of it, tried this: ``` export VIM=$(which nvim) nvim -u NONE -c 'source ~/.config/nvim/bundle/pick.vim/plugin/pick.vim' -c 'let g:pick_executable = "pick -X"' -c 'call PickBuffer()' ``` No luck.

+1. I'm not sure of etiquette here. Is hitting "watch thread" enough to register my interest, or does the +1 help?

I'd be fine with this, as well as closing #46. I've been getting along fine without the feature.

What does your `/etc/paths` look like, and how/where have you installed ruby?