X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/09442c667671c794d94b13446fe135ec211f72ae..cf75e935fef989adf6958d77d1cf69ee4bbec57b:/vim/ftplugin/cmake.vim?ds=sidebyside diff --git a/vim/ftplugin/cmake.vim b/vim/ftplugin/cmake.vim index 7702eb0..6eb785b 100644 --- a/vim/ftplugin/cmake.vim +++ b/vim/ftplugin/cmake.vim @@ -7,3 +7,8 @@ let g:switch_custom_definitions = \ [ \ ['ON', 'OFF'] \ ] + +setlocal errorformat= +setlocal errorformat+=%+ICall\ Stack%.%#:,%Z\ \ %f:%l\ (%o) +setlocal errorformat+=%ECMake\ %trror%.%#\ at\ %f:%l\ (%o):,%Z\ \ %m +setlocal errorformat+=%WCMake\ %tarning%.%#\ at\ %f:%l\ (%o):,%Z\ \ %m