Fix E168: :finish used outside of a sourced file
This commit is contained in:
parent
a3e654fc54
commit
2ad6ad4493
@ -14,7 +14,7 @@ function! UltiSnips#bootstrap#Bootstrap()
|
|||||||
echo "UltiSnips requires py >= 2.6 or any py3"
|
echo "UltiSnips requires py >= 2.6 or any py3"
|
||||||
endif
|
endif
|
||||||
unlet g:_uspy
|
unlet g:_uspy
|
||||||
finish
|
return
|
||||||
endif
|
endif
|
||||||
let g:_uspy=":py "
|
let g:_uspy=":py "
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user