summaryrefslogtreecommitdiffstats
path: root/runtime/pack
AgeCommit message (Collapse)Author
2022-11-18Update runtime filesBram Moolenaar
2022-08-08Update runtime filesBram Moolenaar
2022-07-25Update runtime filesBram Moolenaar
2022-07-01Update runtime filesBram Moolenaar
2022-06-25Update runtime filesBram Moolenaar
2022-06-23Update runtime filesBram Moolenaar
2022-06-17patch 8.2.5118: MS-Windows: sending a message to another Vim may hangv8.2.5118K.Takata
Problem: MS-Windows: sending a message to another Vim may hang if that Vim is halted. Solution: Add a timeout to serverSendToVim(). (Ken Takata, closes #10585)
2022-05-23patch 8.2.5010: the terminal debugger uses various global variablesv8.2.5010Bram Moolenaar
Problem: The terminal debugger uses various global variables. Solution: Add a dictionary to hold the terminal debugger preferences.
2022-05-09Update runtime files, translationsBram Moolenaar
2022-05-07Update runtime filesBram Moolenaar
2022-04-18Update runtime filesBram Moolenaar
2022-03-19Update runtime filesBram Moolenaar
2022-02-11Update runtime files. (closes #9741)Bram Moolenaar
2022-01-29Update runtime filesBram Moolenaar
2022-01-23Update runtime filesBram Moolenaar
2022-01-16Update runtime filesBram Moolenaar
2022-01-08Update runtime filesBram Moolenaar
2021-12-24Update runtime filesBram Moolenaar
2021-12-16Update runtime filesBram Moolenaar
2021-12-05Update runtime filesBram Moolenaar
2021-11-27Update runtime files.Bram Moolenaar
2021-11-21Update runtime filesBram Moolenaar
2021-11-16Update runtime filesBram Moolenaar
2021-11-07Update runtime filesBram Moolenaar
2021-08-29Update runtime filesBram Moolenaar
2021-08-14Update runtime filesBram Moolenaar
2021-07-28Update runtime filesBram Moolenaar
2021-05-30Update runtime filesBram Moolenaar
2021-05-16Update runtime filesBram Moolenaar
2021-01-11Update runtime files.Bram Moolenaar
2020-12-10Update runtime files.Bram Moolenaar
2020-11-05Update runtime filesBram Moolenaar
2020-10-26Update runtime files.Bram Moolenaar
2020-08-31patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar
Problem: Cursorline highlighting always overrules sign highlighting. Solution: Combine the highlighting, use the priority to decide how. (closes #6812)
2020-07-26Update runtime files.Bram Moolenaar
2020-06-14Update runtime filesBram Moolenaar
2020-05-26Update runtime filesBram Moolenaar
2020-03-01Update runtime filesBram Moolenaar
2020-02-26Update runtime files.Bram Moolenaar
2019-12-11Minor runtime file updates.Bram Moolenaar
2019-11-30Update runtime files.Bram Moolenaar
2019-10-26Update runtime filesBram Moolenaar
2019-09-30patch 8.1.2103: wrong error message if "termdebugger" is not executablev8.1.2103Bram Moolenaar
Problem: wrong error message if "termdebugger" is not executable. Solution: Check if "termdebugger" is executable and give a clear error message. (Ozaki Kiichi, closes #5000) Fix indents.
2019-09-20Updte runtime filesBram Moolenaar
2019-09-04patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar
Problem: Terminal debugger plugin may hang. Solution: Wait longer when still reading symbols.
2019-08-31Runtime files update.Bram Moolenaar
2019-07-13Update runtime filesBram Moolenaar
2019-05-26Update runtime files.Bram Moolenaar
2019-05-09Update runtime filesBram Moolenaar
2019-02-04Add missing matchit file.Bram Moolenaar