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

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

274 active golfers, 1277 entries

Solutions by @jimmymills:
29
#66 - jimmymills / @jimmymills

05/18/2025 at 01:35AM

33
#>78 - jimmymills / @jimmymills

05/18/2025 at 01:34AM

36
#>86 - jimmymills / @jimmymills

05/18/2025 at 01:33AM

37
#>99 - jimmymills / @jimmymills

05/18/2025 at 01:32AM

38
#>104 - jimmymills / @jimmymills

05/18/2025 at 01:31AM

39
#>108 - jimmymills / @jimmymills

05/18/2025 at 01:29AM

40
#>111 - jimmymills / @jimmymills

05/18/2025 at 01:28AM

41
#>120 - jimmymills / @jimmymills

05/18/2025 at 01:27AM

42
#>126 - jimmymills / @jimmymills

05/18/2025 at 01:25AM

45
#>158 - jimmymills / @jimmymills

05/18/2025 at 01:24AM

46
#>161 - jimmymills / @jimmymills

05/18/2025 at 01:22AM