summaryrefslogtreecommitdiff
path: root/src/testdir/test_expr_utf8.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_expr_utf8.vim')
-rw-r--r--src/testdir/test_expr_utf8.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_expr_utf8.vim b/src/testdir/test_expr_utf8.vim
index fad725d2e..b5937b208 100644
--- a/src/testdir/test_expr_utf8.vim
+++ b/src/testdir/test_expr_utf8.vim
@@ -32,3 +32,5 @@ func Test_strcharpart()
call assert_equal('̀', strcharpart('àxb', 1, 1))
call assert_equal('x', strcharpart('àxb', 2, 1))
endfunc
+
+" vim: shiftwidth=2 sts=2 expandtab