aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nvim/testdir/test_put.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_put.vim b/src/nvim/testdir/test_put.vim
index 13c00b3b71..a159687a76 100644
--- a/src/nvim/testdir/test_put.vim
+++ b/src/nvim/testdir/test_put.vim
@@ -142,6 +142,10 @@ func Test_very_large_count()
" FIXME: should actually check if sizeof(int) == sizeof(long)
CheckNotMSWindows
+ if v:numbersize != 64
+ throw 'Skipped: only works with 64 bit numbers'
+ endif
+
new
let @" = 'x'
call assert_fails('norm 44444444444444p', 'E1240:')