Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

runtime(ftplugin): Use "*" browsefilter pattern to match "All Files"

Problem: The "*.*" browsefilter pattern only matches all files on
Windows (Daryl Lee)
Soluti...

93197fde0f1db09b1e495cf3eb14a8f42c318b80 authored 9 months ago by Doug Kearns <[email protected]>
patch 9.1.0029: Cannot act on various terminal response codes

Problem: Cannot act on various terminal response codes
Solution: Add the TerminalResponseAll au...

d7d560374b836e62e180914b6e85f0eb20557a54 authored 9 months ago by Danek Duvall <[email protected]>
patch 9.1.0028: win32: Ctrl-D cannot be used to close a pipe

Problem: win32: Ctrl-D cannot be used to close a pipe
Solution: Properly detect Ctrl-D when rea...

1f13fcc9342e66842bf9847d01e585ea2c2b6b30 authored 9 months ago by GuyBrush <[email protected]>
CI: Check help tags for errors (duplicates, missing, etc) (#13865)

- Run the doc make html awk script, which also checks, that all
referenced help tags exists.
...

8102a4c463c21f3bba4f27f0dbc402b9850de915 authored 9 months ago by Christian Brabandt <[email protected]>
runtime(help): delete duplicate help tag E741 (#13861)

Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

c92b8bed1fa632569c8358feb3b72dd6a0844ef7 authored 9 months ago by errael <[email protected]>
patch 9.1.0027: Vim is missing a foreach() func

Problem: Vim is missing a foreach() func
Solution: Implement foreach({expr1}, {expr2}) function...

e79e2077607e8f829ba823308c91104a795736ba authored 9 months ago by Ernie Rael <[email protected]>
patch 9.1.0026: win32: Windows default font lacking

Problem: win32: Windows default font lacking (@clach04)
Solution: Improve default font (Ken Tak...

d8cb1ddab7b8cb19267a8877d62bbe3a06626fa2 authored 9 months ago by Ken Takata <[email protected]>
patch 9.1.0025: A few typos in tests and justify.vim

Problem: A few typos in tests and justify.vim
Solution: fix them

closes: #13848

Signed-off-by...

dc4c37b9d5130c777b377287b8b38cd24da084cb authored 9 months ago by dundargoc <[email protected]>
patch 9.1.0024: z/OS (MVS) support can be improved

Problem: z/OS (MVS) support can be improved
Solution: set UTF-8 as the default encoding for z/O...

497e5282b6d21b99c01c6ecc6bf41b9b1781df6a authored 9 months ago by Igor Todorovski <[email protected]>
patch 9.1.0023: xxd: few problems with EBCDIC for z/OS (MVS)

Problem: xxd: few problems with EBCDIC for z/OS (MVS)
Solution: Fix xxd build and support ASCII...

48a75f3dfb906a2d333a7b1c3545e2eb359596db authored 9 months ago by Igor Todorovski <[email protected]>
patch 9.1.0022: Coverity complains about improper use of negative value

Problem: Coverity complains about improper use of negative value
Solution: Add a condition to v...

49471963fefbdf78239d9066d84e14e1876fb177 authored 9 months ago by Christian Brabandt <[email protected]>
patch 9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace mode

Problem: i_CTRL-R- doesn't work for multibyte chars in Replace mode,
Coverity complai...

424ec1f235a53131042aed94d30f6e2528e551d9 authored 9 months ago by zeertzjq <[email protected]>
patch 9.1.0020: Vim9: cannot compile all methods in a class

Problem: Vim9: cannot compile all methods in a class
Solution: Support compiling all the method...

4f32c83a775a195ae7e1545b2840fb773f93414f authored 9 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.1.0019: cmdline may disappear when changing 'cmdheight'

Problem: cmdline may disappear when changing 'cmdheight'
(after Patch 9.0.0190, @mark...

8610f74382039c9c54d6c4aeb978d252e762360a authored 9 months ago by Christian Brabandt <[email protected]>
patch 9.1.0018: use of #if instead of #ifdef

Problem: use of #if instead of #ifdef
Solution: use correct form of #ifdef

`#if FEAT_GUI_HAIKU...

b52600d5613316e5b6e89514a02df1f97e27a5ff authored 9 months ago by Ken Takata <[email protected]>
runtime(netrw): Decode multibyte percent-encoding filename correctly (#13842)

Use `printf("%c")` instead of `nr2char()` to handle '%xx' as a byte.

Close #13787

Signed-o...

2357765304e4c55935b5cc853ffb98ae82d64a01 authored 9 months ago by K.Takata <[email protected]>
patch 9.1.0017: [security]: use-after-free in eval1_emsg()

Problem: use-after-free in eval1_emsg() when an empty
line follows a lambda (by @yu3s...

28d71b566a29ceea3a2d05bcee9264ed5d630d42 authored 9 months ago by Yegappan Lakshmanan <[email protected]>
runtime(netrw): Sync with netrw 174b (#13836)

* Import netrw v174b
* Revert unwanted changes
* Fix indent
* Revert some changes
* Update t...

71d0ba07a33a750e9834cd42b7acc619043dedb1 authored 9 months ago by K.Takata <[email protected]>
runtime(colorschemes): Add initial support for Added/Removed/Changed highlight groups (#13830)

For some of the colorschemes where diffAdded and diffRemoved were explicitly set up.

Signed-o...

5f4cc8ea65e80efa35f84fe9a9985a42c3c96bae authored 9 months ago by Maxim Kim <[email protected]>
runtime(tar): fix a few problems with the tar plugin

From: #138331:
- Updating .tar.zst files was broken. Fixes #12639.
- Extracting files from ....

3a5b3df7764daa058a3e779183e8f38a8418b164 authored 9 months ago by Christian Brabandt <[email protected]>
runtime(vim): accept dot in completionList for Vim9 syntax (#13832)

if you have autoloaded command complete function in vim9script, it shouldn't be highlighted as E...

ceed36873e922df9acfeabf65184fcf2b5ab1cb3 authored 9 months ago by Maxim Kim <[email protected]>
patch 9.1.0016: default diff highlighting is too noisy

Problem: default diff highlighting is too noisy
Solution: Link diff highlighting groups to new
...

124371c5a149a8c0c75c04b6c90ac11e71a0aa97 authored 9 months ago by Romain Lafourcade <[email protected]>
runtime(doc): Improve the documentation for Vim9 classes (#13828)

* Emend textual typos
* Emend syntactic errors in examples
* Acknowledge no support for abstra...

b21499537fb9fd0ff407e6113ac60ebd82058e2a authored 10 months ago by Aliaksei Budavei <[email protected]>
patch 9.1.0015: i_CTRL-R- no longer works in replace mode

Problem: i_CTRL-R- no longer works in replace mode
Solution: delete characters in replace mode ...

5d5cbb2b9ac526fb6fad2116e24a282affc45efe authored 10 months ago by Christian Brabandt <[email protected]>
patch 9.1.0014: incorrect use of W_WINROW in edit.c

Problem: incorrect use of W_WINROW in edit.c
Solution: compare against curwin->w_height instead...

b1ed7ec9f7d1a0142d4f1c8c83bab9172bc92c7c authored 10 months ago by zeertzjq <[email protected]>
patch 9.1.0013: Modula2 filetype support lacking

Problem: Modula2 filetype support lacking
Solution: Improve the Modula-2 runtime support, add a...

68a89470693c7687d4e736ca056c05de632e3ac7 authored 10 months ago by Doug Kearns <[email protected]>
patch 9.1.0012: regression with empty inner blocks introduced

Problem: regression with empty inner blocks introduced
(after v9.1.0007)
Solution: Se...

3779516988f14f2070d827514c79383334a0946b authored 10 months ago by Maxim Kim <[email protected]>
runtime(doc): Fix typos in version9.txt (#13817)

Signed-off-by: Ken Takata <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

7b7672d5caa1dd6861ed9263d80d70d922bdcd06 authored 10 months ago by K.Takata <[email protected]>
runtime(doc): Fix typos in reltime() help. (#13818)

Signed-off-by: Lifepillar <[email protected]>
Signed-off-by: Christian Brabandt <cb@256b...

963fd7d6e5c71d7d76b515891dc8ee32310ebe9f authored 10 months ago by Lifepillar <[email protected]>
runtime(vim): Update syntax file (#13671)

Support multiline :syntax commands.

Match :syn-cchar option in :syn-{keyword,region}.

Sign...

c79646dfb10126f4ef22734d8713f2352197435e authored 10 months ago by dkearns <[email protected]>
patch 9.1.0011: regexp cannot match combining chars in collection

Problem: regexp cannot match combining chars in collection
Solution: Check for combining charac...

d2cc51f9a1a5a30ef5d2e732f49d7f495cae24cf authored 10 months ago by Christian Brabandt <[email protected]>
patch 9.1.0010: Keymap completion is not available

Problem: Keymap completion is not available
Solution: Add keymap completion (Doug Kearns)

Add ...

81642d9d6ff5cd6a90a012b1b98632ce51eeb1a8 authored 10 months ago by Doug Kearns <[email protected]>
patch 9.1.0009: Cannot easily get the list of matches

Problem: Cannot easily get the list of matches
Solution: Add the matchstrlist() and matchbuflin...

f93b1c881a99fa847a1bafa71877d7e16f18e6ef authored 10 months ago by Yegappan Lakshmanan <[email protected]>
patch 9.1.0008: NSIS installer includes syntax testdir

Problem: NSIS installer includes syntax test dumps
(Yegappan Lakshmanan)
Solution: Ex...

30994d686c9199edae887e7322ef046c91988566 authored 10 months ago by Christian Brabandt <[email protected]>
patch 9.1.0007: can select empty inner text blocks

Problem: can select empty inner text blocks
(laurentalacoque)
Solution: make selectin...

ad4d7f446dc6754bde212234d46f4849b520b6e0 authored 10 months ago by Christian Brabandt <[email protected]>
patch 9.1.0006: is*() and to*() function may be unsafe

Problem: is*() and to*() function may be unsafe
Solution: Add SAFE_* macros and start using tho...

184f71cc6868a240dc872ed2852542bbc1d43e28 authored 10 months ago by Keith Thompson <[email protected]>
patch 9.1.0005: OpenVMS does not support python3 and xterm_save

Problem: OpenVMS build does not support python3 and xterm_save
Solution: Enable python3 + xterm...

4d8cb683b1543ec02563cdd2d068ce5f82f90539 authored 10 months ago by Zoltan Arpadffy <[email protected]>
MacVim r179

Updated to Vim 9.1.0

Vim 9.1 is now released! See
[announcement](https://www.vim.org/vim-9.1-re...

73ed6d92a66ef262d7672878210e38bfaa352221 authored 10 months ago by Yee Cheng Chin <[email protected]>
Merge pull request #1470 from ychin/ci-use-xcode-15.1

Update CI to build using Xcode 15.1

a1d73f709a243d058c0ee2dccf12e16579b37ada authored 10 months ago by Yee Cheng Chin <[email protected]>
Update CI to build using Xcode 15.1

Update Xcode to latest version before release, as 15.1 seems to contain
some bug fixes in the li...

a27267731fb52798203010ee7c5d5d30677458a9 authored 10 months ago by Yee Cheng Chin <[email protected]>
runtime(fortran): syntax and documentation updates (#13811)

closes: #13802

Signed-off-by: Ajit-Thakkar <[email protected]>
...

d94ca966ca6d85d3dd03c8b68ff6a4cbae4da1af authored 10 months ago by Ajit-Thakkar <[email protected]>
patch 9.1.0004: reloading colorscheme when not changing 'background'

Problem: reloading colorscheme when not changing 'background'
Solution: Check, if the backgroun...

83ad2726ff56db70cb2da78e1e4ea0e09941c73b authored 10 months ago by Gregory Anders <[email protected]>
patch 9.1.0003: Cannot build against Ruby 33 dynamically

Problem: Cannot build against Ruby 33 dynamically
Solution: Ruby 33 removed transient heap, so ...

443657b32becb2318ae40e30a849bbe5cc1a153c authored 10 months ago by Isao Sato <[email protected]>
patch 9.1.0002: a closing fold expr, may start a new fold

Problem: a closing fold expression may unexpectedly start a new fold
when it should e...

0689b870595c687a23e102913ce5037f65d03748 authored 10 months ago by Shota Nozaki <[email protected]>
patch 9.1.0001: when closing window, wincmd p may fail

Avoid `prevwin == curwin` when closing `curwin`

Problem: When closing the current window (or w...

bf44b69d1f91d9778ae1887128c63d35d9a3d19b authored 10 months ago by Sean Dewar <[email protected]>
runtime(vim): add jumpoptions to syntax file (#13808)

* Add jumpoptions and jop to vim syntax file
* Clean up some whitespace

Signed-off-by: Hugo ...

b5352931b354eb67eb7d223cc09c98dcf1b547b6 authored 10 months ago by Hugo van de Vliert <[email protected]>
runtime(doc): document that the diff filetype uses Diff hl groups

related: #13776

Signed-off-by: Christian Brabandt <[email protected]>

b1392bee701d887b66b596c9af26bfcb6f0614b8 authored 10 months ago by Christian Brabandt <[email protected]>
runtime(vim): Add support for <ScriptCmd> syntax (#10686)

Adding `<ScriptCmd>` to list of angle-bracket notation syntax, just like `<Cmd>`

`<Cmd>` is a...

80beeef0c6a4c44b190631725bce3dcc5635e3ee authored 10 months ago by dezza <[email protected]>
runtime(vim): Add support for `syntax foldlevel` command (#6182)

Signed-off-by: Brad King <[email protected]>
Signed-off-by: Doug Kearns <dougkearns@gmail...

d4634a26cdcdbd0f22ec608bb4954cd7eb8db528 authored 10 months ago by Brad King <[email protected]>
Fix MacVim configure scripts to parse Vim version without 0 patches

Vim 9.1 just landed with 0 patches (i.e. 9.1.0) and existing configure
scripts weren't set up to...

401adfb9e97c716f08d8ea388080657e1b73bb5c authored 10 months ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

Vim is updated to 9.1

f112c12f753f6d4bdfdba8acf6ff287e9d9a01be authored 10 months ago by Yee Cheng Chin <[email protected]>
patch 9.1.0000: Vim 9.1 release

Problem: Need a new release
Solution: Release Vim 9.1

Signed-off-by: Christian Brabandt <cb@25...

b4ddc6c11e95cef4b372e239871fae1c8d4f72b6 authored 10 months ago by Christian Brabandt <[email protected]>
Merge remote-tracking branch 'vim/master'

1e34a9f21b22f80661a790e520320ed398648317 authored 10 months ago by Yee Cheng Chin <[email protected]>
runtime(doc): add missing help tags

Signed-off-by: Christian Brabandt <[email protected]>

6c1afa3d0bdfce3ac1197b00409ac1afa7cf368a authored 10 months ago by Christian Brabandt <[email protected]>
runtime(menu): regenerate synmenu

Signed-off-by: Christian Brabandt <[email protected]>

34d15155fc45162bc0036e97f9ddfc7b9b1630bd authored 10 months ago by Christian Brabandt <[email protected]>
patch 9.0.2190: proto files need update

Problem: proto files need update
Solution: re-generate them

Signed-off-by: Christian Brabandt ...

6a950da86d7a6eb09d5ebeab17657986420d07ac authored 10 months ago by Christian Brabandt <[email protected]>
runtime(dist/ft): improve filetype detection for *.v (V/Verilog/Coq)

Patch provided by Dan Alt

closes: #13793

Signed-off-by: Christian Brabandt <[email protected]>

10b4f75d4c03c1cd4f579be5fdc812ba41b72fef authored 10 months ago by Christian Brabandt <[email protected]>
runtime(sh): Update sh syntax and add local keyword for bash (#13806)

add `local` in shStatement

Signed-off-by: Lucien Grondin <[email protected]>
Signed-off-by: ...

b16fc9805535dc6eb084142da0c87210fc102494 authored 10 months ago by Lucien Grondin <[email protected]>
runtime(ruby): Update ftplugin and omni-complete (#13805)

Signed-off-by: Doug Kearns <[email protected]>
Signed-off-by: Christian Brabandt <cb@256bit....

d08059ab48b822a25060b8a486085371ddeebcf7 authored 10 months ago by dkearns <[email protected]>
runtime(doc): Update Version9.txt for release 9.1 (#13804)

Signed-off-by: Christian Brabandt <[email protected]>

0ede5e361fba0254d454f61b0747b75a16a80bb5 authored 10 months ago by Christian Brabandt <[email protected]>
runtime(doc): Add help tags to items in version9.txt (#13801)

Signed-off-by: Yegappan Lakshmanan <[email protected]>
Signed-off-by: Christian Brabandt <cb@2...

74512e0ad09763e87468c7364fd96d596e30d26d authored 10 months ago by Yegappan Lakshmanan <[email protected]>
translation(de): Updated German translation (#13796)

Signed-off-by: Christian Brabandt <[email protected]>

d36f590d41ece139ba7e4d46af9f569ca30e07fa authored 10 months ago by Christian Brabandt <[email protected]>
translation(tr): Improve Turkish documentation (#13800)

Signed-off-by: Emir SARI <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

5528a7293773d1211459847bb9ad7d8f75944075 authored 10 months ago by Emir SARI <[email protected]>
runtime(fortran): update syntax and documentation (#13784)

* Update Fortran section of indent.txt
* Small addition to fortran syntax

Signed-off-by: Aji...

d96f25bd69c14bc257281a580f344240c72f4999 authored 10 months ago by Ajit-Thakkar <[email protected]>
patch 9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent'

Problem: Wrong display when 'breakindentopt' contains "sbr" and
'showbreak' and 'nobr...

7e4f62a2575e8ce9ebb842d4246288138b11dff3 authored 10 months ago by zeertzjq <[email protected]>
runtime(git): Add small ftplugin

48ddc6a6f86f1f42bdb49d308d72c15b0e90ce5a authored 10 months ago by Tim Pope <[email protected]>
runtime(cucumber): Updates to indent and syntax

715a8058895f5908f44ee243fdafa431b6483e47 authored 10 months ago by Tim Pope <[email protected]>
runtime(gitcommit): Updates to ftplugin and syntax

fda02d03c0cfe017e465c58b3baf8b3106287578 authored 10 months ago by Tim Pope <[email protected]>
runtime(git): Make diffs foldable

757714c0cba7772b987b2513559bcb74ce53ce3f authored 10 months ago by Tim Pope <[email protected]>
runtime(sass): Provide sass_recommended_style option

a907c91992167e41da41008d4370e434e324cbf2 authored 10 months ago by Tim Pope <[email protected]>
runtime(markdown): Fix folding of code blocks

244f01658f9c60c71a776a2162c28ea93e102f12 authored 10 months ago by Tim Pope <[email protected]>
translation(hu): add Hungarian translation (#13782)

* add Hungarian translation
* Add hu.po to the Make_all file

Signed-off-by: Zoltan Arpadffy ...

0efa58184b9e60a66eb51a09a51eec81fbfaeb6d authored 10 months ago by Zoltan Arpadffy <[email protected]>
translation(ru): Updated Russian translation (#13788)

Signed-off-by: RestorerZ <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

9f239f169a859c56b24542d7df5ab723ad1fe188 authored 10 months ago by Restorer <[email protected]>
runtime(Filelist): remove coveralls, move runtime/lang/Make_mvc.mak (#13790)

- File coveralls.yml removed from $(SRC_ALL), in patch 9.0.1752 (#12851)
- runtime/lang/Make_m...

53860eb9ce6c5490ded1372607b18bb895bb2461 authored 10 months ago by Restorer <[email protected]>
runtime(doc): correct the :public example (#13795)

The current example is no longer supported (E1331), as of
patch 9.0.2167.

Signed-off-by: Ali...

0aed99abf79c00fcd6b489a8eab646e2ba97876d authored 10 months ago by Aliaksei Budavei <[email protected]>
translation(ru): adjust tutor/README.ru.utf-8.txt (#13789)

Signed-off-by: RestorerZ <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

86fcada95bb36471883862b9de2798306a4317c7 authored 10 months ago by Restorer <[email protected]>
translation(it): Update Italian translations

Signed-off-by: Antonio Giovanni Colombo <[email protected]>
Signed-off-by: Christian Brabandt <cb...

7d0abf2cb6969932dea55bbb67b3ce793fd86b36 authored 10 months ago by Antonio Giovanni Colombo <[email protected]>
runtime(elixir): missing undo_ftplugin for indentkeys

fixup after #13771

Signed-off-by: Christian Brabandt <[email protected]>

d1cea036467ca55d7698378679a1e32c9f056d59 authored 10 months ago by Christian Brabandt <[email protected]>
patch 9.0.2188: cursor wrong after { in single line buffer

Problem: cursor wrong after { in single line buffer
(Edwin Chan)
Solution: do not pla...

9e6549d2fb282c45a2492ea95fe7ba54c2082c3e authored 10 months ago by Gary Johnson <[email protected]>
patch 9.0.2187: Visual not drawn with 'breakindent' when line doesn't fit

Problem: Visual selection isn't drawn with 'breakindent' when the line
doesn't fit in...

23627722d36b49e38ba6f8dc6bb3ebe19c98a83b authored 10 months ago by zeertzjq <[email protected]>
runtime(doc): add help tag multiple-constructors. (#13772)

Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

92feeaffc291d3247fd7c591c5ee4ec1b6c957ec authored 10 months ago by errael <[email protected]>
runtime(elixir): fix indentation (#13771)

Signed-off-by: George Guimarães <[email protected]>
Signed-off-by: Mitchell Hanberg ...

7e27411007378e005339ef37503697ae7e183da1 authored 10 months ago by George Guimarães <[email protected]>
runtime(mermaid): Syntax fix (#13774)

* runtime(mermaid): Fix arrow syntax
* runtime(mermaid): Disable syntax for identifier to avoid...

a03647acc313edfcc4f9cde07efe388762ada436 authored 10 months ago by KSR-Yasuda <[email protected]>
patch 9.0.2186: LTCG compile error ARM64 for write_chars

Problem: LTCG compile error on Win/ARM64 for `write_chars()`
Solution: Explicitly initialise th...

38bea30f53da8e4a8847407404597b255b20334e authored 10 months ago by Saleem Abdulrasool <[email protected]>
runtime(doc): clarify behaviour of ]m and ]M motions

In particular remove the sentence, that a missing '{'
(for ]m) or '}' (for ]M) after the cursor ...

65672ae1189e0638fb68856598b98a2b7ee2a0a8 authored 10 months ago by Christian Brabandt <[email protected]>
runtime(diff): Update default links (#13776)

Problem: Current default links for `diffAdded`, `diffChanged`, and
`diffRemoved` ...

00b470052b71ca10d663186d99683e8379b21154 authored 10 months ago by Evgeni Chasnovski <[email protected]>
runtime(context): update ConTeXt keywords and other minor fixes (#13778)

Update to the ConTeXt runtime files. Changes:

1. shared syntax files updated with `mtxrun --s...

0bca4a00188ccde335e0d6a7b7c093998e09182f authored 10 months ago by Lifepillar <[email protected]>
runtime(doc): Add variable categories and null related documentation(#13750)

Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

cea3dac76e42c9a33dccbd2f10ef011f0be5c292 authored 10 months ago by errael <[email protected]>
runtime(r): Update R runtime files and docs (#13757)

* Update R runtime files
- Fix indentation issue with ggplot().
- Setlocal autoindent in inden...

9042bd8b09bae0051fdf8eb5a57fa4b4420c92a0 authored 10 months ago by Jakson Alves de Aquino <[email protected]>
translation(ua): Update Ukrainian translation (#13760)

Signed-off-by: Anatolii Sakhnik <[email protected]>
Signed-off-by: Christian Brabandt <cb@256...

377372ed5ba47995f12cd31be5f6132e82ca9cf6 authored 10 months ago by Anatolii Sakhnik <[email protected]>
patch 9.0.2185: Coverity complains about not checking return value

Problem: Coverity complains about not checking return value
in compare_isn_not_values...

6b9492e299c0b4ea76062160c4daf3985897f0b8 authored 10 months ago by Christian Brabandt <[email protected]>
runtime(doc): Clarify that new() is not static

closes: #13756

Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt...

4e28631f9127a79fad564c0e870ce4988922b5e2 authored 10 months ago by Ernie Rael <[email protected]>
runtime(doc): list of new/changed features in version9.txt

closes: #13753

Signed-off-by: Yegappan Lakshmanan <[email protected]>
Signed-off-by: Christian...

49cdd629a39d7e40e7349e65cb177e2442871a04 authored 10 months ago by Yegappan Lakshmanan <[email protected]>
Runtime(fortran): updates to indent, syntax and ftplugin (#13752)

* runtime update fortran.vim

Add folding for newer features of Fortran

* Runtime Update fo...

ea9964a36f948c1266d43dd8b3890c6f3bdd243d authored 10 months ago by Ajit-Thakkar <[email protected]>
runtime(debcontrol): Add loong64 arch (#13754)

Co-authored-by: [email protected] <[email protected]>
Signed-off-by: James McCoy ...

ec97edcbb9f6c0b751b03b981fd8191dbef0a5bb authored 10 months ago by James McCoy <[email protected]>
Merge pull request #1469 from ychin/sparkle-2.5.2

Sparkle 2.5.2

1306cc999b78d246c7488d6485fa6bda7a9cdaf2 authored 10 months ago by Yee Cheng Chin <[email protected]>
Sparkle 2.5.2

Contains a fix for a rare corruption issue when updater receives
SIGTERM.

53ad01b8b41798b2f158ef8704e6896461627eec authored 10 months ago by Yee Cheng Chin <[email protected]>
runtime(doc): add some error codes to `:help vim9class` (#13747)

Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>

1d4fcfe5515dbef15919dff6f2032a2ffaa9220f authored 10 months ago by errael <[email protected]>
patch 9.0.2184: Vim9: inconsistent :type/:class messages

Problem: Vim9: inconsistent :type/:class messages
Solution: Update the Messages (Ernie Rael)

c...

e75fde6b043371a188660c3423e48b1b7fd7e14b authored 10 months ago by Ernie Rael <[email protected]>
runtime(erlang): add support for matchit plugin (#13713)

This commit updates the Erlang runtime files to be in sync with the
`vim-erlang-runtime` reposi...

18ab6c3392ef83abf078042e233d085fe80b6c06 authored 10 months ago by Csaba Hoch <[email protected]>