Skip to content

Commit

Permalink
Merge pull request #32 from mattjmorrison/patch-2
Browse files Browse the repository at this point in the history
Update Marker syntax for vim
  • Loading branch information
JarrodCTaylor committed May 11, 2020
2 parents 4d433f1 + b831f9e commit 64acd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/vim_python_test_runner.vim
Expand Up @@ -13,7 +13,7 @@ python3 import vim
python3 sys.path.append(vim.eval('expand("<sfile>:h")'))

function! vim_python_test_runner#RunDesiredTests(command_to_run)
python3 << endPython
python3 << EndPython
import os
from vim_python_test_runner import *

Expand Down Expand Up @@ -58,6 +58,6 @@ def main():

vim.command('wall')
main()
endPython
EndPython
endfunction

0 comments on commit 64acd4b

Please sign in to comment.