summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-04-02 15:45:17 +0200
committerBram Moolenaar <Bram@vim.org>2017-04-02 15:45:17 +0200
commitfa0ad0bb0b4255e64ebcf9269d60a942e0ae7ff9 (patch)
treeae65d2686b40af1da994593c849770d973651095 /src/testdir/test_alot.vim
parent69f40be64555d50f603c6f22722cf762aaa6bbc1 (diff)
patch 8.0.0537: illegal memory access with :z and large countv8.0.0537
Problem: Illegal memory access with :z and large count. Solution: Check for number overflow, using long instead of int. (Dominique Pelle, closes #1612)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index 56a3f8edf5..e961e99451 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -8,10 +8,11 @@ source test_changedtick.vim
source test_cursor_func.vim
source test_delete.vim
source test_ex_undo.vim
+source test_ex_z.vim
source test_execute_func.vim
source test_expand.vim
-source test_expr.vim
source test_expand_dllpath.vim
+source test_expr.vim
source test_feedkeys.vim
source test_file_perm.vim
source test_fileformat.vim
@@ -30,9 +31,9 @@ source test_join.vim
source test_jumps.vim
source test_lambda.vim
source test_lispwords.vim
+source test_mapping.vim
source test_match.vim
source test_menu.vim
-source test_mapping.vim
source test_messages.vim
source test_partial.vim
source test_popup.vim