commit | 76f3b1ad77188182e3c924d1e70269c171b9ecc5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 27 22:30:07 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 27 22:30:07 2014 +0100 |
tree | 7532f2594754ac586ce47a062d6f03618493a19f | |
parent | 73b044dca94c8d427144b920c12fe5c47007a6f6 [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 736adf2..fa3c389 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt
@@ -623,6 +623,7 @@ map() change each List item sort() sort a List reverse() reverse the order of a List + uniq() remove copies of repeated adjacent items split() split a String into a List join() join List items into a String range() return a List with a sequence of numbers