Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 4ed3d247a745c1000100002a

remove dupes from array

given a random string that contains a ruby-esque array, make sure that there are no duplicate elements

Start file
[11, 2, 3,5  , 1,1, 22, 4]
End file
[1, 2, 3, 4, 5, 11, 22]

View Diff

1c1
< [11, 2, 3,5  , 1,1, 22, 4]
---
> [1, 2, 3, 4, 5, 11, 22]

Solutions by @leeren:

Unlock 15 remaining solutions by signing in and submitting your own entry
Created by: @mixandgo

336 active golfers, 1358 entries

Solutions by @leeren:
17
#60 - LC / @leeren

08/09/2014 at 09:10PM

18
#>100 - LC / @leeren

08/09/2014 at 09:09PM

19
#>114 - LC / @leeren

08/09/2014 at 09:08PM

20
#>135 - LC / @leeren

08/09/2014 at 09:07PM

21
#>151 - LC / @leeren

08/09/2014 at 09:06PM

22
#>176 - LC / @leeren

08/09/2014 at 09:05PM

23
#>209 - LC / @leeren

08/09/2014 at 09:04PM

24
#>229 - LC / @leeren

08/09/2014 at 09:03PM

25
#>243 - LC / @leeren

08/09/2014 at 09:03PM

26
#>257 - LC / @leeren

08/09/2014 at 09:02PM

27
#>278 - LC / @leeren

08/09/2014 at 09:01PM

30
#>303 - LC / @leeren

03/02/2018 at 11:53PM

32
#>311 - LC / @leeren

03/02/2018 at 11:53PM

42
#>321 - LC / @leeren

03/02/2018 at 11:49PM

42
#>321 - LC / @leeren

03/02/2018 at 11:51PM