Salt
e6f90a24d5
I keep fucking making these the wrong way and it's going to bite me in the ass. Submodules, self. SUBMODULES. SUBMODULES.
8 lines
285 B
VimL
8 lines
285 B
VimL
if exists('g:loaded_SimpylFold')
|
|
finish
|
|
endif
|
|
let g:loaded_SimpylFold = 1
|
|
|
|
command! -bang SimpylFoldDocstrings let b:SimpylFold_fold_docstring = <bang>1 | call SimpylFold#Recache()
|
|
command! -bang SimpylFoldImports let b:SimpylFold_fold_import = <bang>1 | call SimpylFold#Recache()
|