From 2ad6ad4493d787abc1e8a8dd5ee74633343d202d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 9 Apr 2014 19:04:08 +0200 Subject: [PATCH] Fix E168: :finish used outside of a sourced file --- autoload/UltiSnips/bootstrap.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/UltiSnips/bootstrap.vim b/autoload/UltiSnips/bootstrap.vim index 50375b1..d5c865c 100644 --- a/autoload/UltiSnips/bootstrap.vim +++ b/autoload/UltiSnips/bootstrap.vim @@ -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