Skip to content

Commit b6c1dc0

Browse files
committed
Fixed command for disable and enable PanGu.
1 parent 328fbbe commit b6c1dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/pangu.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ function! PanGuSpace()
123123
endfunction
124124

125125
command! -nargs=0 Pangu call PanGuSpaceCore()
126-
command! -nargs=0 PanguDisable setl g:pangu_enabled=0
127-
command! -nargs=0 PanguEnable setl g:pangu_enabled=1
126+
command! -nargs=0 PanguDisable let g:pangu_enabled=0
127+
command! -nargs=0 PanguEnable let g:pangu_enabled=1

0 commit comments

Comments
 (0)