Mercurial > vim-gutentags
comparison plugin/gutentags.vim @ 51:fa250d179090
Lower the version requirement a bit since it seem to actually work on 7.3.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 11 Apr 2015 07:31:06 -0700 |
parents | ea7780912296 |
children | 50d2a7cbf7c8 |
comparison
equal
deleted
inserted
replaced
50:ea7780912296 | 51:fa250d179090 |
---|---|
2 " Maintainer: Ludovic Chabant <http://ludovic.chabant.com> | 2 " Maintainer: Ludovic Chabant <http://ludovic.chabant.com> |
3 " Version: 0.0.1 | 3 " Version: 0.0.1 |
4 | 4 |
5 " Globals {{{ | 5 " Globals {{{ |
6 | 6 |
7 if v:version < 704 | 7 if v:version < 700 |
8 echoerr "gutentags: this plugin requires vim >= 7.4." | 8 echoerr "gutentags: this plugin requires vim >= 7.0." |
9 finish | 9 finish |
10 endif | 10 endif |
11 | 11 |
12 if !exists('g:gutentags_debug') | 12 if !exists('g:gutentags_debug') |
13 let g:gutentags_debug = 0 | 13 let g:gutentags_debug = 0 |