wsdjeg/Learn-Vim_zh_cn

ch12_search_and_substitute.md有个问题

creater-zq opened this issue · 0 comments

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