" Vimball Archiver by Charles E. Campbell, Jr., Ph.D. UseVimball finish plugin/Mines.vim [[[1 1362 " Mines.vim: emulates a minefield " Author: Charles E. Campbell, Jr. " Date: Jan 17, 2007 " Version: 15 " Copyright: Copyright (C) 1999-2005 Charles E. Campbell, Jr. {{{1 " Permission is hereby granted to use and distribute this code, " with or without modifications, provided that this copyright " notice is copied with it. Like anything else that's free, " Mines.vim is provided *as is* and comes with no warranty " of any kind, either expressed or implied. By using this " plugin, you agree that in no event will the copyright " holder be liable for any damages resulting from the use " of this software. " GetLatestVimScripts: 551 1 :AutoInstall: Mines.vim " GetLatestVimScripts: 1066 1 cecutil.vim " " There is therefore now no condemnation to those who are in {{{1 " Christ Jesus, who don't walk according to the flesh, but " according to the Spirit. (Rom 8:1 WEB) " --------------------------------------------------------------------- " Single Loading Only: {{{1 if &cp || exists("g:loaded_Mines") finish endif let g:loaded_Mines = "v15" let s:keepcpo = &cpo set cpo&vim "DechoTabOn " --------------------------------------------------------------------- " Mining Variables: {{{1 let s:displayname = "-Mines-" let s:savesession = tempname() if !exists("g:mines_timer") let g:mines_timer= 1 endif let s:mines_timer = g:mines_timer let s:timestart = 0 let s:timestop = 0 let s:timesuspended = 0 let s:MFmines = 0 " --------------------------------------------------------------------- " Public Interface: {{{1 if !hasmapto('EasyMines') nmap mfe EasyMines endif nmap