diff --git a/vim/testing.vim b/vim/testing.vim index 9359d17..3ad973e 100644 --- a/vim/testing.vim +++ b/vim/testing.vim @@ -57,7 +57,7 @@ function GetDjangoTestCommand() endfunction function GetDjangoManagePy() - return substitute(expand(getcwd()), "/code/.*", "/code/manage.py", "") + return substitute(expand(getcwd()), "/code.*", "/code/manage.py", "") endfunction