zeertzjq
4076994db6
vim-patch:5c855ce: runtime: convert *_utf-8.vim files to actual UTF-8 encoding
...
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-26 06:53:53 +08:00
zeertzjq
ab20681c52
vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" 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-02 06:53:44 +08:00
zeertzjq
65e7aa9255
vim-patch:partial:2f689d5: runtime: mark more invalid email addresses
...
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 >
2026-01-01 08:17:57 +08:00
zeertzjq
c4c9daf7e2
vim-patch:e0704a3: runtime(keymap): Add transliteration (buckwalter) arabic 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-09-03 21:27:24 +08:00
zeertzjq
24bb110588
vim-patch:f548ec4: runtime(keymaps): Add Azerbaijani keymap ( #34527 )
...
closes : vim/vim#17541
https://github.com/vim/vim/commit/f548ec46e4d8b01d2645ee9598e95fb2de268baa
Co-authored-by: Rasul Samadzade <rasul.samadzade@protonmail.com >
2025-06-17 06:47:05 +08:00
zeertzjq
e3c3f4730d
vim-patch:7938c40: runtime(keymaps): update Brazilian keymaps ( #33562 )
...
closes : vim/vim#17161
https://github.com/vim/vim/commit/7938c40b34a870d704294a3384df4b58a0eabf8e
Co-authored-by: LuMarquesIlva <luismarques0504@proton.me >
2025-04-21 19:16:17 +08:00
zeertzjq
6a728382f9
vim-patch:06a41ad: runtime(keymaps): include 2 Brazilian Keymaps ( #33424 )
...
closes : vim/vim#17072
https://github.com/vim/vim/commit/06a41ad084109ae67b949276f16e388fd4d9350a
Co-authored-by: Elsarques <luismarques0504@proton.me >
2025-04-11 08:56:23 +00:00
Christian Clason
ac2fcb5f76
vim-patch:ad2f6b6: runtime(keymap) Add forward slash (/) to russian-jcukenwin keymap
...
closes : vim/vim#16912
https://github.com/vim/vim/commit/ad2f6b66623f0a218ae1b2b18430e728070c8aca
Co-authored-by: Marat Amerov <maratamerov@gmail.com >
2025-03-19 10:24:51 +01:00
Christian Clason
0a0f53663b
vim-patch:3f60114: runtime(keymap): Add ukrainian-enhanced keymap
...
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 >
2025-02-15 11:20:50 +01:00
Christian Clason
79ed11f257
vim-patch:79a14c0: runtime(keymap): include Georgian keymap
...
closes : vim/vim#15002
https://github.com/vim/vim/commit/79a14c061bb7c5caafba09b9244f87be37693cf6
Co-authored-by: Misho <nnamper@gmail.com >
2024-06-14 23:58:27 +02:00
Christian Clason
bbd7ec9e64
vim-patch:caee7956a21a
...
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-11-05 21:56:56 +01:00
zeertzjq
3222f0ad00
vim-patch:dbf749bd5aae ( #25665 )
...
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-10-16 16:36:25 +08:00
Sean Dewar
23cc36bd99
vim-patch:e8d6f03f6a61
...
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-23 20:36:16 +01:00
Christian Clason
f685303e6d
vim-patch:636d32b32730
...
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 >
2023-08-16 09:15:39 +02:00
Christian Clason
5fd21b8d3e
vim-patch:6c391a74fe90 ( #15654 )
...
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-09-13 16:33:41 +02:00
Jan Edmund Lazo
83b6a18598
vim-patch:23515b4ef758
...
Update runtime files
https://github.com/vim/vim/commit/23515b4ef7580af8b9d3b964a558ab2007cacda5
Omit filetype.txt changes for :Man.
2021-05-01 22:29:03 -04:00
Jan Edmund Lazo
f5d1f0bf03
vim-patch:1c6737b20a5c
...
Update runtime files.
https://github.com/vim/vim/commit/1c6737b20a5cf71751b180461cea22fc76d8870c
2021-04-29 23:35:37 -04:00
Jan Edmund Lazo
1e03e76daf
vim-patch:207f009326c8
...
Update runtime files.
https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e
Omit nl.po.
2021-04-29 21:56:34 -04:00
Jan Edmund Lazo
09f3e62bc6
vim-patch:e7b1ea0276cc
...
Update runtime files.
https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed
2021-04-29 20:42:16 -04:00
Jan Edmund Lazo
348f72524d
vim-patch:0c0734d527a1
...
Update runtime files
https://github.com/vim/vim/commit/0c0734d527a132edfb4089be48486586424b3f41
Omit rand(), srand() documentation.
Patch v8.1.2342 is not ported yet.
2021-04-27 09:21:30 -04:00
Von Random
7fef0f8db4
runtime: russian-jcukenwintype.vim keymap #11461
...
Author: Denis Proskurin <danwerspb@gmail.com >
2019-11-27 22:57:11 -08:00
Justin M. Keyes
17a5dde8d3
vim-patch:22f1d0e35eb0
...
Updated runtime files.
Add Serbian translations and spell checking.
https://github.com/vim/vim/commit/22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde
2018-10-28 14:18:21 +01:00
Justin M. Keyes
4fbcfab127
vim-patch:bc2eada5424b
...
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-05-01 12:30:54 +02:00
Justin M. Keyes
1e7806bd41
vim-patch:6d5ad4c4118c
...
Updated runtime files.
https://github.com/vim/vim/commit/6d5ad4c4118cab5fd96db157621c3aa9af368edb
2017-04-29 01:49:36 +02:00
Justin M. Keyes
d194380de9
vim-patch:e4a3bcf28d92
...
Updated runtime files. Add Scala files.
https://github.com/vim/vim/commit/e4a3bcf28d92d0bde9ca227ccb40d401038185e5
2017-04-19 21:26:17 +02:00
Justin M. Keyes
c1edb4c39a
vim-patch:7571d55f7dcc
...
Updated runtime files.
https://github.com/vim/vim/commit/7571d55f7dcc009a375b2124cce2c8b21f361234
2017-04-19 21:26:16 +02:00
James McCoy
cb0eead4ee
vim-patch:a02a551
...
Updated runtime files.
https://github.com/vim/vim/commit/a02a551e18209423584fcb923e93c6be18f3aa45
2017-02-01 18:34:52 -05:00
Shougo Matsushita
6ba3b85382
vim-patch:6f1d9a
...
Updated runtime files.
https://github.com/vim/vim/commit/6f1d9a096bf22d50c727dca73abbfb8e3ff55176
2017-01-02 10:45:10 +09:00
Justin M. Keyes
a98a6996c2
re-integrate runtime/ vim-patch:0 #938
...
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 >
2014-07-29 02:12:31 +00:00