diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-10 22:01:47 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-10 22:01:47 +0200 |
commit | db6ea063352ec1c88c7bc0839fa2bf75bae56cf0 (patch) | |
tree | d645ba12242f3155e172cd758dc832da80e30740 /runtime/doc/eval.txt | |
parent | 3ed8b1332f7b84e40c89069e54d411d0ddfec3f1 (diff) | |
download | vim-db6ea063352ec1c88c7bc0839fa2bf75bae56cf0.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 42cf14cbb..d75799ab5 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1,4 +1,4 @@ -*eval.txt* For Vim version 7.4. Last change: 2014 Jul 02 +*eval.txt* For Vim version 7.4. Last change: 2014 Jul 06 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5653,7 +5653,7 @@ sort({list} [, {func} [, {dict}]]) *sort()* *E702* The sort is stable, items which compare equal (as number or as string) will keep their relative position. E.g., when sorting - on numbers, text strings will sort next to eachother, in the + on numbers, text strings will sort next to each other, in the same order as they were originally. Also see |uniq()|. |