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 5fd1ea4cf90da80006545d46

Modernise code

Modernise and clean up some C++ code.

Start file
std::vector<int> numbers;
numbers.push_back(1337);
numbers.push_back(424242);
numbers.push_back(12345678);
numbers.push_back(3141);
End file
auto numbers = { 1337, 424242, 12345678, 3141 };

View Diff

1,5c1
< std::vector<int> numbers;
< numbers.push_back(1337);
< numbers.push_back(424242);
< numbers.push_back(12345678);
< numbers.push_back(3141);
---
> auto numbers = { 1337, 424242, 12345678, 3141 };

Solutions by @matrices_matlab:

Unlock 10 remaining solutions by signing in and submitting your own entry
Created by: @nd1832

307 active golfers, 1333 entries

Solutions by @matrices_matlab:
35
#79 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:44PM

36
#>95 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:43PM

37
#>105 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:41PM

39
#>118 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:41PM

40
#>122 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:39PM

43
#>145 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:36PM

46
#>186 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:34PM

47
#>193 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:31PM

53
#>236 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:30PM

74
#>290 - Matrices Matlab #1 / @matrices_matlab

07/13/2021 at 06:27PM