Skip to content

Commit

Permalink
Move version variable to autoload script
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 31, 2011
1 parent 22e8f09 commit 6cbfe98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion autoload/xolox/shell.vim
@@ -1,8 +1,10 @@
" Vim auto-load script
" Author: Peter Odding <peter@peterodding.com>
" Last Change: June 18, 2011
" Last Change: August 31, 2011
" URL: http://peterodding.com/code/vim/shell/

let g:xolox#shell#version = '0.9.8'

if !exists('s:fullscreen_enabled')
let s:enoimpl = "%s() hasn't been implemented on your platform! %s"
let s:contact = "If you have suggestions, please contact peter@peterodding.com."
Expand Down
4 changes: 1 addition & 3 deletions plugin/shell.vim
@@ -1,6 +1,6 @@
" Vim plug-in
" Author: Peter Odding <peter@peterodding.com>
" Last Change: June 18, 2011
" Last Change: August 31, 2011
" URL: http://peterodding.com/code/vim/shell/

" Support for automatic update using the GLVS plug-in.
Expand All @@ -11,8 +11,6 @@ if &cp || exists('g:loaded_shell')
finish
endif

let g:shell_version = '0.9.7'

" Configuration defaults. {{{1

if !exists('g:shell_mappings_enabled')
Expand Down

0 comments on commit 6cbfe98

Please sign in to comment.