wsdjeg / Learn-Vim_zh_cn

聪明地学习Vim
2.47k stars 303 forks source link

ch12_search_and_substitute.md有个问题 #28

Open creater-zq opened 2 years ago

creater-zq commented 2 years ago

:%s/\v(hello|hola) vim)/\1 friend/g 应该是 :%s/\v(hello|hola) vim/\1 friend/g。多了一个右括号