aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0080a55b..5e496e26 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -112,6 +112,11 @@ endif
" do clever things with indenting will often assume this is set
set autoindent
+" Indent broken lines
+if v:version > 704 || v:version == 704 && has('patch338')
+ set breakindent
+endif
+
" Use spaces instead of tabs
set expandtab