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.
1 parent 05884a3 commit 2fd952bCopy full SHA for 2fd952b
autoload/vital/__vital__/Web/HTTP.vim
@@ -576,7 +576,7 @@ function! s:clients.python3.request(settings) abort
576
577
" TODO: retry, outputFile
578
let responses = []
579
- python3 << endpython3
+ python3 << ENDPYTHON3
580
try:
581
class DummyClassForLocalScope:
582
def main():
@@ -669,7 +669,7 @@ except RuntimeError as exception:
669
if exception.args != ("Exit from local scope",):
670
raise exception
671
672
-endpython3
+ENDPYTHON3
673
return responses
674
endfunction
675
0 commit comments