Christian Clason and Josef Litoš
1783023da7
vim-patch:54f70cf0780a
...
runtime(swayconfig): Update syntax file (vim/vim#13192 )
https://github.com/vim/vim/commit/54f70cf0780a797efaf0ff9fd4190215a3ff0eb7
Co-authored-by: Josef Litoš <54900518+JosefLitos@users.noreply.github.com >
2023-09-27 22:20:03 +02:00
Christian Clason and Josef Litoš
af1df3cb78
vim-patch:02774f99cebc
...
runtime(i3config): update i3config syntax (vim/vim#13191 )
https://github.com/vim/vim/commit/02774f99cebcb890d3861febc1d03e75c02cc92d
Co-authored-by: Josef Litoš <54900518+JosefLitos@users.noreply.github.com >
2023-09-27 22:20:03 +02:00
Christian Clason and Jakson Alves de Aquino
555f492ec6
vim-patch:347459423903
...
runtime(rmd) Update ftplugin and syntax files (vim/vim#13193 )
ftplugin/rmd.vim:
- Set 'commentstring' dynamically according to code region.
syntax/rmd.vim:
- Include syntax highlighting of fenced languages dynamically.
- Add conceal char for line break.
https://github.com/vim/vim/commit/34745942390383ec626b168e9837d284622c7bbe
Co-authored-by: Jakson Alves de Aquino <jalvesaq@gmail.com >
2023-09-27 22:20:03 +02:00
Christian Clason and dkearns
1b74d2bf0a
vim-patch:e30d8e4ce01d
...
runtime(kotlin): Add Kotlin runtime files (vim/vim#13110 )
Closes udalov/kotlin-vimvim/vim#39
https://github.com/vim/vim/commit/e30d8e4ce01dc1aca95d25be9fd27c09855fd4be
Co-authored-by: dkearns <dougkearns@gmail.com >
2023-09-17 22:52:56 +02:00
Christian Clason and Josef Litoš
199cf5a526
vim-patch:8b2457a38198
...
runtime(swayconfig): improve syntax highlighting (vim/vim#13060 )
* syntax(swayconfig): improved highlighting
* syntax(swayconfig): adapt to i3config structure
https://github.com/vim/vim/commit/8b2457a3819826d90ad2b1677d213d9f924ec6c0
Co-authored-by: Josef Litoš <54900518+JosefLitos@users.noreply.github.com >
2023-09-13 17:23:45 +02:00
Christian Clason and Gregory Anders
2dd5e472df
vim-patch:fc93594d562d
...
runtime(rust): sync rust runtime files with upstream (vim/vim#13075 )
https://github.com/vim/vim/commit/fc93594d562dbbd9da03c89754538f91efd0c7ca
Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com >
2023-09-13 17:23:45 +02:00
Christian Clason and Josef Litoš
b1d24ca760
vim-patch:f5356bf6751f
...
runtime(i3config): syntax structure cleanup (vim/vim#13080 )
* syntax(i3config): improved i3config highlighting
* syntax(i3config): refactor structure
https://github.com/vim/vim/commit/f5356bf6751fc1af77c8d27c7286639527fde3f2
Co-authored-by: Josef Litoš <54900518+JosefLitos@users.noreply.github.com >
2023-09-13 17:23:45 +02:00
Christian Clason and Josef Litoš
a9369e4b65
vim-patch:62145db91b10
...
syntax(i3config): improved i3config highlighting (vim/vim#13054 )
https://github.com/vim/vim/commit/62145db91b104075277cb3a940e18832ad106264
Co-authored-by: Josef Litoš <54900518+JosefLitos@users.noreply.github.com >
2023-09-12 08:19:22 +02:00
Christian Clason and Mahmoud Abduljawad
60e5d0fbcc
vim-patch:9.0.1891: No runtime support for Mojo
...
Problem: No runtime support for Mojo
Solution: Add basic filetype and syntax plugins
closes : vim/vim#13062
closes : vim/vim#13063
https://github.com/vim/vim/commit/0ce2c594d0704f27a16d2c13fce85d596cc91489
Co-authored-by: Mahmoud Abduljawad <mahmoud@masaar.com >
2023-09-11 10:05:54 +02:00
Christian Clason and Wu Yongwei
60a39ada1b
vim-patch:e7833e73471a
...
runtime(masm): add support for AVX-2 and AVX-512 (vim/vim#13061 )
https://github.com/vim/vim/commit/e7833e73471a110c7c38c80935e1b840f254a3da
Co-authored-by: Wu Yongwei <wuyongwei@gmail.com >
2023-09-11 10:05:54 +02:00
Christian Clason and Emil Ejbyfeldt
ba1db8751c
vim-patch:066103307534
...
runtime(scala): Fix Scala highlighting string literal as type param (vim/vim#13070 )
Since https://docs.scala-lang.org/sips/42.type.html which is implemented
in Scala 2.13 and in Scala 3 it possible to use string literals as
singleton types. So code like
```
someFunc["abc"]
```
is valid. Currently this code is not hightlighted correctly and worse if
there is an unclosed `(` in the string it breaks the formating in the
rest of the file.
I also submitted this patch to the mentioned project for this runtime
file: https://github.com/derekwyatt/vim-scala/pull/173 But there are no
commits there over the last 2 years and no response in the week since I
created it. Also the last change to the Scala syntax file:
https://github.com/vim/vim/pull/9594 is yet to be backported to that
repo. Therefore I am opening this PR as well to get some feedback on how
to proceed to get this fixed.
https://github.com/vim/vim/commit/066103307534f81de08a092aac3a15e864a5a25f
Co-authored-by: Emil Ejbyfeldt <eejbyfeldt@liveintent.com >
2023-09-11 10:05:54 +02:00
Christian Clason and Andrii Sokolov
1027b2881a
vim-patch:733bbcde776e
...
runtime(nasm): updated syntax file
https://github.com/vim/vim/commit/733bbcde776e857b45bf4c713a3c9203ac728040
Co-authored-by: Andrii Sokolov <andriy145@gmail.com >
2023-09-10 11:52:48 +02:00
Christian Clason and fritzophrenic
294ded9cf2
vim-patch:86cfb39030eb
...
runtime(tohtml): Update TOhtml to version 9.0v2 (vim/vim#13050 )
Modified behavior:
- Change default value of g:html_use_input_for_pc from "fallback" to
"none". This means with default settings, only the standards-based
method to make special text unselectable is used. The old method
relying on unspecified browser behavior for <input> tags is now only
used if a user specifically enables it.
- Officially deprecate g:use_xhtml option (in favor of
g:html_use_xhtml) by issuing a warning message when used.
Bugfixes:
- Fix issue vim/vim#8547 : LineNr and other special highlight groups did not
get proper style rules defined when using "hi link".
- Fix that diff filler was not properly added for deleted lines at the
end of a buffer.
Other:
- Refactored function definitions from long lists of strings to use
:let-heredoc variable assignment instead.
- Corrected deprecated "." string concatenation operator to ".."
operator in more places.
https://github.com/vim/vim/commit/86cfb39030eb557e1a1c7804f9c147556ca5dbf1
Co-authored-by: fritzophrenic <fritzophrenic@gmail.com >
2023-09-09 08:29:50 +02:00
Christian Clason and Dominique Pellé
f02bfb6a2a
vim-patch:acb91d3905cf
...
runtime(zserio): add zserio syntax (vim/vim#13005 )
https://github.com/vim/vim/commit/acb91d3905cfef5eff8edfb76e62a6b6bab1e91e
Co-authored-by: Dominique Pellé <dominique.pelle@gmail.com >
2023-09-02 11:08:29 +02:00
61ccdb2db6
vim-patch:da16a1b471aa
...
runtime(ruby): Update syntax, indent and ftplugin files
While making changes to the ruby ftplugin, slightly change the exepath()
conditional from patch 9.0.1833 and move it after the :cd invocation.
closes: 12981
closes: 12994
https://github.com/vim/vim/commit/da16a1b471aa717f58909cc6531cb6dbbff14d22
Co-authored-by: Doug Kearns <dougkearns@gmail.com >
Co-authored-by: Tim Pope <code@tpope.net >
2023-09-02 11:08:29 +02:00
Christian Clason and dkearns
2fad4c0b39
vim-patch:1610528cc305
...
runtime(forth): Update syntax and ftplugin files (vim/vim#12976 )
https://github.com/vim/vim/commit/1610528cc3052103e368c4175b09db6f9a6c150c
Co-authored-by: dkearns <dougkearns@gmail.com >
2023-08-31 10:58:54 +02:00
Christian Clason and Herrington Darkholme
3a876bd41b
vim-patch:535b9e12d02f
...
runtime(typescript): Fix highlighting symbols after number literal (vim/vim#12911 )
fixes vim/vim#12831
https://github.com/vim/vim/commit/535b9e12d02f5fef969fb680d579c586bd5f40db
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com >
2023-08-28 11:03:37 +09:00
Sean Dewar
53170579ce
Merge pull request #24702 from seandewar/vim-1688938dd5ac
...
vim-patch:1688938dd5ac,96d6c4aabed1,e8d6f03f6a61
2023-08-24 09:27:17 +01:00
Christian Clason and Viktor Szépe
327e3fab9e
vim-patch:3fc7a7e44abd
...
runtime: Fix typos in various files
closes : vim/vim#12836
https://github.com/vim/vim/commit/3fc7a7e44abda6505ccd39a6d067db6e5173cbf6
Co-authored-by: Viktor Szépe <viktor@szepe.net >
2023-08-24 11:33:06 +09:00
1c709f5a61
vim-patch:6e93689bde73
...
runtime(bindzone): updated syntax file
- Add support for APL type in runtime/syntax/bindzone.vim
- all values between 0- 4294967295 are valid serials
closes : vim/vim#9743
closes : vim/vim#8382
https://github.com/vim/vim/commit/6e93689bde7321ce974ae99ec6c74efb08d78842
vim-patch:544b209a2d4b
runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script (vim/vim#9594 )
They were linked using 'hi link' which made it impossible for color
schemes to override highlight groups.
https://github.com/vim/vim/commit/544b209a2d4b10e0a4874c925036def30d33d708
Co-authored-by: Oskar Stenman <oskar@cetex.se >
Co-authored-by: Job Noorman <job@noorman.info >
2023-08-24 11:33:06 +09:00
Christian Clason and MichaWiedenmann
660f9e6857
vim-patch:118f8e9da39e
...
runtime(cmake) Recognize add_compile_definitions in syntax script (vim/vim#10416 )
https://github.com/vim/vim/commit/118f8e9da39e6cec5ffe644d5b87a7772418ed0c
Co-authored-by: MichaWiedenmann <mw-r1@gmx.de >
2023-08-24 11:33:06 +09:00
Christian Clason and Moviuro
9ab5fda99e
vim-patch:cdd934439d08
...
runtime(crontab): add support for BSD specifics in syntax script (vim/vim#11196 )
* OpenBSD supports the use of `~` as alias for "random valid value"
* FreeBSD supports `@every_{minute,second}`
See:
* https://man.openbsd.org/crontab.5
* https://www.freebsd.org/cgi/man.cgi?query=crontab&sektion=5
https://github.com/vim/vim/commit/cdd934439d08768235be04817ee214f067e8cf56
Co-authored-by: Moviuro <moviuro@users.noreply.github.com >
2023-08-24 11:33:06 +09:00
Christian Clason and José-Paul D
4ca8b90b14
vim-patch:b0d584d97ab6
...
runtime(go): Update Go syntax file with 1.21 builtins (vim/vim#12876 )
* Update Go syntax file with 1.21 builtins
https://github.com/vim/vim/commit/b0d584d97ab6f5cb070caba3882ba387b81448c1
Co-authored-by: José-Paul D <fixed.combinator@gmail.com >
2023-08-24 11:33:06 +09:00
0b7e1730bc
vim-patch:e34b51e95fd0
...
runtime(solidity): add new ftplugin (vim/vim#12877 )
Set undo_{ftplugin,indent}
closes vim/vim#11240
https://github.com/vim/vim/commit/e34b51e95fd0ea7b0e34a625db0f9ed7e051e0dd
Co-authored-by: dkearns <dougkearns@gmail.com >
Co-authored-by: cothi <jiungdev@gmail.com >
2023-08-24 11:33:06 +09:00
Christian Clason and Karim Belabas
810428c4d5
vim-patch:c6d533b0ad56
...
runtime(gp): update gp.vim syntax file for the GP language (version 2.15) (vim/vim#12884 )
- add missing defaults
- add missing control structures (incl. parallelism)
- add missing scope declarations
- whitespace edits (remove extra tabs)
https://github.com/vim/vim/commit/c6d533b0ad565a610a48386b0ad72cc591010fcb
Co-authored-by: Karim Belabas <Karim.belabas@math.u-bordeaux.fr>
2023-08-24 11:33:06 +09:00
23cc36bd99
vim-patch:e8d6f03f6a61
...
runtime: Remove Brams name from a few more runtime files (vim/vim#12780 )
syntax/model.vim: minor wording improvement
https://github.com/vim/vim/commit/e8d6f03f6a61f60de6893253621d057f63dd6a23
Use the updated "Last Change" date for all.
Co-authored-by: Christian Brabandt <cb@256bit.org >
Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl >
2023-08-23 20:36:16 +01:00
Sean Dewar and Christian Brabandt
a5565499c8
vim-patch:1688938dd5ac
...
runtime: Add a few more remarks about Bram and new runtime files
https://github.com/vim/vim/commit/1688938dd5ac78ab67e54299b9d5b93499dba762
Co-authored-by: Christian Brabandt <cb@256bit.org >
2023-08-23 20:31:07 +01:00
Christian Clason and Christian Brabandt
b75659c8fb
vim-patch:690963924956
...
runtime(dosini): save and restore cpo value in syntax script
Commit dd0ad2598898c2b4641c4acd5b70b6184fa698ed introduced
line-continuation. However, to make sure this does not cause an error
when Vim is run in compatible mode, we need to set compatibility mode
temporarily and reset it back when finished reading the file.
This fixes: https://groups.google.com/g/vim_use/c/9zccgo_RIqM/m/xlUmhBktBgAJ
https://github.com/vim/vim/commit/690963924956d800b94bb86076aa9d25f04565ac
Co-authored-by: Christian Brabandt <cb@256bit.org >
2023-08-21 22:34:48 +09:00
Christian Clason and Jordi Altayó
54ddf56589
vim-patch:6d626c41842e
...
runtime(sdc): Add underscore to sdc flags in syntax file (vim/vim#6201 )
https://github.com/vim/vim/commit/6d626c41842e2c3ab698338bbe5fcfcf0557ecd8
Co-authored-by: Jordi Altayó <jordialtayo@gmail.com >
2023-08-21 20:32:28 +09:00
Christian Clason and Adrian Heine né Lang
5b78a5c72a
vim-patch:309ded19543c
...
runtime(css): Update pseudo-classes in syntax script (vim/vim#11595 )
https://github.com/vim/vim/commit/309ded19543c140375b28ef562257e9f22c918c6
Co-authored-by: Adrian Heine né Lang <mail@adrianheine.de >
2023-08-21 20:32:28 +09:00
Christian Clason and Meqa
60037feb56
vim-patch:e71e9d9ad368
...
runtime(javascript): fix default link of javaScriptNumber in syntax file (vim/vim#11788 )
cool unused matching
https://github.com/vim/vim/commit/e71e9d9ad368f83162a9c08217a9faf9bda909a7
Co-authored-by: Meqa <106783764+Meqativ@users.noreply.github.com >
2023-08-21 20:32:28 +09:00
Christian Clason and James Fleming
4a36ecd238
vim-patch:72904d5fda0a
...
Runtime: Add nixInherit matcher in nix.vim syntax
Perform the lookahead in `nixInheritAttributeScope`, then hand over to a
new region called `nixInheritAttributeSubExpr`, which sets the match
start to one char after the opening bracket to avoid a double-match.
Finally, only do a lookahead to `)` in `nixInheritAttributeSubExpr` (and
thus make sure the region is closed to not get a match of `nixParen`
here) and let `nixInheritAttributeScope` close the bracket.
https://github.com/vim/vim/commit/72904d5fda0a1bc78f4bc9080c158226e6e90d5c
Co-authored-by: James Fleming <james@electronic-quill.net >
2023-08-21 20:32:28 +09:00
Christian Clason and ChaseKnowlden
a5b6468e9b
vim-patch:9.0.1766: Runtime: Missing QML support
...
Problem: Runtime: Missing QML support
Solution: Add QML support to Vim
closes : vim/vim#12810
https://github.com/vim/vim/commit/bedc69f9d67b117ab05aa735c701cd3899d1ae2d
Co-authored-by: ChaseKnowlden <haroldknowlden@gmail.com >
2023-08-21 10:13:44 +09:00
Christian Clason and Stuart Henderson
8d7a2a1aea
vim-patch:442d1746f4c6
...
bindzone runtime: add new DNS record types (vim/vim#7351 )
Recognize some newer DNS record types - CAA (RFC8659, certificate authority authorization), OPENPGPKEY (RFC7929), SMIMEA (RFC8162). Sort SSHFP alphabetically while there.
https://github.com/vim/vim/commit/442d1746f4c650e2e41246fd5679f635a4a30232
Co-authored-by: Stuart Henderson <sthen@users.noreply.github.com >
2023-08-18 07:48:42 +02:00
Christian Clason and Bruno-366
f65be8c5f5
vim-patch:817db406bb12
...
Add TODO, FIXME to Haskell syntax file (vim/vim#8055 )
Adding TODO, XXX, FIXME to Haskell syntax file vim/vim#8054
https://github.com/vim/vim/commit/817db406bb12b9fd5df25d4cda392b515d44ee05
Co-authored-by: Bruno-366 <81762173+Bruno-366@users.noreply.github.com >
2023-08-18 07:48:42 +02:00
Christian Clason and Yuri Klimov
f0b3defecb
vim-patch:a5988f582e48
...
Keywords 'of' and 'yield' for Javascript. (vim/vim#7873 )
* Keyword 'of' in for...of statement.
* Keyword 'yield' for generator function.
https://github.com/vim/vim/commit/a5988f582e482150023862052d41e5215253a3de
Co-authored-by: Yuri Klimov <yuri@klimov.net >
2023-08-18 07:48:42 +02:00
Christian Clason and dkearns
0c23525b59
vim-patch:20b33b56ad5d
...
Update FreeBASIC syntax file (vim/vim#12781 )
https://github.com/vim/vim/commit/20b33b56ad5d92c1c11e0859dc9333166625e0ad
Co-authored-by: dkearns <dougkearns@gmail.com >
2023-08-16 09:15:39 +02:00
Christian Clason and lunasophia
93f9bb5924
vim-patch:10f23e10a9f0
...
Update syntax/muttrc.vim to latest mutt (vim/vim#12797 )
Nothing complicated, just lots of tedium keeping the lines wrapped at
reasonable lengths.
https://github.com/vim/vim/commit/10f23e10a9f0ea2a48f9e15f7ee53a20e5e09e91
Co-authored-by: lunasophia <104850249+lunasophia@users.noreply.github.com >
2023-08-16 09:15:39 +02:00
Christian Clason and Ajit-Thakkar
36288578ee
vim-patch:4868f637b84a
...
Update syntax/fortran.vim (vim/vim#12798 )
Several small improvements including better discrimination of "real" used as a type and as an intrinsic
https://github.com/vim/vim/commit/4868f637b84a18fd162db6eff6d716bf22595fd0
Co-authored-by: Ajit-Thakkar <142174202+Ajit-Thakkar@users.noreply.github.com >
2023-08-16 09:15:39 +02:00
Sean Dewar and Christian Brabandt
cbf54ec2a5
vim-patch:e978b4534a5e ( #24697 )
...
Farewell to Bram and dedicate upcoming Vim 9.1 to him (vim/vim#12749 )
https://github.com/vim/vim/commit/e978b4534a5e10471108259118c0ef791106fd92
Also update the header for the following files that were converted to Vim9
script upstream:
- autoload/ccomplete.lua (vim9jitted)
- ftplugin.vim
- ftplugof.vim
- indent.vim
- indent/vim.vim
- makemenu.vim
This also updates the "Last Change" dates, even if some changes (due to rewrites
to Vim9 script) were not ported.
There's still a few other places where Bram is still mentioned as a maintainer
in the files we and Vim have:
- ftplugin/bash.vim
- indent/bash.vim
- indent/html.vim
- indent/mail.vim
- macros/accents.vim
- macros/editexisting.vim
- syntax/bash.vim
- syntax/shared/typescriptcommon.vim
- syntax/tar.vim
- syntax/typescript.vim
- syntax/typescriptreact.vim
- syntax/zimbu.vim
Maybe future patches will address that.
Also exclude changes to .po files that didn't apply automatically (the
`:messages` maintainer string isn't used in Nvim anyway).
Co-authored-by: Christian Brabandt <cb@256bit.org >
2023-08-13 13:25:10 +01:00
Christian Clason and ObserverOfTime
380ffd6b7c
vim-patch:9ad1bf7afd5c
...
runtime(pymanifest): fix mistake in syntax definition
Signed-off-by: Christian Brabandt <cb@256bit.org >
Co-authored-by: ObserverOfTime <chronobserver@disroot.org >
https://github.com/vim/vim/commit/9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4
Co-authored-by: ObserverOfTime <chronobserver@disroot.org >
2023-08-13 11:53:51 +02:00
Christian Clason and ObserverOfTime
a600ac5263
vim-patch:2f339aad6c80
...
Add syntax & ftplugin for pymanifest (vim/vim#12773 )
https://github.com/vim/vim/commit/2f339aad6c80e82d7c1237b402392065857174d4
Co-authored-by: ObserverOfTime <chronobserver@disroot.org >
2023-08-13 11:53:51 +02:00
Christian Clason and ObserverOfTime
4a936ad2dc
vim-patch:f9c4c2f97db9
...
Update iss syntax file (vim/vim#11890 )
- Add 'ExternalSize:' parameter
- Add 'setntfscompression' files flag
- Fix escaped left brace highlight
- Fix 'String:' parameter highlight
- Remove trailing whitespace
https://github.com/vim/vim/commit/f9c4c2f97db94f513b86d86b86bf981060c7c8bf
Co-authored-by: ObserverOfTime <chronobserver@disroot.org >
2023-08-13 11:53:51 +02:00
Christian Clason and Hong Xu
35c8ad1c80
vim-patch:dd0ad2598898
...
Update syntax/dosini.vim to the latest version (vim/vim#12764 )
The latest version is in https://github.com/xuhdev/syntax-dosini.vim/blob/master/syntax/dosini.vim . I've sent the file to Bram at the end of June, unfortunately it wasn't able to make into the Vim repository. RIP!
https://github.com/vim/vim/commit/dd0ad2598898c2b4641c4acd5b70b6184fa698ed
Co-authored-by: Hong Xu <hong@topbug.net >
2023-08-11 22:06:37 +02:00
zeertzjq and Linda_pp
72e619ca92
vim-patch:8f566fdb1e34 ( #24636 )
...
update .wast files syntax highlighting (vim/vim#12741 )
https://github.com/vim/vim/commit/8f566fdb1e3452c9104d9e7af402adbfbcb463c7
Co-authored-by: Linda_pp <rhysd@users.noreply.github.com >
2023-08-10 07:13:23 +08:00
Christian Clason and Patrick Meiser-Knosowski
cc4540ebce
vim-patch:92f076e53e22 ( #24634 )
...
Update krl and add rapid syntax files (vim/vim#12750 )
https://github.com/vim/vim/commit/92f076e53e22b467fb6d12051fec2d4bdbda88fe
Co-authored-by: Patrick Meiser-Knosowski <31903021+KnoP-01@users.noreply.github.com >
2023-08-09 22:37:49 +02:00
Christian Clason and Anton Parkhomenko
aaeb1a8cd1
vim-patch:7159ac7fec28 ( #24624 )
...
Unison support (vim/vim#12715 )
https://github.com/vim/vim/commit/7159ac7fec282ad7427795b4bcd5b769268c083d
Co-authored-by: Anton Parkhomenko <chuwy@users.noreply.github.com >
2023-08-09 22:34:02 +02:00
ObserverOfTime
df2f5e3912
fix(editorconfig): highlight properties with dashes ( #24407 )
...
also add metadata comment and update Lua code in syntax file
2023-07-27 14:39:05 +02:00
zeertzjq
dbb840da01
fix(runtime): respect 'rtp' order for all runtime files ( #24335 )
2023-07-14 06:46:16 +08:00
Sean Dewar and Bram Moolenaar
473a216a21
vim-patch:10e8ff9b2607 ( #23977 )
...
Update runtime files
https://github.com/vim/vim/commit/10e8ff9b26078994cae57c2422b145d37aaf714e
Also:
- fix a missing `<` in builtin.txt.
- edit `:function` `{name}` wording to match the change made for the docs above
by Justin in #10619 .
- link to `*vimrc*` rather than `*init.vim*` in repeat.txt change (as `init.lua`
may also be used).
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-06-11 12:40:22 +01:00