Sha256: 8912c8e5df7c606978810c7c0fc299f7f71c81fb98b65a3733a237e253d40d3b

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

let s:lib_path = getcwd() . "/lib"
let s:exe_path = getcwd() . "/exe/neovim-ruby-host"
let g:acceptance_rtp = getcwd() . "/spec/acceptance/runtime"

if has("win32") || has("win64")
  let g:ruby_host_prog = getcwd() . "/script/host_wrapper.bat"
else
  let g:ruby_host_prog = getcwd() . "/script/host_wrapper.sh"
endif

ruby require "rspec/expectations"
ruby include ::RSpec::Matchers.dup

set rtp=./spec/acceptance/runtime,$VIMRUNTIME

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
neovim-0.10.0 spec/acceptance/runtime/init.vim