Fix E168: :finish used outside of a sourced file

This commit is contained in:
Daniel Hahler 2014-04-09 19:04:08 +02:00
parent a3e654fc54
commit 2ad6ad4493

View File

@ -14,7 +14,7 @@ function! UltiSnips#bootstrap#Bootstrap()
echo "UltiSnips requires py >= 2.6 or any py3"
endif
unlet g:_uspy
finish
return
endif
let g:_uspy=":py "
endif