summaryrefslogtreecommitdiff
path: root/src/testdir/test_utf8.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_utf8.vim')
-rw-r--r--src/testdir/test_utf8.vim12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/testdir/test_utf8.vim b/src/testdir/test_utf8.vim
index 24e3db86f..699df62fe 100644
--- a/src/testdir/test_utf8.vim
+++ b/src/testdir/test_utf8.vim
@@ -25,17 +25,17 @@ func Test_strchars()
endfunc
" Test for customlist completion
-function! CustomComplete1(lead, line, pos)
+func CustomComplete1(lead, line, pos)
return ['あ', 'い']
-endfunction
+endfunc
-function! CustomComplete2(lead, line, pos)
+func CustomComplete2(lead, line, pos)
return ['あたし', 'あたま', 'あたりめ']
-endfunction
+endfunc
-function! CustomComplete3(lead, line, pos)
+func CustomComplete3(lead, line, pos)
return ['Nこ', 'Nん', 'Nぶ']
-endfunction
+endfunc
func Test_customlist_completion()
command -nargs=1 -complete=customlist,CustomComplete1 Test1 echo