We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c1dc0 commit dcd37e1Copy full SHA for dcd37e1
plugin/pangu.vim
@@ -110,7 +110,7 @@ function! PanGuSpaceCore()
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