7-1-8.用vim打开一个文件,如何用字母“new”来代替字母“old”( )。
A :s/old/new/g
B :s/old/new
C :1,$s/old/new/g
D :r/old/new