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

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

324 active golfers, 1402 entries

Solutions by @Hashub7:
34
#22 - 蔡徐坤真是爱吃屎 / @Hashub7

02/04/2021 at 02:41PM

35
#>78 - 蔡徐坤真是爱吃屎 / @Hashub7

02/04/2021 at 02:38PM

36
#>100 - 蔡徐坤真是爱吃屎 / @Hashub7

02/04/2021 at 02:36PM

37
#>110 - 蔡徐坤真是爱吃屎 / @Hashub7

02/04/2021 at 02:34PM

38
#>118 - 蔡徐坤真是爱吃屎 / @Hashub7

02/04/2021 at 02:30PM

49
#>223 - 蔡徐坤真是爱吃屎 / @Hashub7

01/20/2021 at 01:28PM

55
#>263 - 蔡徐坤真是爱吃屎 / @Hashub7

01/20/2021 at 01:17PM