Bram Moolenaar
2007dd49f5
patch 8.2.4455: accepting one and zero for second sort() argument is strange
...
Problem: Accepting one and zero for the second sort() argument is strange.
Solution: Disallow using one and zero in Vim9 script.
2022-02-23 13:17:47 +00:00
Bram Moolenaar
9da17d7c57
Update runtime files
2022-02-09 21:50:44 +00:00
Bram Moolenaar
3e79c97c18
Update runtime files; use compiled functions
2022-02-04 19:48:06 +00:00
Bram Moolenaar
fa3b72348d
Update runtime files
2021-12-24 13:18:38 +00:00
Bram Moolenaar
b45cd36bd9
patch 8.2.1768: cannot use the help menu from a terminal window
...
Problem: Cannot use the help menu from a terminal window.
Solution: Add ":tlnoremenu" commands. (Yee Cheng Chin, closes #7023 )
2020-09-28 21:41:49 +02:00
Bram Moolenaar
65e0d77a66
Update runtime files
2020-06-14 17:29:55 +02:00
Bram Moolenaar
5908fdf72f
patch 8.2.0478: new buffers are not added to the Buffers menu
...
Problem: New buffers are not added to the Buffers menu.
Solution: Turn number into string. (Yee Cheng Chin, closes #5864 )
2020-03-29 20:08:45 +02:00
Bram Moolenaar
5e94a29ebb
patch 8.2.0413: buffer menu does not handle special buffers properly
...
Problem: Buffer menu does not handle special buffers properly.
Solution: Keep a dictionary with buffer names to reliably keep track of
entries.
Also trigger BufFilePre and BufFilePost for command-line and
terminal buffers when the name changes.
2020-03-19 18:46:57 +01:00
Bram Moolenaar
e24c5b3332
patch 8.1.2416: loading menus sets v:errmsg
...
Problem: Loading menus sets v:errmsg.
Solution: Avoid setting v:errmsg and add a test for that. (Jason Franklin)
2019-12-10 22:11:53 +01:00
Bram Moolenaar
5ef1c6a483
Update runtime files
2019-11-10 22:09:11 +01:00
Bram Moolenaar
5be4ceecea
Update runtime files.
2019-09-27 19:34:08 +02:00
Bram Moolenaar
30e9b3c425
Update runtime files
2019-09-07 16:24:12 +02:00
Bram Moolenaar
314dd79cac
Update runtime files.
2019-02-03 15:27:20 +01:00
Bram Moolenaar
4c5d815256
patch 8.1.0487: no menus specifically for the terminal window
...
Problem: No menus specifically for the terminal window.
Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439 ) Add a menu test.
2018-10-19 22:36:53 +02:00
Bram Moolenaar
fc65cabb15
Update runtime files.
2018-08-28 22:58:02 +02:00
Bram Moolenaar
68f1b1b37f
patch 8.1.0207: need many menu translation files to cover regions
...
Problem: Need many menu translation files to cover regions.
Solution: When there is no region match, try without. (Christian Brabandt)
2018-07-23 05:10:14 +02:00
Bram Moolenaar
6dc819b129
Updated runtime and language files.
2018-07-03 16:42:19 +02:00
Bram Moolenaar
7c63fbc46e
Updated runtime files.
2018-05-17 13:15:23 +02:00
Bram Moolenaar
040c1feb21
patch 8.0.1279: initializing menus can be slow
...
Problem: Initializing menus can be slow, especially when there are many
keymaps, color schemes, etc.
Solution: Do the globbing for runtime files lazlily. (Ken Takata)
2017-11-09 19:45:48 +01:00
Bram Moolenaar
214641f77d
Runtime file updates.
2017-03-05 17:04:09 +01:00
Bram Moolenaar
3df0173fa6
Updated runtime files.
2017-02-17 22:47:16 +01:00
Bram Moolenaar
89eaa4185e
patch 7.4.2135
...
Problem: Various tiny issues.
Solution: Update comments, white space, etc.
2016-07-31 14:17:27 +02:00
Bram Moolenaar
42ebd06642
Update runtime files.
2016-07-17 13:35:14 +02:00
Bram Moolenaar
822ff866bd
Update runtime files.
2014-06-12 21:46:14 +02:00
Bram Moolenaar
ad3b366c82
Update runtime files.
2013-05-17 18:14:19 +02:00
Bram Moolenaar
a3e6bc93d1
Update runtime files.
2013-01-30 14:18:00 +01:00
Bram Moolenaar
3a0d8090b1
Updated runtime files.
2012-10-21 03:02:54 +02:00
Bram Moolenaar
f3408e76fb
updated for version 7.3.696
...
Problem: Message about added spell language can be wrong.
Solution: Give correct message. Add g:menutrans_set_lang_to to allow for
translation. (Jiri Sedlak)
2012-10-21 01:21:59 +02:00
Bram Moolenaar
cab49dff91
Updated runtime file. Fix Italian translations.
2011-03-22 17:40:10 +01:00
Bram Moolenaar
c5604bc165
Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
2010-07-17 15:20:30 +02:00
Bram Moolenaar
622925875c
Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement
...
didn't work in 'compatible' mode.
2010-07-10 16:36:59 +02:00
Bram Moolenaar
64486671c3
Add 'relativenumber' patch from Markus Heidelberg.
2010-05-16 15:46:46 +02:00
Bram Moolenaar
5c73622a90
Update runtime files.
2010-01-06 20:54:52 +01:00
Bram Moolenaar
e30de2d1dc
updated for version 7.2a-011
2008-07-01 19:56:57 +00:00
Bram Moolenaar
aba8857aa3
updated for version 7.2a-00
2008-06-25 20:13:35 +00:00
Bram Moolenaar
9273c73e36
updated for version 7.1-163
2007-11-29 16:46:44 +00:00
Bram Moolenaar
024678745b
updated for version 7.1a
2007-05-06 13:22:01 +00:00
Bram Moolenaar
d675e2c513
updated for version 7.0-180
2007-01-09 14:09:25 +00:00
Bram Moolenaar
b38dea217f
updated for version 7.0-106
2006-09-14 11:35:25 +00:00
Bram Moolenaar
a93fa7ee78
updated for version 7.0e01
2006-04-17 22:14:47 +00:00
Bram Moolenaar
b21e5843e5
updated for version 7.0e
2006-04-16 18:30:08 +00:00
Bram Moolenaar
910f66f90c
updated for version 7.0c10
2006-04-05 20:41:53 +00:00
Bram Moolenaar
4ea8fe1d06
updated for version 7.0219
2006-03-09 22:32:39 +00:00
Bram Moolenaar
362e1a30c6
updated for version 7.0216
2006-03-06 23:29:24 +00:00
Bram Moolenaar
5c8837f9d7
updated for version 7.0207
2006-02-25 21:52:33 +00:00
Bram Moolenaar
986920760e
updated for version 7.0192
2006-02-04 00:57:42 +00:00
Bram Moolenaar
280f126ef0
updated for version 7.0189
2006-01-30 00:14:18 +00:00
Bram Moolenaar
1c7715dfe4
updated for version 7.0153
2005-10-03 22:02:18 +00:00
Bram Moolenaar
5b8d8fdb52
updated for version 7.0131
2005-08-16 23:01:50 +00:00
Bram Moolenaar
5a8684e782
updated for version 7.0120
2005-07-30 22:43:24 +00:00