summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-07-10 15:26:20 +0000
committerBram Moolenaar <Bram@vim.org>2007-07-10 15:26:20 +0000
commit1256e720f55a7b5af0f20b2136311553b44aa39f (patch)
tree421bc019bf798072ba8c39efe1f6dca816680f3c /runtime
parentfe1c56d6ae98b5a549475ac7b1ec34c6aec250fd (diff)
updated for version 7.1-028v7.1.028
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index e82256dfa0..c1eed2c0a4 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1571,6 +1571,10 @@ found here: |sort()|.
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.