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 56680033ac11043d6306aa07

Replace and keep the case

Replace all instance of plugin and Plugin to device and Device.

Start file
 def plugin
    @plugin, @plugin_found_by = [Plugin.find_by_uid(@plugin_id), :uid] unless @plugin
    @plugin, @plugin_found_by = [Plugin.find_by_aid(@plugin_id), :aid] unless @plugin
    @plugin
 end
End file
 def device
    @device, @device_found_by = [Device.find_by_uid(@device_id), :uid] unless @device
    @device, @device_found_by = [Device.find_by_uid(@device_id), :uid] unless @device
    @device
 end

View Diff

1,4c1,4
<  def plugin
<     @plugin, @plugin_found_by = [Plugin.find_by_uid(@plugin_id), :uid] unless @plugin
<     @plugin, @plugin_found_by = [Plugin.find_by_aid(@plugin_id), :aid] unless @plugin
<     @plugin
---
>  def device
>     @device, @device_found_by = [Device.find_by_uid(@device_id), :uid] unless @device
>     @device, @device_found_by = [Device.find_by_uid(@device_id), :uid] unless @device
>     @device

Solutions by @lorentrogers:

Unlock 7 remaining solutions by signing in and submitting your own entry
Created by: @Benoit_Tgt

116 active golfers, 414 entries

Solutions by @lorentrogers:
31
#81 - lorentrogers / @lorentrogers

12/09/2015 at 02:04PM

32
#>88 - lorentrogers / @lorentrogers

12/09/2015 at 01:52PM

33
#>96 - lorentrogers / @lorentrogers

12/09/2015 at 01:44PM

34
#>98 - lorentrogers / @lorentrogers

12/09/2015 at 01:42PM

35
#>100 - lorentrogers / @lorentrogers

12/09/2015 at 01:43PM

37
#>102 - lorentrogers / @lorentrogers

12/09/2015 at 01:36PM

40
#>105 - lorentrogers / @lorentrogers

12/09/2015 at 01:33PM