aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_ga.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_ga.vim')
-rw-r--r--src/nvim/testdir/test_ga.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/testdir/test_ga.vim b/src/nvim/testdir/test_ga.vim
index 6a7cba28f0..ea3d211aeb 100644
--- a/src/nvim/testdir/test_ga.vim
+++ b/src/nvim/testdir/test_ga.vim
@@ -21,10 +21,6 @@ func Test_ga_command()
call assert_equal("\n<e> 101, Hex 65, Octal 145", Do_ga('e'))
- if !has('multi_byte')
- return
- endif
-
" Test a few multi-bytes characters.
call assert_equal("\n<é> 233, Hex 00e9, Oct 351, Digr e'", Do_ga('é'))
call assert_equal("\n<ẻ> 7867, Hex 1ebb, Oct 17273, Digr e2", Do_ga('ẻ'))