raghur / vim-ghost

Vim/Nvim client for GhostText - Edit browser text areas in Vim/Neovim
333 stars 13 forks source link

Latest commit breaks vim-ghost (neovim, linux) #30

Closed hazelweakly closed 5 years ago

hazelweakly commented 5 years ago

:GhostInstall works correctly and the logs have no errors; however, clicking the button in the browser does nothing but highlight the textarea. I did test this with setting explicit g:ghost_port and g:ghost_cmd and without; tested it with VSCode and in vim with a minimal vimrc consisting of only the plugin.

I narrowed this down to the latest commit; I'm unsure of where to look in the commit, unfortunately.

Currently I've set the commit manually in my init.vim to work around this:

Plug 'raghur/vim-ghost', {'commit': '672d1052425cc9dd8f5f56ba31732f0637b95caa', 'do': ':GhostInstall'}
raghur commented 5 years ago

@jared-w Thanks for the bug report :+1: Just pushed a fix.