X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b6916fcd97ab132495e36b97ccac28c285906a68..ccac0dd6d368660fb6a06c55b242f0bca6de65b3:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index c467448..79944d1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -161,8 +161,9 @@ set listchars+=extends:❯,precedes:❮ set listchars+=trail:· augroup trailing au! - au InsertEnter * :set listchars-=trail:· - au InsertLeave * :set listchars+=trail:· + au FileType qf setlocal listchars-=trail:· + au InsertEnter * set listchars-=trail:· + au InsertLeave * set listchars+=trail:· augroup END set scrolloff=5 " number of screen lines to show around the cursor @@ -264,6 +265,8 @@ set viewoptions+=folds " save folds set diffopt+=filler " show filler lines set diffopt+=vertical " always vertical split set diffopt+=context:10 " 10 lines context between changes +set diffopt+=internal +set diffopt+=algorithm:patience " reading and writing files {{{2 set modeline " read modelines