commit | f240e181d720c8a056ad57dfa160b0e8c1371c3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 18:33:02 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 18:33:02 2014 +0100 |
tree | 9b8f0c481890d5b16b39173098a51d352a1d75ac | |
parent | 2a0b33e2841ad0c23f4385269f98701d1b105107 [diff] [blame] |
updated for version 7.4.535 Problem: Can't build with tiny features. Solution: Add #ifdefs and skip a test.
diff --git a/src/testdir/test_argument_count.in b/src/testdir/test_argument_count.in index f45e52a..cdac030 100644 --- a/src/testdir/test_argument_count.in +++ b/src/testdir/test_argument_count.in
@@ -1,6 +1,7 @@ Tests for :[count]argument! and :[count]argdelete vim: set ft=vim : STARTTEST +:so small.vim :%argd :argadd a b c d :set hidden