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 @vincestauntonvt:

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

336 active golfers, 1358 entries

Solutions by @vincestauntonvt:
17
#86 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:58PM

17
#>86 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:59PM

19
#>122 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:57PM

21
#>155 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:55PM

22
#>185 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:53PM

23
#>212 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:52PM

24
#>236 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:48PM

26
#>259 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:46PM

27
#>284 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:40PM

28
#>292 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:44PM

32
#>311 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:39PM

39
#>318 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:27PM

44
#>321 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:24PM

48
#>325 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:22PM

52
#>326 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 12:09PM

62
#>329 - Vincent Staunton, P.I. / @vincestauntonvt

11/04/2022 at 11:48AM