Skip to content

Commit 3a1e62f

Browse files
committed
Merge branch 'upstream-master' into feature/http-python3
2 parents 2fd952b + 5f2f52a commit 3a1e62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/vital/__vital__/Web/HTTP.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ function! s:clients.python2.request(settings) abort
700700

701701
" TODO: retry, outputFile
702702
let responses = []
703-
python << endpython
703+
python << ENDPYTHON
704704
try:
705705
class DummyClassForLocalScope:
706706
def main():
@@ -793,7 +793,7 @@ except RuntimeError as exception:
793793
if exception.args != ("Exit from local scope",):
794794
raise exception
795795

796-
endpython
796+
ENDPYTHON
797797
return responses
798798
endfunction
799799

0 commit comments

Comments
 (0)