mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 22:44:09 +02:00
Better way of checking version/patch level
This commit is contained in:
@@ -182,7 +182,7 @@ set number
|
||||
set cursorline
|
||||
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
|
||||
" use the showbreak option to automatically indent the line even more
|
||||
set breakindent
|
||||
|
||||
Reference in New Issue
Block a user