diff options
Diffstat (limited to 'test/functional/legacy/utf8_spec.lua')
-rw-r--r-- | test/functional/legacy/utf8_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/utf8_spec.lua b/test/functional/legacy/utf8_spec.lua index d2315b3590..d33ba6b5fd 100644 --- a/test/functional/legacy/utf8_spec.lua +++ b/test/functional/legacy/utf8_spec.lua @@ -57,21 +57,21 @@ describe('utf8', function() function! CustomComplete1(lead, line, pos) return ['あ', 'い'] endfunction - command -nargs=1 -complete=customlist,CustomComplete1 Test1 :]]) + command -nargs=1 -complete=customlist,CustomComplete1 Test1 echo]]) feed(":Test1 <C-L>'<C-B>$put='<CR>") source([[ function! CustomComplete2(lead, line, pos) return ['あたし', 'あたま', 'あたりめ'] endfunction - command -nargs=1 -complete=customlist,CustomComplete2 Test2 :]]) + command -nargs=1 -complete=customlist,CustomComplete2 Test2 echo]]) feed(":Test2 <C-L>'<C-B>$put='<CR>") source([[ function! CustomComplete3(lead, line, pos) return ['Nこ', 'Nん', 'Nぶ'] endfunction - command -nargs=1 -complete=customlist,CustomComplete3 Test3 :]]) + command -nargs=1 -complete=customlist,CustomComplete3 Test3 echo]]) feed(":Test3 <C-L>'<C-B>$put='<CR>") expect([[ |