eaaf3d9048
vim-patch:0076ddc: runtime(debian): update Debian runtime files ( vim/vim#14849 )
...
* Add space in template for 'commentstring'
* Add 'comments' and 'commentstring' support to debcontrol
* debversions: Move Ubuntu releases outside of standard support to unsupported
Although trust, xenial, and bionic are not EOL yet, their standard support period has ended.
Reported-by: Riley Bruins <ribru17@gmail.com >
https://github.com/vim/vim/commit/0076ddc07dc1d97afcf3252fd361885abbaf23d5
Co-authored-by: James McCoy <jamessan@debian.org >
Co-authored-by: Riley Bruins <ribru17@gmail.com >
2024-05-25 23:51:55 +02:00
Christian Clason and Riley Bruins
3d43bdc81e
vim-patch:802fc04: runtime(rescript): include basic rescript ftplugin file ( vim/vim#14822 )
...
Reference: https://rescript-lang.org/docs/manual/latest/overview#comments
https://github.com/vim/vim/commit/802fc04a78a7d98673dc9171d4b89597447a5bda
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-22 23:48:32 +02:00
Gregory Anders and Tiseno
d6be78cc98
vim-patch:d1d9316: runtime(zig): refactor zig ftplugin, remove auto format ( #28904 )
...
Refactored zig ftplugin, removed upstream comment, aucmd and
auto formatting support. Updated documentation for zig configuration
settings and added new maintainer.
closes : vim/vim#13803
https://github.com/vim/vim/commit/d1d9316c6621d275593f58664975faf0fc23985f
Co-authored-by: Tiseno <mathias.lindgren@stabelo.se >
2024-05-21 18:51:51 -05:00
Christian Clason and Riley Bruins
666911be91
vim-patch:69dff00dfb37
...
runtime(verilog): set commentstring option
closes : vim/vim#14810
https://github.com/vim/vim/commit/69dff00dfb37077f4a80fd9635ea963889ad4b49
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 22:58:05 +02:00
Christian Clason and Riley Bruins
5c2616846a
vim-patch:9.1.0425: filetype: purescript files are not recognized
...
Problem: filetype: purescript files are not recognized
Solution: recognize '*.purs' files as purescript filetype,
include basic purescript filetype plugin
(Riley Bruins)
Reference: https://github.com/purescript/documentation/blob/master/language/Syntax.md#comments
closes : vim/vim#14813
https://github.com/vim/vim/commit/155583a5c317881e60828e3972383436ac197ee8
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 14:43:12 +02:00
Christian Clason and Riley Bruins
70c0b03e61
vim-patch:9.1.0424: filetype: slint files are not recognized
...
Problem: filetype: slint files are not recognized
Solution: Detect '*.slint' files as slint filetype,
include basic sling filetype plugin
(Riley Bruins)
closes : vim/vim#14808
https://github.com/vim/vim/commit/aa3104b07a3e5e7cc41310f1fbfb00f71ef801a2
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 14:43:12 +02:00
Christian Clason and Riley Bruins
6745cd8d72
vim-patch:f295050fa524
...
runtime(nim): basic nim ftplugin file for comments (vim/vim#14812 )
Reference: https://nim-by-example.github.io/comments/#:~:text=Comments%20in%20Nim%20begin%20with%20the%20hash%20character.&text=Multiline%20or%20block%20comments%20begin,line%20comments%20can%20be%20nested .
https://github.com/vim/vim/commit/f295050fa524b3a58289d12d3477b52a8610794f
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 14:43:12 +02:00
Christian Clason and K.Takata
2dfce05ec9
vim-patch:957d903cb7af
...
runtime(arduino): Add Arduino ftplugin and indent files (vim/vim#14811 )
We already have Arduino syntax file, but we didn't have ftplugin and
indent files.
This commit adds a basic ftplugin file and a basic indent file.
Both of them are derived from {ftplugin,indent}/c.vim.
https://github.com/vim/vim/commit/957d903cb7af41539efd3195d053293987af85d9
Co-authored-by: K.Takata <kentkt@csc.jp >
2024-05-20 14:43:12 +02:00
Christian Clason and Riley Bruins
7d6a8438c9
vim-patch:c3d5c2fc8721
...
runtime(typst): include basic typst ftplugin file (vim/vim#14809 )
Reference: https://typst.app/docs/reference/syntax/#comments
https://github.com/vim/vim/commit/c3d5c2fc87212865ee73738cd381ddbaf8132c33
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 14:43:12 +02:00
Christian Clason and Riley Bruins
27a3e92a87
vim-patch:9c4d14dbb4ba
...
runtime(prisma): include basic prisma ftplugin file (vim/vim#14807 )
Reference: https://www.prisma.io/docs/orm/prisma-schema/overview#comments
https://github.com/vim/vim/commit/9c4d14dbb4baeb909ff62a943aed24968e3be6fe
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 14:43:12 +02:00
Christian Clason and Riley Bruins
31ca341d92
vim-patch:1b5e3d21f6f3
...
runtime(v): include basic v ftplugin for comment support (vim/vim#14806 )
https://github.com/vim/vim/commit/1b5e3d21f6f321824b3c4552a9fff24feeb64aab
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 14:43:12 +02:00
Christian Clason and Riley Bruins
b16b287b8f
vim-patch:9.1.0421: filetype: hyprlang files are not recognized
...
Problem: filetype: hyprlang files are not recognized
Solution: recognize 'hypr{land,paper,idle,lock}.conf' files
as 'hyprlang' filetype, add hyprlang ftplugin
(Riley Bruins)
closes : vim/vim#14803
https://github.com/vim/vim/commit/5f1b115afd92544ce64d563da0d8ee9844abb10a
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 00:13:40 +02:00
Christian Clason and Riley Bruins
ee3c49a44e
vim-patch:4d7892bfb1db
...
runtime(dart): add basic dart ftplugin file
fixes vim/vim#14793
closes vim/vim#14802
https://github.com/vim/vim/commit/4d7892bfb1dbcc8ba19d9c60c63b3d11b758553f
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 00:13:40 +02:00
Christian Clason and Riley Bruins
ac19c7c8af
vim-patch:36e974fdf3f5
...
runtime(graphql): basic ftplugin file for graphql
closes : vim/vim#14801
https://github.com/vim/vim/commit/36e974fdf3f5db1126bb8211e5a12462258da167
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 00:13:40 +02:00
Christian Clason and Riley Bruins
8b07a18947
vim-patch:df859a36d390
...
runtime(sql): set commentstring for sql files in ftplugin
closes : vim/vim#14800
https://github.com/vim/vim/commit/df859a36d390bda4241760155a0d2ae0be1bcbe9
Co-authored-by: Riley Bruins <ribru17@hotmail.com >
2024-05-20 00:13:40 +02:00
Christian Clason and Yinzuo Jiang
b3e0457403
vim-patch:cf78d0df51f2
...
runtime(sshdconfig): add basic ftplugin file for sshdconfig (vim/vim#14790 )
https://github.com/vim/vim/commit/cf78d0df51f2737f278a2410f166862001d875ae
Co-authored-by: Yinzuo Jiang <jiangyinzuo@foxmail.com >
2024-05-18 08:57:07 +02:00
Christian Clason and Tom Picton
e889f6781b
vim-patch:7961210b861c
...
runtime(python): Fix wrong define regex in ftplugin (vim/vim#14763 )
https://github.com/vim/vim/commit/7961210b861ce9a1a773cfc1fe96b388216bb1f2
Co-authored-by: Tom Picton <tom@tompicton.com >
2024-05-14 08:27:30 +02:00
Christian Clason and Tom Picton
bb789bd872
vim-patch:86f6e2c2eed7
...
ftplugin(python): E16 fix, async keyword support for define (vim/vim#14751 )
This change includes the following changes:
- Fix "E16: Invalid range" when using a count with jump to start/end of class/method
- Update define with optional async keyword
- Update maintainer email
https://github.com/vim/vim/commit/86f6e2c2eed7df2bf5c60cc74d08d7a8d3c75f45
Co-authored-by: Tom Picton <tom@tompicton.com >
2024-05-14 08:27:30 +02:00
Gregory Anders
d3fa88b70f
vim-patch:9.1.0396: filetype: jj files are not recognized ( #28672 )
...
Problem: jj files are not recognized
Solution: recognize '*.jjdescription' files as jj filetype
(Gregory Anders)
See: https://github.com/martinvonz/jj
closes : vim/vim#14733
https://github.com/vim/vim/commit/6a4ea471d28107c4078e106ace1bdc0c54bf946b
2024-05-08 18:39:18 -05:00
zeertzjq and D. Ben Knoble
d8deb91819
vim-patch:8d8cb45756cb ( #28657 )
...
runtime(sh,zsh): clear $MANPAGER in ftplugin before shelling out
Say you use Vim and set MANPAGER='vim -M +MANPAGER --not-a-term -'; then
:{Zs,S}hKeywordPrg (or K) will crap out and spew terminal garbage into
less when bash's "help" fails. This was introduced by 2f25e40b1
(runtime: configure keywordpg for some file types (vim/vim#5566 ), 2023-08-23)
and may be present in other files touched by that commit.
Make the "man" invocation sensible by unsetting MANPAGER in the
environment.
Note that changing MANPAGER for `:terminal` is not needed; Vim within
Vim is perfectly fine.
closes : vim/vim#14679
https://github.com/vim/vim/commit/8d8cb45756cb7e6fda17013b8347be3a11b29610
Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.com >
2024-05-07 17:05:55 +08:00
Christian Clason and Philip H
9e2f378b6d
vim-patch:9.1.0386: filetype: stylus files not recognized
...
Problem: filetype: stylus files not recognized
Solution: Detect '*.styl' and '*.stylus' as stylus filetype,
include indent, filetype and syntax plugin
(Philip H)
closes : vim/vim#14656
https://github.com/vim/vim/commit/2d919d2744a99c9bb9e79984e85b8e8f5ec14c07
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-05-02 00:37:16 +02:00
234b5f6701
docs: various fixes ( #28208 )
...
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com >
Co-authored-by: Famiu Haque <famiuhaque@proton.me >
Co-authored-by: Gregory Anders <greg@gpanders.com >
Co-authored-by: Guilherme Soares <guilhermesoares1970@gmail.com >
Co-authored-by: Jannik Buhr <jannik.m.buhr@gmail.com >
Co-authored-by: thomaswuhoileong <72001875+thomaswuhoileong@users.noreply.github.com >
Co-authored-by: tom-anders <13141438+tom-anders@users.noreply.github.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-04-30 07:04:42 +08:00
672138245f
vim-patch:dc5c90554145
...
runtime(jq): remove undefined var s:save_cpoptions and add include setting
closes : vim/vim#14661
closes : vim/vim#14663
https://github.com/vim/vim/commit/dc5c9055414501c438883c3b09ba8a3a7f983029
Co-authored-by: GodFather <vito.blog@gmail.com >
Co-authored-by: itchyny <itchyny@cybozu.co.jp >
2024-04-30 00:10:02 +02:00
Christian Clason and Vito
0547347e72
vim-patch:79952b9c6774
...
runtime(jq): include syntax, ftplugin and compiler plugin
closes : vim/vim#14619
https://github.com/vim/vim/commit/79952b9c6774d30f248a0ecf9ea84318be947fc4
Co-authored-by: Vito <vito.blog@gmail.com >
2024-04-27 11:01:14 +02:00
Brian Cao
3a7c30dc93
fix(man.vim): q quits after jump to different tag in MANPAGER modified ( #28495 )
2024-04-26 13:14:45 -05:00
Christian Clason and Jon Parise
aef120d1e9
vim-patch:9.1.0366: filetype: ondir files are not recognized
...
Problem: filetype: ondir files are not recognized
Solution: Detect '.ondirrc' as ondir filetype
(Jon Parise)
closes : vim/vim#14604
https://github.com/vim/vim/commit/ea999037a41292b3d3e00700a87a82fe5d2c12b2
Co-authored-by: Jon Parise <jon@indelible.org >
2024-04-23 09:38:46 +02:00
Christian Clason and Philip H
7b8e582f1c
vim-patch:d3ff129ce8c6
...
runtime(astro): Add filetype, syntax and indent plugin
related: vim/vim#14558
closes : vim/vim#14561
ported from: https://github.com/wuelnerdotexe/vim-astro
https://github.com/vim/vim/commit/d3ff129ce8c68770c47d72ab3f30a21c19530eee
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-04-22 00:18:34 +02:00
Christian Clason and Wu, Zhenyu
9e1bbb9813
vim-patch:564166f68184
...
ftplugin(cmake): Add include and suffixesadd
closes : vim/vim#14520
https://github.com/vim/vim/commit/564166f68184071775cffffe331a9e12241be1ac
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-21 00:09:48 +02:00
Christian Clason and Bruno BELANYI
57c8f68e3b
vim-patch:cee034112d41
...
runtime(bp): fix comment definition in filetype plugin (vim/vim#14594 )
I somehow messed up the previous patch, I think a copy-paste error when
creating the file.
Blueprint files have C and C++ style comments, not shell-like '#'
comments.
https://github.com/vim/vim/commit/cee034112d41372d4c31abc327c6536b24fc25bd
Co-authored-by: Bruno BELANYI <bruno@belanyi.fr >
2024-04-19 16:09:30 +02:00
8d77061051
vim-patch:9.1.0354: runtime(uci): No support for uci file types ( #28409 )
...
Problem: runtime(uci): No support for uci file types
(Wu, Zhenyu)
Solution: include basic uci ftplugin and syntax plugins
(Colin Caine)
closes : vim/vim#14575
https://github.com/vim/vim/commit/4b3fab14dbde971f15d8783e9ef125b19fdbc829
Co-authored-by: Colin Caine <complaints@cmcaine.co.uk >
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-19 14:50:12 +08:00
zeertzjq and Aliaksei Budavei
3e6a9fb599
vim-patch:36e667ab837c ( #28407 )
...
runtime(java): Support "g:ftplugin_java_source_path" with archived files
Also, document for "g:ftplugin_java_source_path" its current
modification of the local value of the 'path' option.
closes : vim/vim#14570
https://github.com/vim/vim/commit/36e667ab837cd27b8c0c9df5c2db8008b2e1b76c
Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com >
2024-04-19 14:49:33 +08:00
zeertzjq and wzy
9b485e3f42
vim-patch:8a31de6dd275 ( #28361 )
...
compiler(rime_deployer): include new compiler, use it for '*.custom.yaml' files (vim/vim#14460 )
https://github.com/vim/vim/commit/8a31de6dd275b3dc925fee556ccccd5db8ee2504
Co-authored-by: wzy <32936898+Freed-Wu@users.noreply.github.com >
2024-04-16 09:33:51 +08:00
fb7ffac69f
vim-patch:9.1.0326: filetype: some requirements files are not recognized ( #28360 )
...
Problem: filetype: some requirements files are not recognized
Solution: Detect '*-requirements.txt', 'constraints.txt',
'requirements.in', 'requirements/*.txt' and 'requires/*.txt'
as requirements filetype, include pip compiler, include
requirements filetype and syntax plugin
(Wu, Zhenyu, @raimon49)
closes : vim/vim#14379
https://github.com/vim/vim/commit/f9f5424d3e75bbdb35aa48fa6f9241d9479b35e8
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
Co-authored-by: raimon <raimon49@hotmail.com >
2024-04-16 09:33:33 +08:00
zeertzjq and Aliaksei Budavei
537ba34953
vim-patch:4052474a1bd2 ( #28358 )
...
runtime(java): Recognise non-ASCII identifiers (vim/vim#14543 )
* runtime(java): Recognise non-ASCII identifiers
Also:
- Remove the already commented out and less general in its
definition javaFuncDef alternative.
- Stop recognising some bespoke {p,trace} debugging API.
Non-ASCII identifiers have been supported from the outset
of the Java language.
> An _identifier_ is an unlimited-length sequence of _Java
> letters_ and _Java digits_, the first of which must be a
> Java letter. An identifier cannot have the same spelling
> (Unicode character sequence) as a keyword . . . Boolean
> literal . . . or the null literal . . .
> . . . . . . . .
> Letters and digits may be drawn from the entire Unicode
> character set . . .
> . . . . . . . .
> A Java letter is a character for which the method
> Character.isJavaLetter . . . returns true. A Java
> letter-or-digit is a character for which the method
> Character.isJavaLetterOrDigit . . . returns true.
> . . . . . . . .
> The Java letters include . . . for historical reasons, the
> ASCII underscore (_) . . . and dollar sign ($) . . .
(Separate syntax tests will be written when particular parts
now touched will have been further improved.)
Reference:
https://javaalmanac.io/jdk/1.0/langspec.pdf [§3.8]
* Take on the maintenance of Java filetype and syntax files
https://github.com/vim/vim/commit/4052474a1bd2fe756bc7dc596d29d0d7581e35ae
Co-authored-by: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com >
2024-04-16 09:32:55 +08:00
zeertzjq and Shane-XB-Qian
bcfad7fe62
vim-patch:e92ed1b45c54 ( #28337 )
...
runtime(vim): don't set compiler, update a comment for vimdoc compiler (vim/vim#14532 )
https://github.com/vim/vim/commit/e92ed1b45c5432235b0541521124d965b9d6a9a2
Co-authored-by: Shane-XB-Qian <shane.qian@foxmail.com >
2024-04-15 07:39:32 +08:00
zeertzjq and wzy
ab1203b2eb
vim-patch:0549c503ba20
...
runtime(dts): include ftplugin support (vim/vim#14522 )
https://github.com/vim/vim/commit/0549c503ba20345097a14122f0a18dde69d470c5
Co-authored-by: wzy <32936898+Freed-Wu@users.noreply.github.com >
2024-04-13 17:28:55 +08:00
zeertzjq and Christian Brabandt
3b639222ff
vim-patch:159dc0fcf950
...
runtime(kconfig): add include to ftplugin (vim/vim#14524 )
related: vim/vim#14521
https://github.com/vim/vim/commit/159dc0fcf950e6c21f97cc337bcf19ff90ce73c6
Co-authored-by: Christian Brabandt <cb@256bit.org >
2024-04-13 17:28:39 +08:00
dundargoc
66220d164a
revert: "feat(health): fold successful healthchecks #22866 "
...
This reverts commit 4382d2ed56 .
The story for this feature was left in an incomplete state. It was never
the intention to unilaterally fold all information, only the ones that
did not contain relevant information. This feature does more harm than
good in its incomplete state.
2024-04-13 01:18:40 +02:00
zeertzjq and Wu, Zhenyu
611cc7de43
vim-patch:9.1.0304: filetype: cgdb config file is not recognized ( #28294 )
...
Problem: filetype: cgdb config file is not recognized
Solution: Detect cgdbrc files as cgdbrc filetype
(Wu, Zhenyu)
closes : vim/vim#14458
https://github.com/vim/vim/commit/1492fe69037586b6c625d42205d77dd38ba51640
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-12 17:07:24 +08:00
zeertzjq and Bruno BELANYI
a93a045e63
vim-patch:9.1.0302: filetype: blueprint files are not recognized ( #28292 )
...
Problem: filetype: blueprint files are not recognized
Solution: Detect '*.bp' files as blueprint files, add
a minimal filetype plugin (Bruno Belanyi)
See: https://source.android.com/docs/setup/build
closes : vim/vim#14488
https://github.com/vim/vim/commit/6be7ef5bc734ce6045d6f919f1a8559a3fa7f2fd
Co-authored-by: Bruno BELANYI <bruno@belanyi.fr >
2024-04-12 17:05:11 +08:00
zeertzjq and Wu, Zhenyu
c6d1144515
vim-patch:fcbefe74f161 ( #28285 )
...
runtime(compiler): add vimdoc
closes : vim/vim#14459
https://github.com/google/vimdoc generates vim help files from vimscript files
https://github.com/vim/vim/commit/fcbefe74f1619dfd925033d83a6d233c686409d4
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-12 05:48:25 +08:00
zeertzjq and Wu, Zhenyu
55ffca2f9f
vim-patch:dbca7d80457d
...
ftplugin(asm): add Matchit support
closes : vim/vim#14461
Refer https://github.com/vim/vim/blob/master/runtime/ftplugin/masm.vim#L18-L29
https://github.com/vim/vim/commit/dbca7d80457d026f6d6a5cc7e916b94df0ca6e03
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-11 18:23:18 +08:00
zeertzjq and Wu, Zhenyu
245745f9f0
vim-patch:556c62165963
...
ftplugin(gdb): add matchit support
closes : vim/vim#14462
https://github.com/vim/vim/commit/556c62165963359f1b35f17a49913fc61c43f937
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-11 18:22:32 +08:00
zeertzjq and dkearns
d627497156
vim-patch:04e5363b8238 ( #28268 )
...
runtime(vim): Improve Vim9 and legacy-script comment highlighting (vim/vim#13104 )
This is a first-pass attempt to limit matching of Vim9 and legacy-script
comments to the appropriate syntactic contexts.
Vim9-script comments are highlighted at top level in a Vim9-script file,
in all :def functions, and in all :autocmd and :commmand command blocks.
Legacy-script comments are highlighted at top level in a legacy script
file, in all :func functions and in the Vim9-script preamble before the
:vim9script marker command.
Fixes vim/vim#13047 , vim/vim#11307 and vim/vim#9587 .
https://github.com/vim/vim/commit/04e5363b823827f144409df011376d00ea6df750
Co-authored-by: dkearns <dougkearns@gmail.com >
2024-04-11 07:41:44 +08:00
Christian Clason and Wu, Zhenyu
cbe982bbd5
vim-patch:9.1.0278: filetype: zathurarc files not recognized
...
Problem: filetype: zathurarc files not recognized
Solution: Detect '.zathurarc' files as zathurarc filetype,
add zathurarc filetype (Wu, Zhenyu)
closes : vim/vim#14380
https://github.com/vim/vim/commit/72d81a66edd835aeff3f539ccd0f97afb1ebd63c
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu >
2024-04-09 09:54:07 +02:00
Christian Clason and nat-418
bef4ad6507
vim-patch:9.1.0279: filetype: roc files are not recognized
...
Problem: filetype: roc files are not recognized
Solution: Detect '*.roc' files as roc filetype,
add a basic filetype plugin (nat-418)
closes : vim/vim#14416
https://github.com/vim/vim/commit/196b6678c5483217ea5bc7d047b02c915615dae6
Co-authored-by: nat-418 <93013864+nat-418@users.noreply.github.com >
2024-04-09 09:53:49 +02:00
Christian Clason and James McCoy
cfc9fcc91f
vim-patch:2708c0b5854f
...
runtime(deb822sources): Add minimal ftplugin (vim/vim#14240 )
Set comment related options and avoid automatic line wrapping.
https://github.com/vim/vim/commit/2708c0b5854faad2844454324431a593c1d2987a
Co-authored-by: James McCoy <jamessan@jamessan.com >
2024-03-20 22:01:40 +01:00
Christian Clason and MyyPo
920ef1fd71
vim-patch:ef21bcaab145
...
runtime(rust): Respect no_plugin_maps and no_rust_maps globals (vim/vim#14221 )
https://github.com/vim/vim/commit/ef21bcaab145d6b22fb7c823607de23700f82653
Co-authored-by: MyyPo <110892040+MyyPo@users.noreply.github.com >
2024-03-18 22:01:33 +01:00
Christian Clason and dkearns
bf695b5ef4
vim-patch:e93afc2e6126
...
runtime(r,rhelp,rmd,rnoweb,rrst): Update ftplugin, browsefilter labels (vim/vim#14126 )
Use the standard format for browsefilter labels:
"File Description (*.ext1, *.ext2, *.ext3)"
https://github.com/vim/vim/commit/e93afc2e612647e79e1082096ffd6c61e01ac691
Co-authored-by: dkearns <dougkearns@gmail.com >
2024-03-03 10:38:58 +01:00
Christian Clason and dkearns
07b4b7524f
vim-patch:e84d2d4432cd
...
runtime(sh): Update ftplugin, fix vim/vim#14101 (vim/vim#14102 )
Add the 'b' flag to 'comments', so that the shebang line is not detected as comment.
Fixes vim/vim#14101 .
https://github.com/vim/vim/commit/e84d2d4432cd6e43f2bb300d02abc90d551bcf4a
Co-authored-by: dkearns <dougkearns@gmail.com >
2024-02-28 10:56:58 +01:00