From 269ec658f0fad22b2bf9f71b06a4e6e10277f0e5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 29 Jul 2004 08:43:53 +0000 Subject: updated for version 7.0013 --- runtime/mswin.vim | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'runtime/mswin.vim') diff --git a/runtime/mswin.vim b/runtime/mswin.vim index 4072af1c6..d82b67743 100644 --- a/runtime/mswin.vim +++ b/runtime/mswin.vim @@ -1,7 +1,12 @@ " Set options and add mapping such that Vim behaves a lot like MS-Windows " " Maintainer: Bram Moolenaar -" Last change: 2004 May 26 +" Last change: 2004 Jul 27 + +" bail out if this isn't wanted (mrsvim.vim uses this). +if exists("g:skip_loading_mswin") && g:skip_loading_mswin + finish +endif " set the 'cpoptions' to its Vim default if 1 " only do this when compiled with expression evaluation -- cgit v1.2.1