aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_utf8.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_utf8.vim')
-rw-r--r--src/nvim/testdir/test_utf8.vim12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/nvim/testdir/test_utf8.vim b/src/nvim/testdir/test_utf8.vim
index 1b4ce4c4af..8302ccb67f 100644
--- a/src/nvim/testdir/test_utf8.vim
+++ b/src/nvim/testdir/test_utf8.vim
@@ -22,17 +22,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