We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dc35a commit 9ea8f60Copy full SHA for 9ea8f60
plugin/pangu.vim
@@ -110,7 +110,7 @@ function! PanGuSpacingCore()
110
silent! %s/\([a-zA-Z0-9!&;=\]\,\.\:\?\$\%\^\-\+\)\/\\]\)\([\u4e00-\u9fa5\u3040-\u30FF]\)/\1 \2/g " 汉字在后。
111
112
" 修复 markdown 链接所使用的标点。
113
- silent! %s/『\([^』\]]\+\)[』\]][((]\([^)]\+\)[))]/[\1](\2)/g
+ silent! %s/[『\[]\([^』\]]\+\)[』\]][((]\([^)]\+\)[))]/[\1](\2)/g
114
115
call cursor(b:curline, b:curcol)
116
endif
0 commit comments