commit | 327aa02ddaafa7c4585120ed152e078b9d74acea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 25 18:24:23 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 25 18:24:23 2014 +0100 |
tree | f3e621ae32a7ffe67dfa863049a0d50467cbd21b | |
parent | 1a3eb8e1b51015b99d2e68242dc5326153edc72f [diff] [blame] |
updated for version 7.4.218 Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD)
diff --git a/src/version.c b/src/version.c index ce4659c..e5e75fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 218, +/**/ 217, /**/ 216,