lagygoill
4df0772a41
patch 9.0.1399: highlight test script has a few problems
...
Problem: Highlight test script has a few problems.
Solution: Rewrite the script in Vim9 syntax. (closes #10379 )
2023-03-10 18:37:11 +00:00
Gianmaria Bajo
6a7c774920
patch 9.0.1397: highlight for popupmenu kind and extra cannot be set
...
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-10 16:35:53 +00:00
Bram Moolenaar
be19d78c3d
patch 9.0.1396: sort(list, 'N') does not work in Vim9 script context
...
Problem: sort(list, 'N') does not work in Vim9 script context.
Solution: Convert string to number without giving an error. (closes #12061 )
2023-03-09 22:06:49 +00:00
Amaan Qureshi
638388b8ef
patch 9.0.1395: Odin files are not recognized
...
Problem: Odin files are not recognized.
Solution: Add a pattern for Odin files. (Amaan Qureshi, closes #12122 )
2023-03-08 20:35:17 +00:00
Amaan Qureshi
cde1f8714e
patch 9.0.1394: Unx Tal files are not recognized
...
Problem: Unx Tal files are not recognized.
Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes #12117 )
2023-03-08 19:55:50 +00:00
Amaan Qureshi
ff226d49fe
patch 9.0.1393: Cairo files are not recognized
...
Problem: Cairo files are not recognized.
Solution: Add a pattern for Cairo files. (Amaan Qureshi, closes #12118 )
2023-03-08 16:39:21 +00:00
Amaan Qureshi
4ed914b18a
patch 9.0.1368: Bass files are not recognized
...
Problem: Bass files are not recognized.
Solution: Add patterns for Bass files. (Amaan Qureshi, closes #12088 )
2023-03-02 12:51:18 +00:00
Bram Moolenaar
dd60c365cd
Update runtime files
2023-02-27 15:49:53 +00:00
Amaan Qureshi
80c5b2c0f7
patch 9.0.1360: Cue files are not recognized
...
Problem: Cue files are not recognized.
Solution: Add patterns for Cue files. (Amaan Qureshi, closes #12067 )
2023-02-27 14:32:08 +00:00
Amaan Qureshi
def5521752
patch 9.0.1351: Dhall files are not recognized
...
Problem: Dhall files are not recognized.
Solution: Add patterns for Dhall files. (Amaan Qureshi, closes #12052 )
2023-02-24 16:01:54 +00:00
Amaan Qureshi
c2254764bc
patch 9.0.1350: CPON files are not recognized
...
Problem: CPON files are not recognized.
Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053 )
2023-02-24 12:08:45 +00:00
Amaan Qureshi
44e08c1cf8
patch 9.0.1348: Un-grammar files are not recognized
...
Problem: Un-grammar files are not recognized.
Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034 )
2023-02-23 20:31:08 +00:00
Amaan Qureshi
ca06b30073
patch 9.0.1346: Starlark files are not recognized
...
Problem: Starlark files are not recognized.
Solution: Add patterns for Starlark files. (Amaan Qureshi, closes #12049 )
2023-02-23 15:38:49 +00:00
Amaan Qureshi
cfce5cf542
patch 9.0.1337: yuck files are not recognized
...
Problem: Yuck files are not recognized.
Solution: Add a filetype pattern for yuck files. (Amaan Qureshi,
closes #12033 )
2023-02-21 15:18:50 +00:00
Bram Moolenaar
938ae280c7
Update runtime files.
2023-02-20 20:44:55 +00:00
Matthias Queitsch
9de960ace0
patch 9.0.1319: PRQL files are not recognized
...
Problem: PRQL files are not recognized.
Solution: Add a filetype pattern for PRQL files. (Matthias Queitsch,
closes #12018 )
2023-02-18 12:04:37 +00:00
Yegappan Lakshmanan
3ec78f973f
patch 9.0.1300: 'statusline' only supports one "%=" item
...
Problem: 'statusline' only supports one "%=" item.
Solution: Add support for multiple "%=" items. (TJ DeVries, Yegappan
Lakshmanan, closes #11970 , closes #11965 )
2023-02-11 11:15:25 +00:00
Amaan Qureshi
6642982bea
patch 9.0.1291: Move language files are not recognized
...
Problem: Move language files are not recognized.
Solution: Recognize Move language files. (Amaan Qureshi, closes #11947 )
2023-02-07 19:37:32 +00:00
Amaan Qureshi
91deac4539
patch 9.0.1288: FunC files are not recognized
...
Problem: FunC files are not recognized.
Solution: Recognize FunC files. (Amaan Qureshi, closes #11949 )
2023-02-06 19:32:07 +00:00
Amaan Qureshi
c8ef30bc2e
patch 9.0.1282: Ron files are not recognized
...
Problem: Ron files are not recognized.
Solution: Recognize Ron files. (Amaan Qureshi, closes #11948 )
2023-02-05 14:47:46 +00:00
Janez Podhostnik
cb626a4692
patch 9.0.1281: Cadence files are not recognized
...
Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhostnik, closes #11951 )
2023-02-05 13:01:40 +00:00
Amaan Qureshi
4ad8ae8465
patch 9.0.1278: go.work.sum files are not recognized
...
Problem: go.work.sum files are not recognized.
Solution: Recognize go.work.sum files as the gosum filetype. (Amaan Qureshi,
closes #11940 )
2023-02-04 12:12:36 +00:00
Bram Moolenaar
4be18e77ff
patch 9.0.1276: some mappings with Meta and Shift do not work
...
Problem: Some mappings with Meta and Shift do not work.
Solution: Apply the Shift modifier to the key. (issue #11913 )
2023-02-03 12:28:07 +00:00
Bram Moolenaar
be4e01637e
Update runtime files.
2023-02-02 13:59:48 +00:00
Amaan Qureshi
685bf83b73
patch 9.0.1274: FIRRTL files are not recognized
...
Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931 )
2023-02-02 13:30:13 +00:00
zeertzjq
e8d4ae0d11
patch 9.0.1272: typo in pattern for filetype detection
...
Problem: Typo in pattern for filetype detection.
Solution: Fix the typo. (closes #11924 )
2023-02-01 15:31:23 +00:00
Mark Skelton
9c51798a1f
patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype
...
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-31 18:57:17 +00:00
Amaan Qureshi
907349a743
patch 9.0.1263: KDL files are not recognized
...
Problem: KDL files are not recognized.
Solution: Add a pattern for KDL files. (Amaan Qureshi, closes #11898 )
2023-01-30 15:19:57 +00:00
Amaan Qureshi
2a99fe6c41
patch 9.0.1261: Elsa files are not recognized
...
Problem: Elsa files are not recognized.
Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes #11908 )
2023-01-29 17:50:14 +00:00
ObserverOfTime
04e4f1d985
patch 9.0.1256: NetworkManager connection files are not recognized
...
Problem: NetworkManager connection files are not recognized.
Solution: Add a pattern for NetworkManager connection files. (closes #11893 )
2023-01-28 18:05:40 +00:00
zeertzjq
5c8771bc5a
patch 9.0.1238: :runtime completion can be further improved
...
Problem: :runtime completion can be further improved.
Solution: Also complete the {where} argument values and adjust the
completion for that. (closes #11874 )
2023-01-24 12:34:03 +00:00
zeertzjq
3770f4c9cd
patch 9.0.1231: completion of :runtime does not handle {where} argument
...
Problem: Completion of :runtime does not handle {where} argument.
Solution: Parse the {where} argument. (closes #11863 )
2023-01-22 18:38:51 +00:00
Amaan Qureshi
f3da4c8427
patch 9.0.1230: Apache thrift files are not recognized
...
Problem: Apache thrift files are not recognized.
Solution: Add a pattern for thrift files. (Amaan Qureshi, closes #11859 )
2023-01-22 18:16:44 +00:00
Amaan Qureshi
040e795e8d
patch 9.0.1229: Cap'n Proto files are not recognized
...
Problem: Cap'n Proto files are not recognized.
Solution: Add a pattern and the "capnp" filetype. (Amaan Qureshi,
closes #11862 )
2023-01-22 13:10:39 +00:00
K.Takata
7193323b77
patch 9.0.1223: cannot use setcellwidths() below 0x100
...
Problem: Cannot use setcellwidths() below 0x100.
Solution: Also accept characters between 0x80 and 0x100. (Ken Takata,
closes #11834 )
2023-01-20 16:00:55 +00:00
Kota Kato
66bb9ae70f
patch 9.0.1212: cannot read back what setcellwidths() has done
...
Problem: Cannot read back what setcellwidths() has done.
Solution: Add getcellwidths(). (Kota Kato, closes #11837 )
2023-01-17 18:31:56 +00:00
Keith Smiley
3213952966
patch 9.0.1191: some Bazel files are not recognized
...
Problem: Some Bazel files are not recognized.
Solution: Add an extra Bazel pattern. (Keith Smily, closes #11807 )
2023-01-13 15:35:17 +00:00
Bram Moolenaar
c0c2c26265
patch 9.0.1188: return value of type() for class and object unclear
...
Problem: Return value of type() for class and object unclear.
Solution: Add v:t_object and v:t_class.
2023-01-12 21:08:53 +00:00
Amaan Q
043d7b2c84
patch 9.0.1182: go checksum files are not recognized
...
Problem: go checksum files are not recognized.
Solution: Add the name of go checksum files. (Amaan Qureshi, closes #11803 )
2023-01-11 21:24:26 +00:00
Chris Kipp
f68cddabff
patch 9.0.1176: smithy files are not recognized
...
Problem: smithy files are not recognized.
Solution: Add a pattern for Smithy files. (Chris Kipp, closes #11804 )
2023-01-11 12:20:10 +00:00
Amaan Q
9a9432d3a2
patch 9.0.1174: smali files are not recognized
...
Problem: Smali files are not recognized.
Solution: Add a pattern for Smali files. (Amaan Qureshi, closes #11801 )
2023-01-10 19:58:35 +00:00
Bram Moolenaar
06cd14d0bf
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap
...
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-10 12:37:38 +00:00
Bram Moolenaar
1b5f03ec9c
Update runtime files
2023-01-09 20:12:45 +00:00
Gregory Anders
d41262ed06
patch 9.0.1167: EditorConfig files do not have their own filetype
...
Problem: EditorConfig files do not have their own filetype.
Solution: Add the "editorconfig" filetype. (Gregory Anders, closes #11779 )
2023-01-09 20:08:00 +00:00
Bram Moolenaar
fc966c19f8
patch 9.0.1126: bracketed paste can be enabled when it is not recognized
...
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.
2023-01-01 18:04:33 +00:00
Bram Moolenaar
f1dcd14fc5
Update runtime files
2022-12-31 15:30:45 +00:00
Christopher Plewright
7b0afc1d76
patch 9.0.1112: test_mswin_event() can hang
...
Problem: test_mswin_event() can hang.
Solution: Add the "execute" argument to process events right away.
(Christopher Plewright, closes #11760 )
2022-12-30 16:54:58 +00:00
KodeToad
09ce0b8e11
patch 9.0.1106: not all postfix files are recognized
...
Problem: Not all postfix files are recognized.
Solution: Recognize main.cf.proto files. (closes #11732 )
2022-12-27 20:17:19 +00:00
David McDonald
b9a1edfc54
patch 9.0.1103: jq files are not recognized
...
Problem: jq files are not recognized.
Solution: Add detection of Jq files. (David McDonald, closes #11743 )
2022-12-26 15:35:18 +00:00
mgramigna
c9207d5d79
patch 9.0.1090: FHIR Shorthand files are not recognized
...
Problem: FHIR Shorthand files are not recognized.
Solution: Add a pattern to detect FSH files. (Matthew Gramigna,
closes #11738 )
2022-12-23 13:18:44 +00:00