Reconstruct the Sentence
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
Start file
time you're 7
in the 4
proper order 5
will be 2
by the 5
by the 5
put back 3
Vim! 10
done with 8
put back 3
This sentence 1
it in 9
End file
This sentence will be put back in the proper order by the time you're done with it in Vim!
View Diff
1,12c1
< time you're 7
< in the 4
< proper order 5
< will be 2
< by the 5
< by the 5
< put back 3
< Vim! 10
< done with 8
< put back 3
< This sentence 1
< it in 9
---
> This sentence will be put back in the proper order by the time you're done with it in Vim!
Solutions by @JordanALewis:
Unlock 1 remaining solutions by signing in and submitting your own entry