summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2023-02-11patch 9.0.1300: 'statusline' only supports one "%=" itemv9.0.1300Yegappan Lakshmanan
Problem: 'statusline' only supports one "%=" item. Solution: Add support for multiple "%=" items. (TJ DeVries, Yegappan Lakshmanan, closes #11970, closes #11965)
2023-02-07patch 9.0.1291: Move language files are not recognizedv9.0.1291Amaan Qureshi
Problem: Move language files are not recognized. Solution: Recognize Move language files. (Amaan Qureshi, closes #11947)
2023-02-06patch 9.0.1288: FunC files are not recognizedv9.0.1288Amaan Qureshi
Problem: FunC files are not recognized. Solution: Recognize FunC files. (Amaan Qureshi, closes #11949)
2023-02-05patch 9.0.1282: Ron files are not recognizedv9.0.1282Amaan Qureshi
Problem: Ron files are not recognized. Solution: Recognize Ron files. (Amaan Qureshi, closes #11948)
2023-02-05patch 9.0.1281: Cadence files are not recognizedv9.0.1281Janez Podhostnik
Problem: Cadence files are not recognized. Solution: Recognize Cadence files. (Janez Podhostnik, closes #11951)
2023-02-04patch 9.0.1278: go.work.sum files are not recognizedv9.0.1278Amaan Qureshi
Problem: go.work.sum files are not recognized. Solution: Recognize go.work.sum files as the gosum filetype. (Amaan Qureshi, closes #11940)
2023-02-03patch 9.0.1276: some mappings with Meta and Shift do not workv9.0.1276Bram Moolenaar
Problem: Some mappings with Meta and Shift do not work. Solution: Apply the Shift modifier to the key. (issue #11913)
2023-02-02Update runtime files.Bram Moolenaar
2023-02-02patch 9.0.1274: FIRRTL files are not recognizedv9.0.1274Amaan Qureshi
Problem: FIRRTL files are not recognized. Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931)
2023-02-01patch 9.0.1272: typo in pattern for filetype detectionv9.0.1272zeertzjq
Problem: Typo in pattern for filetype detection. Solution: Fix the typo. (closes #11924)
2023-01-31patch 9.0.1268: .clangd and .stylelintrc files don't get a filetypev9.0.1268Mark Skelton
Problem: .clangd and .stylelintrc files don't get a filetype. Solution: Use yaml for .clangd and json for .stylelintrc files. (Mark Skelton, closes #11916)
2023-01-30patch 9.0.1263: KDL files are not recognizedv9.0.1263Amaan Qureshi
Problem: KDL files are not recognized. Solution: Add a pattern for KDL files. (Amaan Qureshi, closes #11898)
2023-01-29patch 9.0.1261: Elsa files are not recognizedv9.0.1261Amaan Qureshi
Problem: Elsa files are not recognized. Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes #11908)
2023-01-28patch 9.0.1256: NetworkManager connection files are not recognizedv9.0.1256ObserverOfTime
Problem: NetworkManager connection files are not recognized. Solution: Add a pattern for NetworkManager connection files. (closes #11893)
2023-01-24patch 9.0.1238: :runtime completion can be further improvedv9.0.1238zeertzjq
Problem: :runtime completion can be further improved. Solution: Also complete the {where} argument values and adjust the completion for that. (closes #11874)
2023-01-22patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq
Problem: Completion of :runtime does not handle {where} argument. Solution: Parse the {where} argument. (closes #11863)
2023-01-22patch 9.0.1230: Apache thrift files are not recognizedv9.0.1230Amaan Qureshi
Problem: Apache thrift files are not recognized. Solution: Add a pattern for thrift files. (Amaan Qureshi, closes #11859)
2023-01-22patch 9.0.1229: Cap'n Proto files are not recognizedv9.0.1229Amaan Qureshi
Problem: Cap'n Proto files are not recognized. Solution: Add a pattern and the "capnp" filetype. (Amaan Qureshi, closes #11862)
2023-01-20patch 9.0.1223: cannot use setcellwidths() below 0x100v9.0.1223K.Takata
Problem: Cannot use setcellwidths() below 0x100. Solution: Also accept characters between 0x80 and 0x100. (Ken Takata, closes #11834)
2023-01-17patch 9.0.1212: cannot read back what setcellwidths() has donev9.0.1212Kota Kato
Problem: Cannot read back what setcellwidths() has done. Solution: Add getcellwidths(). (Kota Kato, closes #11837)
2023-01-13patch 9.0.1191: some Bazel files are not recognizedv9.0.1191Keith Smiley
Problem: Some Bazel files are not recognized. Solution: Add an extra Bazel pattern. (Keith Smily, closes #11807)
2023-01-12patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar
Problem: Return value of type() for class and object unclear. Solution: Add v:t_object and v:t_class.
2023-01-11patch 9.0.1182: go checksum files are not recognizedv9.0.1182Amaan Q
Problem: go checksum files are not recognized. Solution: Add the name of go checksum files. (Amaan Qureshi, closes #11803)
2023-01-11patch 9.0.1176: smithy files are not recognizedv9.0.1176Chris Kipp
Problem: smithy files are not recognized. Solution: Add a pattern for Smithy files. (Chris Kipp, closes #11804)
2023-01-10patch 9.0.1174: smali files are not recognizedv9.0.1174Amaan Q
Problem: Smali files are not recognized. Solution: Add a pattern for Smali files. (Amaan Qureshi, closes #11801)
2023-01-10patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar
Problem: Code to enable/disable mouse is not from terminfo/termcap. Solution: Request the "XM" entry and use it to set 'ttymouse' if possible.
2023-01-09Update runtime filesBram Moolenaar
2023-01-09patch 9.0.1167: EditorConfig files do not have their own filetypev9.0.1167Gregory Anders
Problem: EditorConfig files do not have their own filetype. Solution: Add the "editorconfig" filetype. (Gregory Anders, closes #11779)
2023-01-01patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar
Problem: Bracketed paste can be enabled when pasted text is not recognized. Solution: Output t_BE only when t_PS and t_PE are set.
2022-12-31Update runtime filesBram Moolenaar
2022-12-30patch 9.0.1112: test_mswin_event() can hangv9.0.1112Christopher Plewright
Problem: test_mswin_event() can hang. Solution: Add the "execute" argument to process events right away. (Christopher Plewright, closes #11760)
2022-12-27patch 9.0.1106: not all postfix files are recognizedv9.0.1106KodeToad
Problem: Not all postfix files are recognized. Solution: Recognize main.cf.proto files. (closes #11732)
2022-12-26patch 9.0.1103: jq files are not recognizedv9.0.1103David McDonald
Problem: jq files are not recognized. Solution: Add detection of Jq files. (David McDonald, closes #11743)
2022-12-23patch 9.0.1090: FHIR Shorthand files are not recognizedv9.0.1090mgramigna
Problem: FHIR Shorthand files are not recognized. Solution: Add a pattern to detect FSH files. (Matthew Gramigna, closes #11738)
2022-12-20patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright
Problem: Code handling low level MS-Windows events cannot be tested. Solution: Add test_mswin_event() and tests using it. (Christopher Plewright, closes #11622)
2022-12-19patch 9.0.1082: some jsonc files are not recognizedv9.0.1082kylo252
Problem: Some jsonc files are not recognized. Solution: Add patterns for jsonc and move some from json to jsonc. (closes #11711)
2022-12-19patch 9.0.1080: the "kitty" terminfo entry is not widespreadv9.0.1080Bram Moolenaar
Problem: The "kitty" terminfo entry is not widespread, resulting in the kitty terminal not working properly. Solution: Go back to using "xterm-kitty" and avoid the problems it causes in another way.
2022-12-18patch 9.0.1073: using "xterm-kitty" for 'term' causes problemsv9.0.1073Bram Moolenaar
Problem: Using "xterm-kitty" for 'term' causes problems. Solution: Remove the "xterm-" part when 'term' is set from $TERM. Detect a few kitty-specific properties based on the version response instead of the terminal name.
2022-12-15patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal
Problem: Cannot display 'showcmd' somewhere else. Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes #11684)
2022-12-14patch 9.0.1057: conflict between supercollider and scala filetype detectionv9.0.1057Chris Kipp
Problem: Conflict between supercollider and scala filetype detection. Solution: Do not check for "Class : Method", it can appear in both filetypes. (Chris Kipp, closes #11699)
2022-12-13patch 9.0.1053: default constructor arguments are not optionalv9.0.1053Bram Moolenaar
Problem: Default constructor arguments are not optional. Solution: Use "= v:none" to make constructor arguments optional.
2022-12-11Update runtime filesBram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
Problem: Vim9 class is not implemented yet. Solution: Add very basic class support.
2022-12-07patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq
Problem: WinScrolled is not triggered when filler lines change. Solution: Add "topfill" to the values that WinScrolled triggers on. (closes #11668)
2022-12-06Update runtime filesBram Moolenaar
2022-12-05patch 9.0.1014: zir files are not recognizedv9.0.1014Bram Moolenaar
Problem: Zir files are not recognized. Solution: Add a pattern for Zir files. (closes #11664)
2022-12-05patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar
Problem: There is no way to get a list of swap file names. Solution: Add the swapfilelist() function. Use it in the test script to clean up. Remove deleting individual swap files.
2022-12-04patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar
Problem: Classes are not documented or implemented yet. Solution: Make the first steps at documenting Vim9 objects, classes and interfaces. Make initial choices for the syntax. Add a skeleton implementation. Add "public" and "this" in the command table.
2022-12-01patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar
Problem: The keyboard state response may end up in a shell command. Solution: Only request the keyboard protocol state when the typeahead is empty, no more commands are following and not exiting. Add the t_RK termcap entry for this.
2022-12-01patch 9.0.0979: ch_log() text can be hard to find in the log filev9.0.0979Bram Moolenaar
Problem: ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text.