aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_put.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_put.vim')
-rw-r--r--test/old/testdir/test_put.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_put.vim b/test/old/testdir/test_put.vim
index 25fc5a2f04..6c7cfa09c6 100644
--- a/test/old/testdir/test_put.vim
+++ b/test/old/testdir/test_put.vim
@@ -209,7 +209,7 @@ func Test_multibyte_op_end_mark()
call assert_equal([0, 1, 7, 0], getpos("']"))
normal Vyp
- call assert_equal([0, 1, 2147483647, 0], getpos("'>"))
+ call assert_equal([0, 1, v:maxcol, 0], getpos("'>"))
call assert_equal([0, 2, 7, 0], getpos("']"))
bwipe!
endfunc