" Vimball Archiver by Charles E. Campbell, Ph.D. UseVimball finish plugin/MinesPlugin.vim [[[1 80 " Mines.vim: emulates a minefield " Author: Charles E. Campbell " Date: Nov 28, 2012 - Jan 06, 2018 " Version: 19g ASTRO-ONLY " Copyright: Copyright (C) 1999-2018 Charles E. Campbell {{{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 much 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) "redraw!|call DechoSep()|call inputsave()|call input("Press to continue")|call inputrestore() " --------------------------------------------------------------------- " Single Loading Only: {{{1 if &cp || exists("g:loaded_Mines") finish endif let s:keepcpo = &cpo set cpo&vim " --------------------------------------------------------------------- " Mining Variables: {{{1 if !exists("g:mines_timer") let g:mines_timer= 1 endif " --------------------------------------------------------------------- " Public Interface: {{{1 if !hasmapto('EasyMines') nmap mfe EasyMines endif nnoremap