mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 05:54:45 +08:00
Hopefully fixed issue with Windows paths
This commit is contained in:
@@ -42,5 +42,5 @@ Execute(The compile command database should be detected correctly):
|
|||||||
|
|
||||||
AssertLinter 'clangd', ale#Escape('clangd')
|
AssertLinter 'clangd', ale#Escape('clangd')
|
||||||
\ . ' -compile-commands-dir='
|
\ . ' -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'))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user