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 00cf7c0 commit 5705268Copy full SHA for 5705268
autoload/vital/__vital__/Web/HTTP.vim
@@ -301,7 +301,7 @@ function! s:clients.python.request(settings) abort
301
302
" TODO: retry, outputFile
303
let responses = []
304
- python << endpython
+ python << ENDPYTHON
305
try:
306
class DummyClassForLocalScope:
307
def main():
@@ -394,7 +394,7 @@ except RuntimeError as exception:
394
if exception.args != ("Exit from local scope",):
395
raise exception
396
397
-endpython
+ENDPYTHON
398
return responses
399
endfunction
400
0 commit comments