summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-03-25 18:24:23 +0100
committerBram Moolenaar <Bram@vim.org>2014-03-25 18:24:23 +0100
commit327aa02ddaafa7c4585120ed152e078b9d74acea (patch)
treef3e621ae32a7ffe67dfa863049a0d50467cbd21b /runtime/doc/version7.txt
parent1a3eb8e1b51015b99d2e68242dc5326153edc72f (diff)
downloadvim-git-327aa02ddaafa7c4585120ed152e078b9d74acea.tar.gz
updated for version 7.4.218v7.4.218
Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD)
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index ab4e385e8..1bff5b5da 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -942,6 +942,7 @@ New and extended functions: ~
|tagfiles()| List with tags file names
|taglist()| get list of matching tags (Yegappan Lakshmanan)
|tr()| translate characters (Ron Aaron)
+|uniq()| remove copies of repeated adjacent list items
|values()| get List of Dictionary values
|winnr()| takes an argument: what window to use
|winrestview()| restore the view of the current window