summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/keymap
AgeCommit message (Collapse)AuthorFiles
2026-01-26vim-patch:5c855ce: runtime: convert *_utf-8.vim files to actual UTF-8 encodingzeertzjq3
Several runtime files with "_utf-8" in their filename are actually encoded in latin1 or cp1255, not UTF-8. This causes errors when tools attempt to read these files as UTF-8. Files converted: - esperanto_utf-8.vim: latin1 -> UTF-8, updated scriptencoding directive - greek_utf-8.vim: latin1 -> UTF-8 - hebrewp_utf-8.vim: cp1255 (Windows Hebrew) -> UTF-8 - menu_ca.utf-8.vim: latin1 -> UTF-8 - menu_ca_es.utf-8.vim: latin1 -> UTF-8 - menu_pt_pt.utf-8.vim: latin1 -> UTF-8 The actual functionality remains unchanged - only the encoding was modified. closes: vim/vim#16390 https://github.com/vim/vim/commit/5c855ce43d5d045b81301472cdac397efafa7723 Co-authored-by: ThanhNguyxn <thanhnguyentuan2007@gmail.com>
2026-01-02vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" ↵zeertzjq28
commits (#37192) This reverts commits: - 6b652a785033fd4164e049492a7327c1ed7c3e5f - 2f689d5abde0ccddca9e20d8c93a0299bd054e32 - a025a46d4169587145fb54f04af349cd05cb6122 Several email addresses that are known to be valid caused bounces due to an issue with my email setup. The previous commits incorrectly marked these addresses as invalid. So revert the whole thing again. https://github.com/vim/vim/commit/62d8f3dab5a0b30c31a8df86a973c5e59821a3f0 N/A patch: vim-patch:2f689d5: runtime: mark more invalid email addresses Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-01-01vim-patch:partial:2f689d5: runtime: mark more invalid email addresseszeertzjq28
https://github.com/vim/vim/commit/2f689d5abde0ccddca9e20d8c93a0299bd054e32 Skip colors/ and syntax/help_ru.vim: missing previous changes. Co-authored-by: Christian Brabandt <cb@256bit.org>
2025-09-03vim-patch:e0704a3: runtime(keymap): Add transliteration (buckwalter) arabic ↵zeertzjq1
keymap References: - https://en.wikipedia.org/wiki/Buckwalter_transliteration - http://qamus.org/transliteration.htm closes: vim/vim#18186 https://github.com/vim/vim/commit/e0704a359382ed3483c17db74b76110de6ef3519 Co-authored-by: Rafael Ketsetsides <rketsetsides@gmail.com>
2025-06-17vim-patch:f548ec4: runtime(keymaps): Add Azerbaijani keymap (#34527)zeertzjq1
closes: vim/vim#17541 https://github.com/vim/vim/commit/f548ec46e4d8b01d2645ee9598e95fb2de268baa Co-authored-by: Rasul Samadzade <rasul.samadzade@protonmail.com>
2025-04-21vim-patch:7938c40: runtime(keymaps): update Brazilian keymaps (#33562)zeertzjq2
closes: vim/vim#17161 https://github.com/vim/vim/commit/7938c40b34a870d704294a3384df4b58a0eabf8e Co-authored-by: LuMarquesIlva <luismarques0504@proton.me>
2025-04-11vim-patch:06a41ad: runtime(keymaps): include 2 Brazilian Keymaps (#33424)zeertzjq2
closes: vim/vim#17072 https://github.com/vim/vim/commit/06a41ad084109ae67b949276f16e388fd4d9350a Co-authored-by: Elsarques <luismarques0504@proton.me>
2025-03-19vim-patch:ad2f6b6: runtime(keymap) Add forward slash (/) to ↵Christian Clason1
russian-jcukenwin keymap closes: vim/vim#16912 https://github.com/vim/vim/commit/ad2f6b66623f0a218ae1b2b18430e728070c8aca Co-authored-by: Marat Amerov <maratamerov@gmail.com>
2025-02-15vim-patch:3f60114: runtime(keymap): Add ukrainian-enhanced keymapChristian Clason1
The "Ukrainian enhanced keymap" allows you to type Ukrainian in Vim using jcuken Windows layout. Original file is made by Ivan Korneliuk and can be found at https://github.com/vansha/ukrainian-enhanced.vim. It is being added here with the permission of the author. There is another ukrainian layout already in Vim, namely the keymap\ukrainian-jcuken.vim script by Anatoli Sakhnik. But this one differs in way it maps numeric keys. It uses values usual for Windows users. closes: vim/vim#16628 https://github.com/vim/vim/commit/3f60114236cff60caf117fd708476fd4ff72252b Co-authored-by: Vladyslav Rehan <rehanvladyslav@gmail.com>
2024-06-14vim-patch:79a14c0: runtime(keymap): include Georgian keymapChristian Clason1
closes: vim/vim#15002 https://github.com/vim/vim/commit/79a14c061bb7c5caafba09b9244f87be37693cf6 Co-authored-by: Misho <nnamper@gmail.com>
2023-11-05vim-patch:caee7956a21aChristian Clason1
runtime(keymap): Switch Hindu-Arabic to Arabic numerals in arabic keymap (vim/vim#13430) https://github.com/vim/vim/commit/caee7956a21a8c1102266b31af44c432522bdb53 Co-authored-by: avidseeker <avidseeker7@protonmail.com>
2023-10-16vim-patch:dbf749bd5aae (#25665)zeertzjq1
runtime: Fix more typos (vim/vim#13354) * Fix more typos * Fix typos in ignored runtime/ directory https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-08-23vim-patch:e8d6f03f6a61Sean Dewar1
runtime: Remove Brams name from a few more runtime files (vim/vim#12780) syntax/model.vim: minor wording improvement https://github.com/vim/vim/commit/e8d6f03f6a61f60de6893253621d057f63dd6a23 Use the updated "Last Change" date for all. Co-authored-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl>
2023-08-16vim-patch:636d32b32730Christian Clason1
The keyboard layout "russian-typograph" has been updated to version 3.3 (vim/vim#12796) Co-authored-by: RestorerZ <restorer@mail2k.ru> https://github.com/vim/vim/commit/636d32b327309f453e5cdfe75bbe7ad14550093a Co-authored-by: Restorer <69863286+RestorerZ@users.noreply.github.com> Co-authored-by: RestorerZ <restorer@mail2k.ru>
2021-09-13vim-patch:6c391a74fe90 (#15654)Christian Clason4
Update runtime files https://github.com/vim/vim/commit/6c391a74fe90190796ca0b0c010112948a6e75d7 omit autoload/getscript.vim skip doc/eval.txt (needs 8.2.2468) skip doc/various.txt (needs 8.2.3400) (typofixes courtesy of @dundargoc)
2021-05-01vim-patch:23515b4ef758Jan Edmund Lazo2
Update runtime files https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5 Omit filetype.txt changes for :Man.
2021-04-29vim-patch:1c6737b20a5cJan Edmund Lazo3
Update runtime files. https://github.com/vim/vim/commit/1c6737b20a5cf71751b180461cea22fc76d8870c
2021-04-29vim-patch:207f009326c8Jan Edmund Lazo3
Update runtime files. https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e Omit nl.po.
2021-04-29vim-patch:e7b1ea0276ccJan Edmund Lazo2
Update runtime files. https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed
2021-04-27vim-patch:0c0734d527a1Jan Edmund Lazo1
Update runtime files https://github.com/vim/vim/commit/0c0734d527a132edfb4089be48486586424b3f41 Omit rand(), srand() documentation. Patch v8.1.2342 is not ported yet.
2019-11-27runtime: russian-jcukenwintype.vim keymap #11461Von Random1
Author: Denis Proskurin <danwerspb@gmail.com>
2018-10-28vim-patch:22f1d0e35eb0Justin M. Keyes2
Updated runtime files. Add Serbian translations and spell checking. https://github.com/vim/vim/commit/22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde
2017-05-01vim-patch:bc2eada5424bJustin M. Keyes2
Updated runtime files. https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846 NA patches: vim-patch:294740d2ac42 vim-patch:a4ce25bd987a vim-patch:7034a8374345 vim-patch:14a612fa2e57 vim-patch:aaeabfbca571
2017-04-29vim-patch:6d5ad4c4118cJustin M. Keyes1
Updated runtime files. https://github.com/vim/vim/commit/6d5ad4c4118cab5fd96db157621c3aa9af368edb
2017-04-19vim-patch:e4a3bcf28d92Justin M. Keyes1
Updated runtime files. Add Scala files. https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
2017-04-19vim-patch:7571d55f7dccJustin M. Keyes1
Updated runtime files. https://github.com/vim/vim/commit/7571d55f7dcc009a375b2124cce2c8b21f361234
2017-02-01vim-patch:a02a551James McCoy2
Updated runtime files. https://github.com/vim/vim/commit/a02a551e18209423584fcb923e93c6be18f3aa45
2017-01-02vim-patch:6f1d9aShougo Matsushita2
Updated runtime files. https://github.com/vim/vim/commit/6f1d9a096bf22d50c727dca73abbfb8e3ff55176
2014-07-29re-integrate runtime/ vim-patch:0 #938Justin M. Keyes66
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>