summaryrefslogtreecommitdiffstats
path: root/runtime
AgeCommit message (Collapse)Author
2023-03-16patch 9.0.1410: MacOS: sed fails on .po filesv9.0.1410Yee Cheng Chin
Problem: MacOS: sed fails on .po files. Solution: Set $LANG to "C". (Yee Cheng Chin, closes #12153)
2023-03-16patch 9.0.1409: racket files are recognized as schemev9.0.1409Gabriel Kakizaki
Problem: Racket files are recognized as scheme. Solution: Recognize rackets files separately. (Gabriel Kakizaki, closes #12164, closes #12162)
2023-03-16patch 9.0.1408: QMLdir files are not recognizedv9.0.1408Amaan Qureshi
Problem: QMLdir files are not recognized. Solution: Add a pattern for QMLdir files. (Amaan Qureshi, closes #12161)
2023-03-16patch 9.0.1407: TableGen files are not recognizedv9.0.1407Amaan Qureshi
Problem: TableGen files are not recognized. Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes #12156)
2023-03-16patch 9.0.1406: ILE RPG files are not recognizedv9.0.1406Andreas Louv
Problem: ILE RPG files are not recognized. Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152)
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
Problem: Unused variables and functions. Solution: Delete items and adjust #ifdefs. (Dominique Pellé, closes #12145)
2023-03-10patch 9.0.1399: highlight test script has a few problemsv9.0.1399lagygoill
Problem: Highlight test script has a few problems. Solution: Rewrite the script in Vim9 syntax. (closes #10379)
2023-03-10patch 9.0.1397: highlight for popupmenu kind and extra cannot be setv9.0.1397Gianmaria Bajo
Problem: Highlight for popupmenu kind and extra cannot be set. Solution: Add PmenuKind, PmenuKindSel, PmenuExtra and PmenuExtraSel highlight groups and use them. (Gianmaria Bajo, closes #12114)
2023-03-09patch 9.0.1396: sort(list, 'N') does not work in Vim9 script contextv9.0.1396Bram Moolenaar
Problem: sort(list, 'N') does not work in Vim9 script context. Solution: Convert string to number without giving an error. (closes #12061)
2023-03-08patch 9.0.1395: Odin files are not recognizedv9.0.1395Amaan Qureshi
Problem: Odin files are not recognized. Solution: Add a pattern for Odin files. (Amaan Qureshi, closes #12122)
2023-03-08patch 9.0.1394: Unx Tal files are not recognizedv9.0.1394Amaan Qureshi
Problem: Unx Tal files are not recognized. Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes #12117)
2023-03-08patch 9.0.1393: Cairo files are not recognizedv9.0.1393Amaan Qureshi
Problem: Cairo files are not recognized. Solution: Add a pattern for Cairo files. (Amaan Qureshi, closes #12118)
2023-03-02patch 9.0.1368: Bass files are not recognizedv9.0.1368Amaan Qureshi
Problem: Bass files are not recognized. Solution: Add patterns for Bass files. (Amaan Qureshi, closes #12088)
2023-02-27Update runtime filesBram Moolenaar
2023-02-27patch 9.0.1360: Cue files are not recognizedv9.0.1360Amaan Qureshi
Problem: Cue files are not recognized. Solution: Add patterns for Cue files. (Amaan Qureshi, closes #12067)
2023-02-24patch 9.0.1351: Dhall files are not recognizedv9.0.1351Amaan Qureshi
Problem: Dhall files are not recognized. Solution: Add patterns for Dhall files. (Amaan Qureshi, closes #12052)
2023-02-24patch 9.0.1350: CPON files are not recognizedv9.0.1350Amaan Qureshi
Problem: CPON files are not recognized. Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053)
2023-02-23patch 9.0.1348: Un-grammar files are not recognizedv9.0.1348Amaan Qureshi
Problem: Un-grammar files are not recognized. Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034)
2023-02-23patch 9.0.1346: Starlark files are not recognizedv9.0.1346Amaan Qureshi
Problem: Starlark files are not recognized. Solution: Add patterns for Starlark files. (Amaan Qureshi, closes #12049)
2023-02-21patch 9.0.1337: yuck files are not recognizedv9.0.1337Amaan Qureshi
Problem: Yuck files are not recognized. Solution: Add a filetype pattern for yuck files. (Amaan Qureshi, closes #12033)
2023-02-20Update runtime files.Bram Moolenaar
2023-02-18patch 9.0.1319: PRQL files are not recognizedv9.0.1319Matthias Queitsch
Problem: PRQL files are not recognized. Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch, closes #12018)
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)