mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
require 'spec_helper'
|
||||
|
||||
def set_file_content(string)
|
||||
@ -797,4 +798,20 @@ describe "Multiple Cursors" do
|
||||
EOF
|
||||
end
|
||||
|
||||
specify "#multi-byte strings" do
|
||||
before <<-EOF
|
||||
こんにちわビム
|
||||
世界の中心でビムを叫ぶ
|
||||
ビム大好き
|
||||
EOF
|
||||
|
||||
type '/ビム<CR><C-n><C-n><C-n>cヴィム<ESC>'
|
||||
|
||||
after <<-EOF
|
||||
こんにちわヴィム
|
||||
世界の中心でヴィムを叫ぶ
|
||||
ヴィム大好き
|
||||
EOF
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user