From 4adb4ad2fdf9a132ea366cc1dca998721a8bddf0 Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sat, 26 Nov 2011 01:42:30 +0100 Subject: [PATCH] Updated miscellaneous scripts --- autoload/xolox/shell.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/xolox/shell.vim b/autoload/xolox/shell.vim index d8a50d3..0773a28 100644 --- a/autoload/xolox/shell.vim +++ b/autoload/xolox/shell.vim @@ -1,9 +1,9 @@ " Vim auto-load script " Author: Peter Odding -" Last Change: November 21, 2011 +" Last Change: November 26, 2011 " 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') let s:enoimpl = "%s() hasn't been implemented on your platform! %s"