From b61151bbd6d1b325d2d0d09cac7d06e2543346c7 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 5 Jun 2013 09:34:53 -0500 Subject: A whole bunch of new additions to the submodules --- vim/plugin/ZoomWinPlugin.vim | 49 -------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 vim/plugin/ZoomWinPlugin.vim (limited to 'vim/plugin/ZoomWinPlugin.vim') diff --git a/vim/plugin/ZoomWinPlugin.vim b/vim/plugin/ZoomWinPlugin.vim deleted file mode 100644 index 3f24a7d..0000000 --- a/vim/plugin/ZoomWinPlugin.vim +++ /dev/null @@ -1,49 +0,0 @@ -" ZoomWin: Brief-like ability to zoom into/out-of a window -" Author: Charles Campbell -" original version by Ron Aaron -" Date: Jan 16, 2009 -" Version: 23e ASTRO-ONLY -" History: see :help zoomwin-history {{{1 -" GetLatestVimScripts: 508 1 :AutoInstall: ZoomWin.vim - -" --------------------------------------------------------------------- -" Load Once: {{{1 -if &cp || exists("g:loaded_ZoomWinPlugin") - finish -endif -if v:version < 702 - echohl WarningMsg - echo "***warning*** this version of ZoomWin needs vim 7.2" - echohl Normal - finish -endif -let s:keepcpo = &cpo -let g:loaded_ZoomWinPlugin = "v23" -set cpo&vim -"DechoTabOn - -" --------------------------------------------------------------------- -" Public Interface: {{{1 -if !hasmapto("ZoomWin") - nmap o ZoomWin -endif -nnoremap