Christian Brabandt
67672ef097
patch 9.0.1485: no functions for converting from/to UTF-16 index
...
Problem: no functions for converting from/to UTF-16 index.
Solution: Add UTF-16 flag to existing funtions and add strutf16len() and
utf16idx(). (Yegappan Lakshmanan, closes #12216 )
2023-04-24 21:09:54 +01:00
Christian Brabandt
aae583441b
patch 9.0.1481: decrypting with libsodium may fail if the library changes
...
Problem: Decrypting with libsodium may fail if the library changes.
Solution: Add parameters used to the encrypted file header. (Christian
Brabandt, closes #12279 )
2023-04-23 17:50:22 +01:00
Bram Moolenaar
71badf9547
Update runtime files
2023-04-22 22:40:14 +01:00
Turiiya
80406c2618
patch 9.0.1478: filetypes for *.v files not detected properly
...
Problem: Filetypes for *.v files not detected properly.
Solution: Use the file contents to detect the filetype. (Turiiya,
closes #12281 )
2023-04-22 21:38:47 +01:00
Bram Moolenaar
e7f05a8780
patch 9.0.1476: lines put in non-current window are not displayed
...
Problem: Lines put in non-current window are not displayed. (Marius
Gedminas)
Solution: Don't increment the topline when inserting just above it.
(closes #12212 )
2023-04-22 15:35:28 +01:00
dundargoc
142ffb024d
patch 9.0.1467: Jenkinsfiles are not recognized as groovy
...
Problem: Jenkinsfiles are not recognized as groovy.
Solution: Add a pattern for Jenkinsfiles. (closes #12236 )
2023-04-18 20:53:22 +01:00
Federico Mengozzi
6e5a9f9482
patch 9.0.1464: strace filetype detection is expensive
...
Problem: Strace filetype detection is expensive.
Solution: Match with a cheap pattern first. (Federico Mengozzi,
closes #12220 )
2023-04-17 22:31:38 +01:00
Ben Jackson
732d69e191
patch 9.0.1455: C++ 20 modules are not recognized
...
Problem: C++ 20 modules are not recognized.
Solution: Add patterns to recognize C++ 20 modules as "cpp". (Ben Jackson,
closes #12261 )
2023-04-15 18:17:17 +01:00
Johan Kotlinski
065088d554
patch 9.0.1438: .fs files are falsely recognized as forth files
...
Problem: .fs files are falsely recognized as forth files.
Solution: Check 100 lines for something that looks like forth. (Johan
Kotlinski, closes #12219 , closes #11988 )
2023-04-02 20:29:38 +01:00
Mathias Jean Johansen
6400203517
patch 9.0.1430: Livebook files are not recognized
...
Problem: Livebook files are not recognized.
Solution: Add a pattern for Livebook files. (Mathias Jean Johansen,
closes #12203 )
2023-03-28 21:28:36 +01:00
Amaan Qureshi
3ea62381c5
patch 9.0.1425: "wat" and "wast" files are one filetype
...
Problem: "wat" and "wast" files are one filetype.
Solution: Add a separate filetype for "wat" files. (Amaan Qureshi,
closes #12165 )
2023-03-23 15:45:46 +00:00
Amaan Qureshi
890c772036
patch 9.0.1423: WebAssembly Interface Type files are not recognized
...
Problem: WebAssembly Interface Type files are not recognized.
Solution: Add a pattern for WIT files. (Amaan Qureshi, closes #12173 )
2023-03-21 22:03:15 +00:00
Amaan Qureshi
d0639d717b
patch 9.0.1422: Sage files are not recognized
...
Problem: Sage files are not recognized.
Solution: Add a pattern for Sage files. (Amaan Qureshi, closes #12176 )
2023-03-21 21:31:55 +00:00
Amaan Qureshi
8aa2a37f89
patch 9.0.1421: Nu files are not recognized
...
Problem: Nu files are not recognized.
Solution: Add a pattern for Nu files. (Amaan Qureshi, closes #12172 )
2023-03-21 21:28:06 +00:00
Amaan Qureshi
4a5c39fc52
patch 9.0.1419: Lean files are not recognized
...
Problem: Lean files are not recognized.
Solution: Add a pattern for Lean files. (Amaan Qureshi, closes #12177 )
2023-03-21 19:57:33 +00:00
Amaan Qureshi
a1fa8b3ac2
patch 9.0.1417: ESDL files are not recognized
...
Problem: ESDL files are not recognized.
Solution: Add a pattern for ESDL files. (Amaan Qureshi, closes #12174 )
2023-03-19 21:57:07 +00:00
Amaan Qureshi
7c4516fe93
patch 9.0.1415: Crystal files are not recognized
...
Problem: Crystal files are not recognized.
Solution: Add a pattern for Crystal files. (Amaan Qureshi, closes #12175 )
2023-03-19 20:43:26 +00:00
Amaan Qureshi
6e377eca8d
patch 9.0.1412: Pony files are not recognized
...
Problem: Pony files are not recognized.
Solution: Add a pattern for Pony files. (Amaan Qureshi, closes #12155 )
2023-03-17 18:42:58 +00:00
Ernie Rael
076de79ad8
patch 9.0.1411: accuracy of profiling is not optimal
...
Problem: Accuracy of profiling is not optimal.
Solution: Use CLOCK_MONOTONIC if possible. (Ernie Rael, closes #12129 )
2023-03-16 21:43:15 +00:00
Yee Cheng Chin
16110ccf11
patch 9.0.1410: MacOS: sed fails on .po files
...
Problem: MacOS: sed fails on .po files.
Solution: Set $LANG to "C". (Yee Cheng Chin, closes #12153 )
2023-03-16 21:04:31 +00:00
Gabriel Kakizaki
d11ac403db
patch 9.0.1409: racket files are recognized as scheme
...
Problem: Racket files are recognized as scheme.
Solution: Recognize rackets files separately. (Gabriel Kakizaki,
closes #12164 , closes #12162 )
2023-03-16 20:13:29 +00:00
Amaan Qureshi
1505bef5c4
patch 9.0.1408: QMLdir files are not recognized
...
Problem: QMLdir files are not recognized.
Solution: Add a pattern for QMLdir files. (Amaan Qureshi, closes #12161 )
2023-03-16 19:30:44 +00:00
Amaan Qureshi
b8ef029ee4
patch 9.0.1407: TableGen files are not recognized
...
Problem: TableGen files are not recognized.
Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes #12156 )
2023-03-16 15:54:18 +00:00
Andreas Louv
e202ec8a0c
patch 9.0.1406: ILE RPG files are not recognized
...
Problem: ILE RPG files are not recognized.
Solution: Add patterns for ILE RPG files. (Andreas Louv, issue #12152 )
2023-03-16 12:26:51 +00:00
Dominique Pelle
e764d1b421
patch 9.0.1403: unused variables and functions
...
Problem: Unused variables and functions.
Solution: Delete items and adjust #ifdefs. (Dominique Pellé, closes #12145 )
2023-03-12 21:20:59 +00:00
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