1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Use breakindent on supported versions of vim

This commit is contained in:
2015-11-06 13:01:19 +01:00
parent c2b20eaba1
commit 4b9b7f4c18

6
.vimrc
View File

@@ -182,6 +182,12 @@ set number
set cursorline
syntax on
if v:version >= 704 && has('patch338')
" automatically indents wrapped lines up to the previous line. You can also
" use the showbreak option to automatically indent the line even more
set breakindent
endif
" Show tabs and trailspaces
set listchars=tab:▸\ ,trail
" Display whitespace