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

Better way of checking version/patch level

This commit is contained in:
2015-11-06 13:02:20 +01:00
parent 4b9b7f4c18
commit 09b741be8a

2
.vimrc
View File

@@ -182,7 +182,7 @@ set number
set cursorline set cursorline
syntax on syntax on
if v:version >= 704 && has('patch338') if has('patch-7.4-338')
" automatically indents wrapped lines up to the previous line. You can also " automatically indents wrapped lines up to the previous line. You can also
" use the showbreak option to automatically indent the line even more " use the showbreak option to automatically indent the line even more
set breakindent set breakindent