George Marchin

Results 16 comments of George Marchin

Hey thanks for the info. This is a good call. There are probably better search strategies for finding a valid node binary as well, before we fall back to raising...

Updated. Sorry guys, I've actually switched back to vim since writing this plugin, but if someone had a PR, I'm happy to release it!

:+1: This would be a great reason to switch to atom from my evil-mode key-chord-mode enabled emacs.

@cppexpert I think you need to add your ruby gems bin directory to your PATH. ``` $ export PATH="$PATH:~/.gem/ruby/1.8/bin" ``` Put that in your ~/.bashrc file if you don't want...

Forgot to mention: I'm also seeing this issue with @jamespsterling's traceback :smiley: Reproduced with formatting here: ``` /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': /var/lib/gems/1.8/gems/posix-spawn-0.3.9/lib/posix/spawn.rb:243: syntax error, unexpected tSYMBEG, expecting tAMPER (SyntaxError) ::Kernel::exec(*argv, :close_others=>false) ^...

@amedee yeah.. I'm not much of a ruby person, actually.. I eventually ended up switching to the [python port](https://github.com/msiemens/PyGitUp), which works perfectly for me.

Well, that's kind of the weird thing. vim-surround USES vim-mode's provider, but it isn't strictly a dependency. It's the difference between accessing the vim-mode object that controls your session, and...

Interesting! Yeah, I'd agree with daryirobbins here. We need to use the active vim-mode object in order to do some of our text selections. Since it isn't truly a dependency,...

Hey @eyaleizenberg the vim-mode package was officially deprecated in favor of the much better vim-mode-plus plugin! Vim-mode-plus implements its own surround functionality, so my vim-surround plugin is obsolete. See https://github.com/gepoch/vim-surround/issues/40...