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

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

249 active golfers, 1184 entries

Solutions by @xzzhiao:
29
#13 - John Xu / @xzzhiao

04/06/2022 at 12:37AM

31
#>71 - John Xu / @xzzhiao

04/06/2022 at 12:36AM

33
#>73 - John Xu / @xzzhiao

04/06/2022 at 12:34AM

36
#>79 - John Xu / @xzzhiao

04/06/2022 at 12:33AM

37
#>83 - John Xu / @xzzhiao

04/06/2022 at 12:32AM

43
#>119 - John Xu / @xzzhiao

04/06/2022 at 12:11AM

45
#>139 - John Xu / @xzzhiao

04/06/2022 at 12:08AM

53
#>186 - John Xu / @xzzhiao

04/06/2022 at 12:07AM

54
#>190 - John Xu / @xzzhiao

04/06/2022 at 12:05AM

58
#>201 - John Xu / @xzzhiao

04/05/2022 at 11:06PM

101
#>234 - John Xu / @xzzhiao

04/05/2022 at 11:02PM