yalay / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Wrong phrasing in runtime/tutor/tutor #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/vim/source/browse/runtime/tutor/tutor#557

"* Type  :s/old/new/g  to substitute 'new' for 'old'."
should be:
"* Type  :s/old/new/g  to substitute 'old' for 'new'."

I doubt anyone is getting confused by this though...

Original issue reported on code.google.com by jlmendez...@gmail.com on 24 Apr 2013 at 5:56

GoogleCodeExporter commented 9 years ago
I think that:
   to substitute 'new' for 'old' is equivalent with: to replace old with new  

Original comment by Go.Zu...@gmail.com on 25 Apr 2013 at 10:21

GoogleCodeExporter commented 9 years ago
I think it is correct. So closing.

Original comment by chrisbr...@googlemail.com on 30 Sep 2014 at 8:23