LKlemens
LKlemens
Hi, @derekkraan I know you are busy and have much more important stuff to do, but could you (if you have time) just confirm that problem is reproducible on your...
Maybe someone have some idea for workaround for this issue? My all paths in ALEinfo output start with ../../../ . Thanks in advance!
Thank you for response. Sadly change working dir did not help. My compile_commands.json looks like: ``` arguments: [ c++, -c, -Wp,-MD,/home/user/src/main.o.d, ... a lot of flags ... ../main.cpp ], directory...
Could you tell name of function that handle path from error output? :P I am not familiar with ALE project, but I will be ;) EDIT: I found that file...
Hi All, my workaround for that issue is: autocmd BufEnter * let g:filePathForAle = expand('%:p') -> in vimrc let l:item['filename'] = g:filePathForAle -> in gcc.vim
Hi @richyfish, Thank you for taking care of this problem 👍 I don't know if issue is solved, and I have no way to check it because I don't work...