Update runtime files and translations

This commit is contained in:
Bram Moolenaar
2022-05-12 20:34:15 +01:00
parent d0b1a09f44
commit 3f32a5f160
55 changed files with 3960 additions and 5020 deletions

View File

@ -1,6 +1,6 @@
" Vim script for Evim key bindings
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2019 Jan 27
" Last Change: 2022 May 10
" Don't use Vi-compatible mode.
set nocompatible
@ -8,6 +8,9 @@ set nocompatible
" Use the mswin.vim script for most mappings
source <sfile>:p:h/mswin.vim
" Allow for using CTRL-Q in Insert mode to quit Vim.
inoremap <C-Q> <C-O>:confirm qall<CR>
" Vim is in Insert mode by default
set insertmode