summaryrefslogtreecommitdiffstats
path: root/runtime/menu.vim
AgeCommit message (Collapse)Author
2023-08-23runtime(menu): define shortcut for File->Open Tab (#12895)Christian Brabandt
Seems missing as noted by Antonio Giovanni Colombo. So add it and use the 'T' as shortcut, which does not seem to be used in the File dialog. Verified on Windows. Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Antonio Giovanni Colombo <azc100@gmail.com>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2023-05-14Update runtime filesBram Moolenaar
2022-12-06Update runtime filesBram Moolenaar
2022-11-27patch 9.0.0960: error when using the "Spelling / Find More Languages" menuv9.0.0960Bram Moolenaar
Problem: Error when using the "Tools / Spelling / Find More Languages" menu. Solution: Remove "<SID>". Reset "g:menutrans_set_lang_to" when 'encoding' changes. (closes #11625)
2022-11-27patch 9.0.0959: error when using the "File Settings / Text Width" menuv9.0.0959Bram Moolenaar
Problem: Error when using the "File Settings / Text Width" menu. Solution: Use str2nr(). (closes #11624)
2022-10-09patch 9.0.0708: :confirm does not work properly for a terminal bufferv9.0.0708Yee Cheng Chin
Problem: :confirm does not work properly for a terminal buffer. Solution: Handle :confirm for a terminal buffer differently. (Yee Cheng Chin, closes #11312)
2022-03-08Update runtime filesBram Moolenaar
2022-02-23patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar
Problem: Accepting one and zero for the second sort() argument is strange. Solution: Disallow using one and zero in Vim9 script.
2022-02-09Update runtime filesBram Moolenaar
2022-02-04Update runtime files; use compiled functionsBram Moolenaar
2021-12-24Update runtime filesBram Moolenaar
2020-09-28patch 8.2.1768: cannot use the help menu from a terminal windowv8.2.1768Bram Moolenaar
Problem: Cannot use the help menu from a terminal window. Solution: Add ":tlnoremenu" commands. (Yee Cheng Chin, closes #7023)
2020-06-14Update runtime filesBram Moolenaar
2020-03-29patch 8.2.0478: new buffers are not added to the Buffers menuv8.2.0478Bram Moolenaar
Problem: New buffers are not added to the Buffers menu. Solution: Turn number into string. (Yee Cheng Chin, closes #5864)
2020-03-19patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar
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.
2019-12-10patch 8.1.2416: loading menus sets v:errmsgv8.1.2416Bram Moolenaar
Problem: Loading menus sets v:errmsg. Solution: Avoid setting v:errmsg and add a test for that. (Jason Franklin)
2019-11-10Update runtime filesBram Moolenaar
2019-09-27Update runtime files.Bram Moolenaar
2019-09-07Update runtime filesBram Moolenaar
2019-02-03Update runtime files.Bram Moolenaar
2018-10-19patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar
Problem: No menus specifically for the terminal window. Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test.
2018-08-28Update runtime files.Bram Moolenaar
2018-07-23patch 8.1.0207: need many menu translation files to cover regionsv8.1.0207Bram Moolenaar
Problem: Need many menu translation files to cover regions. Solution: When there is no region match, try without. (Christian Brabandt)
2018-07-03Updated runtime and language files.Bram Moolenaar
2018-05-17Updated runtime files.Bram Moolenaar
2017-11-09patch 8.0.1279: initializing menus can be slowv8.0.1279Bram Moolenaar
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-03-05Runtime file updates.Bram Moolenaar
2017-02-17Updated runtime files.Bram Moolenaar
2016-07-31patch 7.4.2135v7.4.2135Bram Moolenaar
Problem: Various tiny issues. Solution: Update comments, white space, etc.
2016-07-17Update runtime files.Bram Moolenaar
2014-06-12Update runtime files.Bram Moolenaar
2013-05-17Update runtime files.Bram Moolenaar
2013-01-30Update runtime files.Bram Moolenaar
2012-10-21Updated runtime files.Bram Moolenaar
2012-10-21updated for version 7.3.696v7.3.696Bram Moolenaar
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)
2011-03-22Updated runtime file. Fix Italian translations.Bram Moolenaar
2010-07-17Better implementation of creating the Color Scheme menu. (Juergen Kraemer)Bram Moolenaar
2010-07-10Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacementBram Moolenaar
didn't work in 'compatible' mode.
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-01-06Update runtime files.Bram Moolenaar
2008-07-01updated for version 7.2a-011v7.2a.011Bram Moolenaar
2008-06-25updated for version 7.2a-00v7.2a.00Bram Moolenaar
2007-11-29updated for version 7.1-163v7.1.163Bram Moolenaar
2007-05-06updated for version 7.1aBram Moolenaar
2007-01-09updated for version 7.0-180v7.0.180Bram Moolenaar
2006-09-14updated for version 7.0-106v7.0.106Bram Moolenaar
2006-04-17updated for version 7.0e01v7.0e01Bram Moolenaar
2006-04-16updated for version 7.0ev7.0eBram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar