1 parent 75da45a commit a06070eCopy full SHA for a06070e
1 file changed
autoload/xolox/pyref.vim
@@ -1,13 +1,11 @@
1
" Vim auto-load script
2
" Author: Peter Odding <peter@peterodding.com>
3
-" Last Change: August 19, 2013
+" Last Change: August 20, 2013
4
" URL: http://peterodding.com/code/vim/pyref/
5
6
-let g:xolox#pyref#version = '0.7.15'
+let g:xolox#pyref#version = '0.7.16'
7
let s:script = expand('<sfile>:p:~')
8
9
-call xolox#misc#compat#check('pyref.vim', g:xolox#pyref#version, 9)
10
-
11
function! xolox#pyref#enable() " {{{1
12
let command = '%s <silent> <buffer> %s %s:call xolox#pyref#at_cursor()<CR>'
13
let mapping = exists('g:pyref_mapping') ? g:pyref_mapping : '<F1>'
0 commit comments