Skip to content

Commit 2fd952b

Browse files
committed
fix same as #736
1 parent 05884a3 commit 2fd952b

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
@@ -576,7 +576,7 @@ function! s:clients.python3.request(settings) abort
576576

577577
" TODO: retry, outputFile
578578
let responses = []
579-
python3 << endpython3
579+
python3 << ENDPYTHON3
580580
try:
581581
class DummyClassForLocalScope:
582582
def main():
@@ -669,7 +669,7 @@ except RuntimeError as exception:
669669
if exception.args != ("Exit from local scope",):
670670
raise exception
671671

672-
endpython3
672+
ENDPYTHON3
673673
return responses
674674
endfunction
675675

0 commit comments

Comments
 (0)