comparison runtime/doc/change.txt @ 586:86379a738de4

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:19:46 +0000
parents 0ae54f30d5bc
children e4c00ec07598
comparison
equal deleted inserted replaced
585:c10855f07ab0 586:86379a738de4
1 *change.txt* For Vim version 7.0aa. Last change: 2005 Nov 30 1 *change.txt* For Vim version 7.0aa. Last change: 2005 Dec 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1492 1492
1493 Vim has a sorting function and a sorting command. The sorting function can be 1493 Vim has a sorting function and a sorting command. The sorting function can be
1494 found here: |sort()|. 1494 found here: |sort()|.
1495 1495
1496 *:sor* *:sort* 1496 *:sor* *:sort*
1497 :[range]sor[t][!] [i] [u] [/{pattern}/] 1497 :[range]sor[t][!] [i][u][n][x][o] [/{pattern}/]
1498 Sort lines in [range]. 1498 Sort lines in [range]. When no range is given all
1499 lines are sorted.
1499 1500
1500 With [!] the order is reversed. 1501 With [!] the order is reversed.
1501 1502
1502 With [i] case is ignored. 1503 With [i] case is ignored.
1503 1504