aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_virtualedit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_virtualedit.vim')
-rw-r--r--test/old/testdir/test_virtualedit.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/old/testdir/test_virtualedit.vim b/test/old/testdir/test_virtualedit.vim
index 8d9656e058..900dcd41cc 100644
--- a/test/old/testdir/test_virtualedit.vim
+++ b/test/old/testdir/test_virtualedit.vim
@@ -696,14 +696,14 @@ func Test_virtualedit_mouse()
set virtualedit&
endfunc
-" this was replacing the NUL at the end of the line
+" this was replacing the NUL at the end of the line
func Test_virtualedit_replace_after_tab()
new
s/\v/ 0
set ve=all
let @" = ''
sil! norm vPvr0
-
+
call assert_equal("\t0", getline(1))
set ve&
bwipe!