Hopefully fixed issue with Windows paths

This commit is contained in:
Murfalo
2019-10-09 13:52:17 -04:00
parent a62f26434a
commit d488198c9c

View File

@@ -42,5 +42,5 @@ Execute(The compile command database should be detected correctly):
AssertLinter 'clangd', ale#Escape('clangd')
\ . ' -compile-commands-dir='
\ . ale#Escape(g:dir . '/clangd_paths/with_build_dir/unusual_build_dir_name')
\ . ale#Escape(ale#path#Simplify(g:dir . '/clangd_paths/with_build_dir/unusual_build_dir_name'))