We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328fbbe commit b6c1dc0Copy full SHA for b6c1dc0
plugin/pangu.vim
@@ -123,5 +123,5 @@ function! PanGuSpace()
123
endfunction
124
125
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
+command! -nargs=0 PanguDisable let g:pangu_enabled=0
+command! -nargs=0 PanguEnable let g:pangu_enabled=1
0 commit comments