From d42193e09826d2764b44badf59f8506b313768cd Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 3 Nov 2025 13:05:39 +0100 Subject: [PATCH] add errorformat that matches basedpyright --- vim/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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