commit | b00da1d6d1655cb6e415f84ecc3be5ff3b790811 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 16:33:12 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 16:33:12 2015 +0100 |
tree | b7ee0b6575e0f80ad0a2bc15739063d32329d565 | |
parent | 4649ded2877508fe343cbcf6f7e7fd277be0aab3 [diff] [blame] |
patch 7.4.951 Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort()
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 3f65f43..c7db949 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile
@@ -69,7 +69,7 @@ test_writefile.out NEW_TESTS = test_assert.res \ - test_undolevels.res + test_alot.res SCRIPTS_GUI = test16.out