mirror of
https://github.com/osyo-manga/vim-brightest.git
synced 2025-11-08 11:33:54 -05:00
Fix #5.
This commit is contained in:
@@ -4,6 +4,11 @@ if exists('g:loaded_brightest')
|
||||
endif
|
||||
let g:loaded_brightest = 1
|
||||
|
||||
if v:version < 702
|
||||
echohl ErrorMsg | echom "brightest.vim : Requirement Vim version 7.2 or above." | echohl NONE
|
||||
finish
|
||||
endif
|
||||
|
||||
let s:save_cpo = &cpo
|
||||
set cpo&vim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user