aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/utf8_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/utf8_spec.lua')
-rw-r--r--test/functional/legacy/utf8_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/utf8_spec.lua b/test/functional/legacy/utf8_spec.lua
index 02de6ab735..5b93f25b24 100644
--- a/test/functional/legacy/utf8_spec.lua
+++ b/test/functional/legacy/utf8_spec.lua
@@ -54,6 +54,7 @@ describe('utf8', function()
eq(1, eval('strchars("\\u20dd", 1)'))
end)
+ -- luacheck: ignore 613 (Trailing whitespace in a string)
it('customlist completion', function()
source([[
function! CustomComplete1(lead, line, pos)