# HG changeset patch # User Ludovic Chabant # Date 1580966575 28800 # Node ID a282d08e0e7ce0d9cac683051e5d69be69a394d5 # Parent c053f27652cdb3295d7348b6fa4d3ebe8fff575d Revert previous change, it's breaking paths with spaces on unix. diff -r c053f27652cd -r a282d08e0e7c autoload/gutentags.vim --- a/autoload/gutentags.vim Wed Feb 05 21:09:48 2020 -0800 +++ b/autoload/gutentags.vim Wed Feb 05 21:22:55 2020 -0800 @@ -8,7 +8,7 @@ else let chdir = haslocaldir() ? 'lcd' : 'cd' endif - execute chdir substitute(a:path,'[\\/]\+','/','g') + execute chdir a:path endfunction " Throw an exception message.