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
This commit is contained in:
Marco Hinz
2014-04-13 20:26:17 +02:00
committed by Thiago de Arruda
parent 98b0a6ffb4
commit f54c050cf3
4 changed files with 95 additions and 37 deletions

View File

@@ -243,7 +243,7 @@ static int included_patches[] = {
//221,
//220,
219,
//218,
218,
//217,
//216,
215,