drop support of Vim 7.2

This commit is contained in:
itchyny
2020-11-05 20:07:44 +09:00
parent 8769bbb84c
commit 53176a0b75
2 changed files with 5 additions and 17 deletions

View File

@@ -2,10 +2,10 @@
" Filename: plugin/lightline.vim
" Author: itchyny
" License: MIT License
" Last Change: 2020/03/16 19:08:41.
" Last Change: 2020/11/05 20:05:40.
" =============================================================================
if exists('g:loaded_lightline') || v:version < 700
if exists('g:loaded_lightline') || v:version < 703
finish
endif
let g:loaded_lightline = 1