Skip to content

Commit 81541dc

Browse files
committed
Delete duplicate space rule
1 parent 68492a1 commit 81541dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin/pangu.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ function! PanGuSpacingCore()
1313
let b:curcol = col(".")
1414
let b:curline = line(".")
1515

16-
" 剔除多余的非行首多个连续空白。
17-
silent! %s/\(\S\)\s\+/\1 /g
18-
1916
" 汉字后的标点符号,转成全角符号。
2017
silent! %s/\([\u4e00-\u9fa5\u3040-\u30FF]\)\.\s*/\1。/g
2118
silent! %s/\([\u4e00-\u9fa5\u3040-\u30FF]\),\s*/\1,/g

0 commit comments

Comments
 (0)