comparison runtime/doc/change.txt @ 481:66080ac5dab7 v7.0130

updated for version 7.0130
author vimboss
date Mon, 15 Aug 2005 21:41:48 +0000
parents 01af1008a8d8
children 0ae54f30d5bc
comparison
equal deleted inserted replaced
480:bf5ba8a0cdee 481:66080ac5dab7
1 *change.txt* For Vim version 7.0aa. Last change: 2005 Jul 30 1 *change.txt* For Vim version 7.0aa. Last change: 2005 Aug 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1532 1532
1533 The details about sorting depend on the library function used. There is no 1533 The details about sorting depend on the library function used. There is no
1534 guarantee that sorting is "stable" or obeys the current locale. You will have 1534 guarantee that sorting is "stable" or obeys the current locale. You will have
1535 to try it out. 1535 to try it out.
1536 1536
1537 The sorting itself cannot be interrupted, because of using a system library
1538 function. You can interrupt the preparation (for undo) and putting the sorted
1539 lines into the buffer. In the last case you may end up with duplicated lines.
1540
1537 vim:tw=78:ts=8:ft=help:norl: 1541 vim:tw=78:ts=8:ft=help:norl: