diff --git a/vim/.vimrc b/vim/.vimrc index 9815fc9..0859e9f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -25,6 +25,7 @@ nnoremap ,co :copen nnoremap ,cq :call setqflist([]):cclose nnoremap ,cr :cnewer nnoremap ,cu :colder + nnoremap ,h H nnoremap ,l L nnoremap ,t vl:terminala @@ -48,8 +49,9 @@ nnoremap ,x set autoindent set cursorline +set errorformat^=%f:%l:%c\ -\ %t%*[^:]:\ %m set errorformat^=[----]\ %f:%l:\ %m -set errorformat^=%f:%l\ %m +set errorformat+=%f:%l\ %m set expandtab set exrc set guicursor=n-v-c:block-Cursor