aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-05-03 21:14:27 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-05-03 21:15:47 +0200
commitb634cfcc196fef0b17c48f9669c4e2eb7a1fcc26 (patch)
treea28d86cd1556306b9f6b5ad13ce28d228b92af81 /runtime/doc
parent9d1c52239a949adc681614e8ad8ec194d9a85408 (diff)
downloadrneovim-b634cfcc196fef0b17c48f9669c4e2eb7a1fcc26.tar.gz
rneovim-b634cfcc196fef0b17c48f9669c4e2eb7a1fcc26.tar.bz2
rneovim-b634cfcc196fef0b17c48f9669c4e2eb7a1fcc26.zip
vim-patch:2c5e8e8
Updated runtime files. https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83 Missing files in runtime/doc: if_ruby.txt, tags, todo.txt. Ignored changes to runtime/syntax/vim.vim.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/eval.txt5
-rw-r--r--runtime/doc/filetype.txt4
2 files changed, 2 insertions, 7 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 933c4decee..4b950256b5 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -6183,11 +6183,6 @@ sort({list} [, {func} [, {dict}]]) *sort()* *E702*
on numbers, text strings will sort next to each other, in the
same order as they were originally.
- 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 each other, in the
- same order as they were originally.
-
Also see |uniq()|.
Example: >
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index b2bf2ae632..29a9a874fe 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -1,4 +1,4 @@
-*filetype.txt* For Vim version 7.4. Last change: 2015 Nov 24
+*filetype.txt* For Vim version 7.4. Last change: 2015 Nov 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -510,7 +510,7 @@ Local mappings:
to the end of the file in Normal mode. This means "> " is inserted in
each line.
-MAN *ft-man-plugin* *:Man*
+MAN *ft-man-plugin* *:Man* *man.vim*
Displays a manual page in a nice way. Also see the user manual
|find-manpage|.