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

Add semicolons

Simply add a semicolon at the end of each line

Start file
 super.onCreate(savedInstanceState)
 setContentView(R.layout.activity_second)
 Intent intent = getIntent()
 String text = intent.getStringExtra("text")

 TextView view = findViewById(R.id.textView2)
 view.setText(text)
End file
 super.onCreate(savedInstanceState);
 setContentView(R.layout.activity_second);
 Intent intent = getIntent();
 String text = intent.getStringExtra("text");

 TextView view = findViewById(R.id.textView2);
 view.setText(text);

View Diff

1,4c1,4
<  super.onCreate(savedInstanceState)
<  setContentView(R.layout.activity_second)
<  Intent intent = getIntent()
<  String text = intent.getStringExtra("text")
---
>  super.onCreate(savedInstanceState);
>  setContentView(R.layout.activity_second);
>  Intent intent = getIntent();
>  String text = intent.getStringExtra("text");
6,7c6,7
<  TextView view = findViewById(R.id.textView2)
<  view.setText(text)
\ No newline at end of file
---
>  TextView view = findViewById(R.id.textView2);
>  view.setText(text);
\ No newline at end of file

Solutions by @thevan96gmailc1:

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

3042 active golfers, 10785 entries

Solutions by @thevan96gmailc1:
11
#1682 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:56PM

12
#>1920 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:51PM

13
#>2051 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:48PM

14
#>2144 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:45PM

16
#>2492 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:33PM

16
#>2492 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:41PM

17
#>2587 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:38PM

18
#>2689 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:31PM

34
#>2985 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:18PM

45
#>3010 - thevan96 / @thevan96gmailc1

12/05/2020 at 04:49AM

58
#>3018 - thevan96 / @thevan96gmailc1

12/05/2020 at 04:46AM

348
#>3042 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:16PM

366
#>3042 - thevan96 / @thevan96gmailc1

12/31/2020 at 04:30PM