Skip to content

Commit

Permalink
Updated miscellaneous scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 26, 2011
1 parent 3a41726 commit 4adb4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/xolox/shell.vim
@@ -1,9 +1,9 @@
" Vim auto-load script " Vim auto-load script
" Author: Peter Odding <peter@peterodding.com> " Author: Peter Odding <peter@peterodding.com>
" Last Change: November 21, 2011 " Last Change: November 26, 2011
" URL: http://peterodding.com/code/vim/shell/ " URL: http://peterodding.com/code/vim/shell/


let g:xolox#shell#version = '0.9.22' let g:xolox#shell#version = '0.9.23'


if !exists('s:fullscreen_enabled') if !exists('s:fullscreen_enabled')
let s:enoimpl = "%s() hasn't been implemented on your platform! %s" let s:enoimpl = "%s() hasn't been implemented on your platform! %s"
Expand Down

0 comments on commit 4adb4ad

Please sign in to comment.