move cs error format to start
This commit is contained in:
@@ -76,16 +76,16 @@ vim.cmd [=[
|
|||||||
" remove annoying and bad indentation
|
" remove annoying and bad indentation
|
||||||
autocmd FileType * setlocal indentexpr=
|
autocmd FileType * setlocal indentexpr=
|
||||||
|
|
||||||
|
set errorformat=
|
||||||
|
set errorformat+=%f(%l\\,%c):\ %t%*[^:]:\ %m
|
||||||
|
set errorformat+=%f:%l:%c:\ %t%*[^:]:\ %m
|
||||||
|
|
||||||
set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
set wildignore=*.o,*.obj,.git/**,tags,*.pyc
|
||||||
set errorformat^=[----]\ %f:%l:\ %m
|
set errorformat^=[----]\ %f:%l:\ %m
|
||||||
set errorformat^=%f\(%l:%c\)\ %m
|
set errorformat^=%f\(%l:%c\)\ %m
|
||||||
|
|
||||||
set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c
|
set errorformat^=%C%*\\s——▶%*\\s%f:%l:%c
|
||||||
set errorformat^=%E%t%*[^:]:\ %m
|
set errorformat^=%E%t%*[^:]:\ %m
|
||||||
|
|
||||||
set errorformat=
|
|
||||||
set errorformat+=%f(%l\\,%c):\ %t%*[^:]:\ %m
|
|
||||||
set errorformat+=%f:%l:%c:\ %t%*[^:]:\ %m
|
|
||||||
]=]
|
]=]
|
||||||
|
|
||||||
vim.keymap.set('n', ',cf', function()
|
vim.keymap.set('n', ',cf', function()
|
||||||
|
|||||||
Reference in New Issue
Block a user