We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68492a1 commit 81541dcCopy full SHA for 81541dc
plugin/pangu.vim
@@ -13,9 +13,6 @@ function! PanGuSpacingCore()
13
let b:curcol = col(".")
14
let b:curline = line(".")
15
16
- " 剔除多余的非行首多个连续空白。
17
- silent! %s/\(\S\)\s\+/\1 /g
18
-
19
" 汉字后的标点符号,转成全角符号。
20
silent! %s/\([\u4e00-\u9fa5\u3040-\u30FF]\)\.\s*/\1。/g
21
silent! %s/\([\u4e00-\u9fa5\u3040-\u30FF]\),\s*/\1,/g
0 commit comments