summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-10 20:19:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-10 20:19:46 +0000
commite5180526fdae3caa388b020fb4cf9f9171733a58 (patch)
tree10634175a22df9dde4cc87a8d7edb1de6dc75b01 /runtime/doc/change.txt
parent24552beda0124d51735b2dd5a0352cb81a196d14 (diff)
updated for version 7.0166
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 218713a0d2..29a2c9f3ee 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2005 Nov 30
+*change.txt* For Vim version 7.0aa. Last change: 2005 Dec 10
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1494,8 +1494,9 @@ Vim has a sorting function and a sorting command. The sorting function can be
found here: |sort()|.
*:sor* *:sort*
-:[range]sor[t][!] [i] [u] [/{pattern}/]
- Sort lines in [range].
+:[range]sor[t][!] [i][u][n][x][o] [/{pattern}/]
+ Sort lines in [range]. When no range is given all
+ lines are sorted.
With [!] the order is reversed.