comparison runtime/evim.vim @ 28843:cd68a630f0d0

Update runtime files and translations Commit: https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 12 20:34:15 2022 +0100 Update runtime files and translations
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 May 2022 21:45:05 +0200
parents fe57e4f0eac1
children 4027cefc2aab
comparison
equal deleted inserted replaced
28842:4c4966f73c6b 28843:cd68a630f0d0
1 " Vim script for Evim key bindings 1 " Vim script for Evim key bindings
2 " Maintainer: Bram Moolenaar <Bram@vim.org> 2 " Maintainer: Bram Moolenaar <Bram@vim.org>
3 " Last Change: 2019 Jan 27 3 " Last Change: 2022 May 10
4 4
5 " Don't use Vi-compatible mode. 5 " Don't use Vi-compatible mode.
6 set nocompatible 6 set nocompatible
7 7
8 " Use the mswin.vim script for most mappings 8 " Use the mswin.vim script for most mappings
9 source <sfile>:p:h/mswin.vim 9 source <sfile>:p:h/mswin.vim
10
11 " Allow for using CTRL-Q in Insert mode to quit Vim.
12 inoremap <C-Q> <C-O>:confirm qall<CR>
10 13
11 " Vim is in Insert mode by default 14 " Vim is in Insert mode by default
12 set insertmode 15 set insertmode
13 16
14 " Make a buffer hidden when editing another one 17 " Make a buffer hidden when editing another one