commit | f75d498844949f2389165eeefb75affb0efb73f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 20:20:05 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 20:20:05 2010 +0200 |
tree | c56ff5b61ab5431c5544465b8d4fdbe4cf87a9ea | |
parent | b60574ba21c127acb31f0710518a673e86ad7fd2 [diff] [blame] |
updated for version 7.3.029 Problem: ":sort n" sorts lines without a number as number zero. (Beeyawned) Solution: Make lines without a number sort before lines with a number. Also fix sorting negative numbers.
diff --git a/src/testdir/test57.in b/src/testdir/test57.in index d74af57..8d972e4 100644 --- a/src/testdir/test57.in +++ b/src/testdir/test57.in
@@ -53,15 +53,19 @@ t02: numeric abc ab -a a321 a123 a122 +a +x-22 b321 b123 + c123d +-24 123b c321d +0 b322b b321 b321b