Mercurial > vim
diff runtime/plugin/vimballPlugin.vim @ 1191:a7b9e7bfae99
updated for version 7.1b
author | vimboss |
---|---|
date | Thu, 10 May 2007 16:58:19 +0000 |
parents | e63691e7c504 |
children | b9740fb41986 |
line wrap: on
line diff
--- a/runtime/plugin/vimballPlugin.vim +++ b/runtime/plugin/vimballPlugin.vim @@ -26,8 +26,8 @@ com! -ra -complete=dir -na=+ -bang MkV com! -na=? -complete=dir UseVimball call vimball#Vimball(1,<f-args>) com! -na=0 VimballList call vimball#Vimball(0) com! -na=* -complete=dir RmVimball call vimball#RmVimball(<f-args>) -au BufEnter *.vba.gz,*.vba.bz2,*.vba.zip call vimball#Decompress(expand("<amatch>")) -au BufEnter *.vba set noma bt=nofile fmr=[[[,]]] fdm=marker|call vimball#ShowMesg(0,"Source this file to extract it! (:so %)") +au BufEnter *.vba.gz,*.vba.bz2,*.vba.zip call vimball#Decompress(expand("<amatch>")) +au BufEnter *.vba setlocal noma bt=nofile fmr=[[[,]]] fdm=marker|call vimball#ShowMesg(0,"Source this file to extract it! (:so %)") " ===================================================================== " Restoration And Modelines: {{{1