summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-07-04 16:43:17 +0200
committerBram Moolenaar <Bram@vim.org>2014-07-04 16:43:17 +0200
commit8bb1c3e53ef0ee259cfa5f9b3a3a91ec1fa90fb0 (patch)
treeafa4f7ec878974cdd044fb3029dbd96e66edeb88 /runtime/doc/change.txt
parent9f4fe7c4c3246d6fd1daa1c476c2a0686b905f15 (diff)
Updated runtime files. Overhauled HTML indent script.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index da981c4836..de340ec8b5 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.4. Last change: 2014 Feb 11
+*change.txt* For Vim version 7.4. Last change: 2014 Jun 26
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1717,8 +1717,8 @@ Note that using `:sort` with `:global` doesn't sort the matching lines, it's
quite useless.
The details about sorting depend on the library function used. There is no
-guarantee that sorting is "stable" or obeys the current locale. You will have
-to try it out.
+guarantee that sorting obeys the current locale. You will have to try it out.
+Vim does do a "stable" sort.
The sorting can be interrupted, but if you interrupt it too late in the
process you may end up with duplicated lines. This also depends on the system