commit | 1256e720f55a7b5af0f20b2136311553b44aa39f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:26:20 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:26:20 2007 +0000 |
tree | 421bc019bf798072ba8c39efe1f6dca816680f3c | |
parent | fe1c56d6ae98b5a549475ac7b1ec34c6aec250fd [diff] [blame] |
updated for version 7.1-028
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index e82256d..c1eed2c 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt
@@ -1571,6 +1571,10 @@ in their original order, right before the sorted lines. + If {pattern} is empty (e.g. // is specified), the + last search pattern is used. This allows trying out + a pattern first. + Note that using ":sort" with ":global" doesn't sort the matching lines, it's quite useless.