mirror of
https://github.com/gryf/tagbar.git
synced 2026-01-04 21:04:19 +01:00
Work around bug in Vim < 7.0.167
This commit is contained in:
@@ -33,15 +33,6 @@ if v:version < 700
|
||||
finish
|
||||
endif
|
||||
|
||||
if v:version == 700 && !has('patch167')
|
||||
echohl WarningMsg
|
||||
echomsg 'Tagbar: Vim versions lower than 7.0.167 have a bug'
|
||||
\ 'that prevents this version of Tagbar from working.'
|
||||
\ 'Please use the alternate version posted on the website.'
|
||||
echohl None
|
||||
finish
|
||||
endif
|
||||
|
||||
if !exists('g:tagbar_left')
|
||||
let g:tagbar_left = 0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user