1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 01:25:00 +08:00

Use YankRing instead of yankstack

This commit is contained in:
amix
2017-11-26 12:26:23 +01:00
parent 99a31080d1
commit 2ca843a22a
16 changed files with 4691 additions and 967 deletions

View File

@ -1,9 +0,0 @@
require "vimbot"
PLUGIN_ROOT = File.expand_path("../..", __FILE__)
VIM_REPEAT_PATH = File.expand_path("spec/fixtures/repeat.vim", PLUGIN_ROOT)
RSpec.configure do |c|
c.alias_it_should_behave_like_to :it_has_behavior, 'has behavior:'
end