We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fd952b + 5f2f52a commit 3a1e62fCopy full SHA for 3a1e62f
autoload/vital/__vital__/Web/HTTP.vim
@@ -700,7 +700,7 @@ function! s:clients.python2.request(settings) abort
700
701
" TODO: retry, outputFile
702
let responses = []
703
- python << endpython
+ python << ENDPYTHON
704
try:
705
class DummyClassForLocalScope:
706
def main():
@@ -793,7 +793,7 @@ except RuntimeError as exception:
793
if exception.args != ("Exit from local scope",):
794
raise exception
795
796
-endpython
+ENDPYTHON
797
return responses
798
endfunction
799
0 commit comments