Ecosyste.ms: OpenCollective

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

MacVim

Vim as a native macOS native GUI application
Collective - Host: opensource - https://opencollective.com/macvim - Website: https://macvim.org - Code: https://github.com/macvim-dev

runtime(doc): Replace non-breaking space with normal space (#13868)

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

github.com/macvim-dev/macvim - eb3475df0d927a178789cf8e7fc4983932e1cdbe authored about 1 year ago
runtime(ftplugin): Use "*" browsefilter pattern to match "All Files"

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

github.com/macvim-dev/macvim - 93197fde0f1db09b1e495cf3eb14a8f42c318b80 authored about 1 year ago
patch 9.1.0029: Cannot act on various terminal response codes

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

github.com/macvim-dev/macvim - d7d560374b836e62e180914b6e85f0eb20557a54 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 1f13fcc9342e66842bf9847d01e585ea2c2b6b30 authored about 1 year ago
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.
...

github.com/macvim-dev/macvim - 8102a4c463c21f3bba4f27f0dbc402b9850de915 authored about 1 year ago
runtime(help): delete duplicate help tag E741 (#13861)

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

github.com/macvim-dev/macvim - c92b8bed1fa632569c8358feb3b72dd6a0844ef7 authored about 1 year ago
patch 9.1.0027: Vim is missing a foreach() func

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

github.com/macvim-dev/macvim - e79e2077607e8f829ba823308c91104a795736ba authored about 1 year ago
patch 9.1.0026: win32: Windows default font lacking

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

github.com/macvim-dev/macvim - d8cb1ddab7b8cb19267a8877d62bbe3a06626fa2 authored about 1 year ago
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...

github.com/macvim-dev/macvim - dc4c37b9d5130c777b377287b8b38cd24da084cb authored about 1 year ago
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...

github.com/macvim-dev/macvim - 497e5282b6d21b99c01c6ecc6bf41b9b1781df6a authored about 1 year ago
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...

github.com/macvim-dev/macvim - 48a75f3dfb906a2d333a7b1c3545e2eb359596db authored about 1 year ago
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...

github.com/macvim-dev/macvim - 49471963fefbdf78239d9066d84e14e1876fb177 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 424ec1f235a53131042aed94d30f6e2528e551d9 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 4f32c83a775a195ae7e1545b2840fb773f93414f authored about 1 year ago
patch 9.1.0019: cmdline may disappear when changing 'cmdheight'

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

github.com/macvim-dev/macvim - 8610f74382039c9c54d6c4aeb978d252e762360a authored about 1 year ago
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...

github.com/macvim-dev/macvim - b52600d5613316e5b6e89514a02df1f97e27a5ff authored about 1 year ago
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...

github.com/macvim-dev/macvim - 2357765304e4c55935b5cc853ffb98ae82d64a01 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 28d71b566a29ceea3a2d05bcee9264ed5d630d42 authored about 1 year ago
runtime(netrw): Sync with netrw 174b (#13836)

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

github.com/macvim-dev/macvim - 71d0ba07a33a750e9834cd42b7acc619043dedb1 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 5f4cc8ea65e80efa35f84fe9a9985a42c3c96bae authored about 1 year ago
runtime(tar): fix a few problems with the tar plugin

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

github.com/macvim-dev/macvim - 3a5b3df7764daa058a3e779183e8f38a8418b164 authored about 1 year ago
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...

github.com/macvim-dev/macvim - ceed36873e922df9acfeabf65184fcf2b5ab1cb3 authored about 1 year ago
patch 9.1.0016: default diff highlighting is too noisy

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

github.com/macvim-dev/macvim - 124371c5a149a8c0c75c04b6c90ac11e71a0aa97 authored about 1 year ago
runtime(doc): Improve the documentation for Vim9 classes (#13828)

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

github.com/macvim-dev/macvim - b21499537fb9fd0ff407e6113ac60ebd82058e2a authored about 1 year ago
Fix r177's release notes to match edits on GitHub

github.com/macvim-dev/macvim-dev.github.io - 9f7849312c1c0f88e3fbed34403ac4bf1249d1ff authored about 1 year ago
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 ...

github.com/macvim-dev/macvim - 5d5cbb2b9ac526fb6fad2116e24a282affc45efe authored about 1 year ago
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...

github.com/macvim-dev/macvim - b1ed7ec9f7d1a0142d4f1c8c83bab9172bc92c7c authored about 1 year ago
patch 9.1.0013: Modula2 filetype support lacking

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

github.com/macvim-dev/macvim - 68a89470693c7687d4e736ca056c05de632e3ac7 authored about 1 year ago
patch 9.1.0012: regression with empty inner blocks introduced

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

github.com/macvim-dev/macvim - 3779516988f14f2070d827514c79383334a0946b authored about 1 year ago
runtime(doc): Fix typos in version9.txt (#13817)

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

github.com/macvim-dev/macvim - 7b7672d5caa1dd6861ed9263d80d70d922bdcd06 authored about 1 year ago
runtime(doc): Fix typos in reltime() help. (#13818)

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

github.com/macvim-dev/macvim - 963fd7d6e5c71d7d76b515891dc8ee32310ebe9f authored about 1 year ago
runtime(vim): Update syntax file (#13671)

Support multiline :syntax commands.

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

Sign...

github.com/macvim-dev/macvim - c79646dfb10126f4ef22734d8713f2352197435e authored about 1 year ago
patch 9.1.0011: regexp cannot match combining chars in collection

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

github.com/macvim-dev/macvim - d2cc51f9a1a5a30ef5d2e732f49d7f495cae24cf authored about 1 year ago
patch 9.1.0010: Keymap completion is not available

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

Add ...

github.com/macvim-dev/macvim - 81642d9d6ff5cd6a90a012b1b98632ce51eeb1a8 authored about 1 year ago
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...

github.com/macvim-dev/macvim - f93b1c881a99fa847a1bafa71877d7e16f18e6ef authored about 1 year ago
patch 9.1.0008: NSIS installer includes syntax testdir

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

github.com/macvim-dev/macvim - 30994d686c9199edae887e7322ef046c91988566 authored about 1 year ago
patch 9.1.0007: can select empty inner text blocks

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

github.com/macvim-dev/macvim - ad4d7f446dc6754bde212234d46f4849b520b6e0 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 184f71cc6868a240dc872ed2852542bbc1d43e28 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 4d8cb683b1543ec02563cdd2d068ce5f82f90539 authored about 1 year ago
MacVim r179

Updated to Vim 9.1.0

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

github.com/macvim-dev/macvim - 73ed6d92a66ef262d7672878210e38bfaa352221 authored about 1 year ago
Merge pull request #1470 from ychin/ci-use-xcode-15.1

Update CI to build using Xcode 15.1

github.com/macvim-dev/macvim - a1d73f709a243d058c0ee2dccf12e16579b37ada authored about 1 year ago
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...

github.com/macvim-dev/macvim - a27267731fb52798203010ee7c5d5d30677458a9 authored about 1 year ago
runtime(fortran): syntax and documentation updates (#13811)

closes: #13802

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

github.com/macvim-dev/macvim - d94ca966ca6d85d3dd03c8b68ff6a4cbae4da1af authored about 1 year ago
patch 9.1.0004: reloading colorscheme when not changing 'background'

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

github.com/macvim-dev/macvim - 83ad2726ff56db70cb2da78e1e4ea0e09941c73b authored about 1 year ago
patch 9.1.0003: Cannot build against Ruby 33 dynamically

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

github.com/macvim-dev/macvim - 443657b32becb2318ae40e30a849bbe5cc1a153c authored about 1 year ago
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...

github.com/macvim-dev/macvim - 0689b870595c687a23e102913ce5037f65d03748 authored about 1 year ago
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...

github.com/macvim-dev/macvim - bf44b69d1f91d9778ae1887128c63d35d9a3d19b authored about 1 year ago
runtime(vim): add jumpoptions to syntax file (#13808)

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

Signed-off-by: Hugo ...

github.com/macvim-dev/macvim - b5352931b354eb67eb7d223cc09c98dcf1b547b6 authored about 1 year ago
runtime(doc): document that the diff filetype uses Diff hl groups

related: #13776

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

github.com/macvim-dev/macvim - b1392bee701d887b66b596c9af26bfcb6f0614b8 authored about 1 year ago
runtime(vim): Add support for <ScriptCmd> syntax (#10686)

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

`<Cmd>` is a...

github.com/macvim-dev/macvim - 80beeef0c6a4c44b190631725bce3dcc5635e3ee authored about 1 year ago
runtime(vim): Add support for `syntax foldlevel` command (#6182)

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

github.com/macvim-dev/macvim - d4634a26cdcdbd0f22ec608bb4954cd7eb8db528 authored about 1 year ago
Fix Vim version parsing to support 0 patch versions (e.g. 9.1.0)

github.com/macvim-dev/docs - e865a600a32ef70ff907230c3fcd79569d76a6fe authored about 1 year ago
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...

github.com/macvim-dev/macvim - 401adfb9e97c716f08d8ea388080657e1b73bb5c authored about 1 year ago
Merge remote-tracking branch 'vim/master'

Vim is updated to 9.1

github.com/macvim-dev/macvim - f112c12f753f6d4bdfdba8acf6ff287e9d9a01be authored about 1 year ago
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...

github.com/macvim-dev/macvim - b4ddc6c11e95cef4b372e239871fae1c8d4f72b6 authored about 1 year ago
Fix minor typo in whatsnew.html

github.com/macvim-dev/macvim-dev.github.io - bd5649c64ac2eea1b77f257c0ea808198e418234 authored about 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 1e34a9f21b22f80661a790e520320ed398648317 authored about 1 year ago
runtime(doc): add missing help tags

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

github.com/macvim-dev/macvim - 6c1afa3d0bdfce3ac1197b00409ac1afa7cf368a authored about 1 year ago
runtime(menu): regenerate synmenu

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

github.com/macvim-dev/macvim - 34d15155fc45162bc0036e97f9ddfc7b9b1630bd authored about 1 year ago
patch 9.0.2190: proto files need update

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

Signed-off-by: Christian Brabandt ...

github.com/macvim-dev/macvim - 6a950da86d7a6eb09d5ebeab17657986420d07ac authored about 1 year ago
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]>

github.com/macvim-dev/macvim - 10b4f75d4c03c1cd4f579be5fdc812ba41b72fef authored about 1 year ago
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: ...

github.com/macvim-dev/macvim - b16fc9805535dc6eb084142da0c87210fc102494 authored about 1 year ago
runtime(ruby): Update ftplugin and omni-complete (#13805)

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

github.com/macvim-dev/macvim - d08059ab48b822a25060b8a486085371ddeebcf7 authored about 1 year ago
runtime(doc): Update Version9.txt for release 9.1 (#13804)

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

github.com/macvim-dev/macvim - 0ede5e361fba0254d454f61b0747b75a16a80bb5 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 74512e0ad09763e87468c7364fd96d596e30d26d authored about 1 year ago
translation(de): Updated German translation (#13796)

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

github.com/macvim-dev/macvim - d36f590d41ece139ba7e4d46af9f569ca30e07fa authored about 1 year ago
translation(tr): Improve Turkish documentation (#13800)

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

github.com/macvim-dev/macvim - 5528a7293773d1211459847bb9ad7d8f75944075 authored about 1 year ago
runtime(fortran): update syntax and documentation (#13784)

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

Signed-off-by: Aji...

github.com/macvim-dev/macvim - d96f25bd69c14bc257281a580f344240c72f4999 authored about 1 year ago
patch 9.0.2189: Wrong display with 'briopt=sbr' and 'nobreakindent'

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

github.com/macvim-dev/macvim - 7e4f62a2575e8ce9ebb842d4246288138b11dff3 authored about 1 year ago
runtime(git): Make diffs foldable

github.com/macvim-dev/macvim - 757714c0cba7772b987b2513559bcb74ce53ce3f authored about 1 year ago
runtime(markdown): Fix folding of code blocks

github.com/macvim-dev/macvim - 244f01658f9c60c71a776a2162c28ea93e102f12 authored about 1 year ago
runtime(cucumber): Updates to indent and syntax

github.com/macvim-dev/macvim - 715a8058895f5908f44ee243fdafa431b6483e47 authored about 1 year ago
runtime(git): Add small ftplugin

github.com/macvim-dev/macvim - 48ddc6a6f86f1f42bdb49d308d72c15b0e90ce5a authored about 1 year ago
runtime(gitcommit): Updates to ftplugin and syntax

github.com/macvim-dev/macvim - fda02d03c0cfe017e465c58b3baf8b3106287578 authored about 1 year ago
runtime(sass): Provide sass_recommended_style option

github.com/macvim-dev/macvim - a907c91992167e41da41008d4370e434e324cbf2 authored about 1 year ago
translation(hu): add Hungarian translation (#13782)

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

Signed-off-by: Zoltan Arpadffy ...

github.com/macvim-dev/macvim - 0efa58184b9e60a66eb51a09a51eec81fbfaeb6d authored about 1 year ago
translation(ru): Updated Russian translation (#13788)

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

github.com/macvim-dev/macvim - 9f239f169a859c56b24542d7df5ab723ad1fe188 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 53860eb9ce6c5490ded1372607b18bb895bb2461 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 0aed99abf79c00fcd6b489a8eab646e2ba97876d authored about 1 year ago
translation(ru): adjust tutor/README.ru.utf-8.txt (#13789)

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

github.com/macvim-dev/macvim - 86fcada95bb36471883862b9de2798306a4317c7 authored about 1 year ago
translation(it): Update Italian translations

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

github.com/macvim-dev/macvim - 7d0abf2cb6969932dea55bbb67b3ce793fd86b36 authored about 1 year ago
runtime(elixir): missing undo_ftplugin for indentkeys

fixup after #13771

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

github.com/macvim-dev/macvim - d1cea036467ca55d7698378679a1e32c9f056d59 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 9e6549d2fb282c45a2492ea95fe7ba54c2082c3e authored about 1 year ago
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...

github.com/macvim-dev/macvim - 23627722d36b49e38ba6f8dc6bb3ebe19c98a83b authored about 1 year ago
runtime(doc): add help tag multiple-constructors. (#13772)

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

github.com/macvim-dev/macvim - 92feeaffc291d3247fd7c591c5ee4ec1b6c957ec authored about 1 year ago
runtime(elixir): fix indentation (#13771)

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

github.com/macvim-dev/macvim - 7e27411007378e005339ef37503697ae7e183da1 authored about 1 year ago
runtime(mermaid): Syntax fix (#13774)

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

github.com/macvim-dev/macvim - a03647acc313edfcc4f9cde07efe388762ada436 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 38bea30f53da8e4a8847407404597b255b20334e authored about 1 year ago
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 ...

github.com/macvim-dev/macvim - 65672ae1189e0638fb68856598b98a2b7ee2a0a8 authored about 1 year ago
runtime(diff): Update default links (#13776)

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

github.com/macvim-dev/macvim - 00b470052b71ca10d663186d99683e8379b21154 authored about 1 year ago
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...

github.com/macvim-dev/macvim - 0bca4a00188ccde335e0d6a7b7c093998e09182f authored about 1 year ago
build(deps): bump actions/deploy-pages from 3 to 4 (#7)

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release n...

github.com/macvim-dev/docs - b9d94fbd3291bc55493fdfffe91f905179653b76 authored about 1 year ago
build(deps): bump actions/upload-pages-artifact from 2 to 3 (#6)

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 t...

github.com/macvim-dev/docs - 8a200d6eb23f2b6380d8014954eb6eda283941a1 authored about 1 year ago
runtime(doc): Add variable categories and null related documentation(#13750)

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

github.com/macvim-dev/macvim - cea3dac76e42c9a33dccbd2f10ef011f0be5c292 authored about 1 year ago
runtime(r): Update R runtime files and docs (#13757)

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

github.com/macvim-dev/macvim - 9042bd8b09bae0051fdf8eb5a57fa4b4420c92a0 authored about 1 year ago
translation(ua): Update Ukrainian translation (#13760)

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

github.com/macvim-dev/macvim - 377372ed5ba47995f12cd31be5f6132e82ca9cf6 authored about 1 year ago
patch 9.0.2185: Coverity complains about not checking return value

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

github.com/macvim-dev/macvim - 6b9492e299c0b4ea76062160c4daf3985897f0b8 authored about 1 year ago
runtime(doc): Clarify that new() is not static

closes: #13756

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

github.com/macvim-dev/macvim - 4e28631f9127a79fad564c0e870ce4988922b5e2 authored about 1 year ago
runtime(doc): list of new/changed features in version9.txt

closes: #13753

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

github.com/macvim-dev/macvim - 49cdd629a39d7e40e7349e65cb177e2442871a04 authored about 1 year ago