Skip to content

Commit a06070e

Browse files
committed
Remove vim-misc compatibility check (missed that)
1 parent 75da45a commit a06070e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

autoload/xolox/pyref.vim

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
" Vim auto-load script
22
" Author: Peter Odding <peter@peterodding.com>
3-
" Last Change: August 19, 2013
3+
" Last Change: August 20, 2013
44
" URL: http://peterodding.com/code/vim/pyref/
55

6-
let g:xolox#pyref#version = '0.7.15'
6+
let g:xolox#pyref#version = '0.7.16'
77
let s:script = expand('<sfile>:p:~')
88

9-
call xolox#misc#compat#check('pyref.vim', g:xolox#pyref#version, 9)
10-
119
function! xolox#pyref#enable() " {{{1
1210
let command = '%s <silent> <buffer> %s %s:call xolox#pyref#at_cursor()<CR>'
1311
let mapping = exists('g:pyref_mapping') ? g:pyref_mapping : '<F1>'

0 commit comments

Comments
 (0)