Skip to content

Commit

Permalink
Attempt to set wrap in vimdiff buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 3, 2020
1 parent ce94848 commit 9ea69fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,6 @@ let g:vim_json_syntax_conceal = 0
let g:NERDSpaceDelims = 1

set conceallevel=0

" Set wrap in vimdiff
autocmd FilterWritePre * if &diff | setlocal wrap< | endif

0 comments on commit 9ea69fb

Please sign in to comment.