comparison runtime/mswin.vim @ 21:db5102f7e29f

updated for version 7.0013
author vimboss
date Thu, 29 Jul 2004 08:43:53 +0000
parents 3fc0f57ecb91
children 9e359e5759f6
comparison
equal deleted inserted replaced
20:4ac1dce8dd5e 21:db5102f7e29f
1 " Set options and add mapping such that Vim behaves a lot like MS-Windows 1 " Set options and add mapping such that Vim behaves a lot like MS-Windows
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last change: 2004 May 26 4 " Last change: 2004 Jul 27
5
6 " bail out if this isn't wanted (mrsvim.vim uses this).
7 if exists("g:skip_loading_mswin") && g:skip_loading_mswin
8 finish
9 endif
5 10
6 " set the 'cpoptions' to its Vim default 11 " set the 'cpoptions' to its Vim default
7 if 1 " only do this when compiled with expression evaluation 12 if 1 " only do this when compiled with expression evaluation
8 let s:save_cpo = &cpoptions 13 let s:save_cpo = &cpoptions
9 endif 14 endif