comparison runtime/mswin.vim @ 14372:2a4a2dc35c55

Update runtime files. commit https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 21 05:56:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jul 2018 06:00:09 +0200
parents 77960063e2e7
children bc1a8d21c811
comparison
equal deleted inserted replaced
14371:2fb503a18f12 14372:2a4a2dc35c55
55 vmap <S-Insert> <C-V> 55 vmap <S-Insert> <C-V>
56 56
57 " Use CTRL-Q to do what CTRL-V used to do 57 " Use CTRL-Q to do what CTRL-V used to do
58 noremap <C-Q> <C-V> 58 noremap <C-Q> <C-V>
59 59
60 " Use CTRL-S for saving, also in Insert mode 60 " Use CTRL-S for saving, also in Insert mode (<C-O> doesn't work well when
61 " using completions).
61 noremap <C-S> :update<CR> 62 noremap <C-S> :update<CR>
62 vnoremap <C-S> <C-C>:update<CR> 63 vnoremap <C-S> <C-C>:update<CR>
63 inoremap <C-S> <C-O>:update<CR> 64 inoremap <C-S> <Esc>:update<CR>gi
64 65
65 " For CTRL-V to work autoselect must be off. 66 " For CTRL-V to work autoselect must be off.
66 " On Unix we have two selections, autoselect can be used. 67 " On Unix we have two selections, autoselect can be used.
67 if !has("unix") 68 if !has("unix")
68 set guioptions-=a 69 set guioptions-=a