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/test_alot.vim b/src/testdir/test_alot.vim new file mode 100644 index 0000000..9763509 --- /dev/null +++ b/src/testdir/test_alot.vim
@@ -0,0 +1,5 @@ +" A series of tests that can run in one Vim invocation. +" This makes testing go faster, since Vim doesn't need to restart. + +source test_undolevels.vim +source test_sort.vim