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

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

248 active golfers, 1179 entries

Solutions by @Nolimimer:
29
#46 - FirstModus / @Nolimimer

04/08/2023 at 09:51PM

47
#>150 - FirstModus / @Nolimimer

04/08/2023 at 09:45PM

48
#>154 - FirstModus / @Nolimimer

04/08/2023 at 09:44PM

49
#>164 - FirstModus / @Nolimimer

04/08/2023 at 09:43PM

50
#>170 - FirstModus / @Nolimimer

04/08/2023 at 09:40PM

51
#>176 - FirstModus / @Nolimimer

04/08/2023 at 09:39PM

52
#>182 - FirstModus / @Nolimimer

04/08/2023 at 09:34PM

53
#>187 - FirstModus / @Nolimimer

04/08/2023 at 09:34PM

54
#>191 - FirstModus / @Nolimimer

04/08/2023 at 09:32PM

55
#>195 - FirstModus / @Nolimimer

04/08/2023 at 09:31PM

56
#>199 - FirstModus / @Nolimimer

04/08/2023 at 09:29PM

60
#>207 - FirstModus / @Nolimimer

04/08/2023 at 09:26PM

63
#>217 - FirstModus / @Nolimimer

04/08/2023 at 09:24PM