Sha256: be4403a5a9263413310066c465700fd790e96ea842e7c2d5cbe07c42fb1d372d
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
let s:lib_path = getcwd() . "/../../lib/" let s:bin_path = getcwd() . "/../../bin/neovim-ruby-host" let g:ruby_host_prog = printf("ruby -I %s %s", s:lib_path, s:bin_path) ruby require "rspec/expectations" ruby include ::RSpec::Matchers.dup set rtp=./runtime,./runtime/vader.vim,$VIMRUNTIME
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neovim-0.6.1 | spec/acceptance/runtime/init.vim |
neovim-0.6.0 | spec/acceptance/runtime/init.vim |