aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2014-04-13 20:26:17 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-16 09:29:33 -0300
commitf54c050cf3389a6e646bd0e6cd80476c01cd752c (patch)
tree1f9ffe605ddb0d41945b976e6cbcd1738b6d5caf /src/version.c
parent98b0a6ffb460ffdc6b84b4273d8f9834803bfd31 (diff)
downloadrneovim-f54c050cf3389a6e646bd0e6cd80476c01cd752c.tar.gz
rneovim-f54c050cf3389a6e646bd0e6cd80476c01cd752c.tar.bz2
rneovim-f54c050cf3389a6e646bd0e6cd80476c01cd752c.zip
vim-patch:7.4.218
Problem: It's not easy to remove duplicates from a list. Solution: Add the uniq() function. (LCD) https://code.google.com/p/vim/source/detail?r=ddc3f32a4b2191f829206322d46f0e9c7e365e22
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index 2df590f1a7..a9d8e3f753 100644
--- a/src/version.c
+++ b/src/version.c
@@ -243,7 +243,7 @@ static int included_patches[] = {
//221,
//220,
219,
- //218,
+ 218,
//217,
//216,
215,