From f193fffd16563cfbe7c02a21e19c8bb11707581d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 27 Apr 2006 00:02:13 +0000 Subject: updated for version 7.0f02 --- runtime/plugin/vimballPlugin.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'runtime/plugin') diff --git a/runtime/plugin/vimballPlugin.vim b/runtime/plugin/vimballPlugin.vim index e1ea57e26..95c06c3ec 100644 --- a/runtime/plugin/vimballPlugin.vim +++ b/runtime/plugin/vimballPlugin.vim @@ -9,9 +9,10 @@ " --------------------------------------------------------------------- " Load Once: {{{1 -if &cp || exists("g:loaded_vimball") +if &cp || exists("g:loaded_vimball") || exists("g:loaded_vimballplugin") finish endif +let g:loaded_vimballplugin= 1 let s:keepcpo= &cpo set cpo&vim @@ -22,7 +23,7 @@ com! -ra -na=+ -bang MkVimball call vimball#MkVimball(,,0,")) -au BufEnter *.vba echohl WarningMsg | echo "Source this file to extract it! (:so %)" | echohl None +au BufEnter *.vba call vimball#ShowMesg("Source this file to extract it! (:so %)") let &cpo= s:keepcpo unlet s:keepcpo -- cgit v1.2.3