Open creater-zq opened 2 years ago
:%s/\v(hello|hola) vim)/\1 friend/g 应该是 :%s/\v(hello|hola) vim/\1 friend/g。多了一个右括号
:%s/\v(hello|hola) vim)/\1 friend/g
:%s/\v(hello|hola) vim/\1 friend/g
:%s/\v(hello|hola) vim)/\1 friend/g
应该是:%s/\v(hello|hola) vim/\1 friend/g
。多了一个右括号