summaryrefslogtreecommitdiff
path: root/runtime/mswin.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mswin.vim')
-rw-r--r--runtime/mswin.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/mswin.vim b/runtime/mswin.vim
index 5ec21491f..2b04c1aea 100644
--- a/runtime/mswin.vim
+++ b/runtime/mswin.vim
@@ -1,9 +1,9 @@
" Set options and add mapping such that Vim behaves a lot like MS-Windows
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last change: 2017 Oct 28
+" Last Change: 2018 Dec 07
-" bail out if this isn't wanted (mrsvim.vim uses this).
+" Bail out if this isn't wanted.
if exists("g:skip_loading_mswin") && g:skip_loading_mswin
finish
endif