commit | 41e0f2f48f541eb2c8eb5620d3f1d270eb979154 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 14:44:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 14:44:42 2016 +0100 |
tree | edcad48fd7b7003cb5acaa54527e3119c154abf8 | |
parent | 94d0191dbcce829ad9b92d902b6e2717041db3b8 [diff] [blame] |
patch 7.4.1513 Problem: "J" fails if there are not enough lines. (Christian Neukirchen) Solution: Reduce the count, only fail on the last line.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 3ceece3..d7718ff 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -6,6 +6,7 @@ source test_delete.vim source test_expand.vim source test_glob2regpat.vim +source test_join.vim source test_lispwords.vim source test_menu.vim source test_reltime.vim