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:
2
.vimrc
2
.vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user