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 9v0062396e6f00000000021a

Generate a very basic Python constructor (fixed)

Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.

Start file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
End file
def __init__(self, x, y, z, rotation, color, bounciness, walking_speed, running_speed, health, defense, age, type1, type2):
    self.x = x
    self.y = y
    self.z = z
    self.rotation = rotation
    self.color = color
    self.bounciness = bounciness
    self.walking_speed = walking_speed
    self.running_speed = running_speed
    self.health = health
    self.defense = defense
    self.age = age
    self.type1 = type1
    self.type2 = type2

View Diff

1a2,14
>     self.x = x
>     self.y = y
>     self.z = z
>     self.rotation = rotation
>     self.color = color
>     self.bounciness = bounciness
>     self.walking_speed = walking_speed
>     self.running_speed = running_speed
>     self.health = health
>     self.defense = defense
>     self.age = age
>     self.type1 = type1
>     self.type2 = type2

Solutions by @LeroyJe70429357:

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

244 active golfers, 1171 entries

Solutions by @LeroyJe70429357:
29
#36 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 04:22AM

29
#>36 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 04:27AM

30
#>64 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 04:21AM

33
#>72 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 04:05AM

36
#>79 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 04:02AM

38
#>92 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 06:53PM

38
#>92 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 03:56AM

39
#>98 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 06:33PM

39
#>98 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 06:51PM

40
#>99 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 06:00PM

40
#>99 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 06:32PM

40
#>99 - Leroy Jenkins / @LeroyJe70429357

09/15/2022 at 03:54AM

45
#>140 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 05:54PM

47
#>148 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 05:51PM

48
#>153 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 05:45PM

51
#>173 - Leroy Jenkins / @LeroyJe70429357

09/14/2022 at 05:38PM