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
Signed-off-by: Yegappan Lakshmanan <[email protected]>
Signed-off-by: Christian Brabandt <cb@2...
Problem: The "*.*" browsefilter pattern only matches all files on
Windows (Daryl Lee)
Soluti...
Problem: Cannot act on various terminal response codes
Solution: Add the TerminalResponseAll au...
Problem: win32: Ctrl-D cannot be used to close a pipe
Solution: Properly detect Ctrl-D when rea...
- Run the doc make html awk script, which also checks, that all
referenced help tags exists.
...
Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
Problem: Vim is missing a foreach() func
Solution: Implement foreach({expr1}, {expr2}) function...
Problem: win32: Windows default font lacking (@clach04)
Solution: Improve default font (Ken Tak...
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
Problem: z/OS (MVS) support can be improved
Solution: set UTF-8 as the default encoding for z/O...
Problem: xxd: few problems with EBCDIC for z/OS (MVS)
Solution: Fix xxd build and support ASCII...
Problem: Coverity complains about improper use of negative value
Solution: Add a condition to v...
Problem: i_CTRL-R- doesn't work for multibyte chars in Replace mode,
Coverity complai...
Problem: Vim9: cannot compile all methods in a class
Solution: Support compiling all the method...
Problem: cmdline may disappear when changing 'cmdheight'
(after Patch 9.0.0190, @mark...
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 agoUse `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
Problem: use-after-free in eval1_emsg() when an empty
line follows a lambda (by @yu3s...
* Import netrw v174b
* Revert unwanted changes
* Fix indent
* Revert some changes
* Update t...
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
From: #138331:
- Updating .tar.zst files was broken. Fixes #12639.
- Extracting files from ....
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
Problem: default diff highlighting is too noisy
Solution: Link diff highlighting groups to new
...
* Emend textual typos
* Emend syntactic errors in examples
* Acknowledge no support for abstra...
github.com/macvim-dev/macvim-dev.github.io - 9f7849312c1c0f88e3fbed34403ac4bf1249d1ff authored about 1 year ago
Problem: i_CTRL-R- no longer works in replace mode
Solution: delete characters in replace mode ...
Problem: incorrect use of W_WINROW in edit.c
Solution: compare against curwin->w_height instead...
Problem: Modula2 filetype support lacking
Solution: Improve the Modula-2 runtime support, add a...
Problem: regression with empty inner blocks introduced
(after v9.1.0007)
Solution: Se...
Signed-off-by: Ken Takata <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
Signed-off-by: Lifepillar <[email protected]>
Signed-off-by: Christian Brabandt <cb@256b...
github.com/macvim-dev/macvim-dev.github.io - f16a2add60eea8a343844992929ba4a050a6ac7a authored about 1 year ago
Support multiline :syntax commands.
Match :syn-cchar option in :syn-{keyword,region}.
Sign...
github.com/macvim-dev/macvim - c79646dfb10126f4ef22734d8713f2352197435e authored about 1 year ago
Problem: regexp cannot match combining chars in collection
Solution: Check for combining charac...
Problem: Keymap completion is not available
Solution: Add keymap completion (Doug Kearns)
Add ...
github.com/macvim-dev/macvim - 81642d9d6ff5cd6a90a012b1b98632ce51eeb1a8 authored about 1 year ago
Problem: Cannot easily get the list of matches
Solution: Add the matchstrlist() and matchbuflin...
Problem: NSIS installer includes syntax test dumps
(Yegappan Lakshmanan)
Solution: Ex...
Problem: can select empty inner text blocks
(laurentalacoque)
Solution: make selectin...
Problem: is*() and to*() function may be unsafe
Solution: Add SAFE_* macros and start using tho...
Problem: OpenVMS build does not support python3 and xterm_save
Solution: Enable python3 + xterm...
Updated to Vim 9.1.0
Vim 9.1 is now released! See
[announcement](https://www.vim.org/vim-9.1-re...
Update CI to build using Xcode 15.1
github.com/macvim-dev/macvim - a1d73f709a243d058c0ee2dccf12e16579b37ada authored about 1 year ago
Update Xcode to latest version before release, as 15.1 seems to contain
some bug fixes in the li...
closes: #13802
Signed-off-by: Ajit-Thakkar <[email protected]>
...
Problem: reloading colorscheme when not changing 'background'
Solution: Check, if the backgroun...
Problem: Cannot build against Ruby 33 dynamically
Solution: Ruby 33 removed transient heap, so ...
Problem: a closing fold expression may unexpectedly start a new fold
when it should e...
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
* 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 agorelated: #13776
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - b1392bee701d887b66b596c9af26bfcb6f0614b8 authored about 1 year agoAdding `<ScriptCmd>` to list of angle-bracket notation syntax, just like `<Cmd>`
`<Cmd>` is a...
github.com/macvim-dev/macvim - 80beeef0c6a4c44b190631725bce3dcc5635e3ee authored about 1 year agoSigned-off-by: Brad King <[email protected]>
Signed-off-by: Doug Kearns <dougkearns@gmail...
github.com/macvim-dev/docs - e865a600a32ef70ff907230c3fcd79569d76a6fe authored about 1 year ago
Vim 9.1 just landed with 0 patches (i.e. 9.1.0) and existing configure
scripts weren't set up to...
Vim is updated to 9.1
github.com/macvim-dev/macvim - f112c12f753f6d4bdfdba8acf6ff287e9d9a01be authored about 1 year ago
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 agogithub.com/macvim-dev/macvim-dev.github.io - bd5649c64ac2eea1b77f257c0ea808198e418234 authored about 1 year ago
github.com/macvim-dev/macvim - 1e34a9f21b22f80661a790e520320ed398648317 authored about 1 year ago
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 6c1afa3d0bdfce3ac1197b00409ac1afa7cf368a authored about 1 year agoSigned-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 34d15155fc45162bc0036e97f9ddfc7b9b1630bd authored about 1 year ago
Problem: proto files need update
Solution: re-generate them
Signed-off-by: Christian Brabandt ...
github.com/macvim-dev/macvim - 6a950da86d7a6eb09d5ebeab17657986420d07ac authored about 1 year agoPatch provided by Dan Alt
closes: #13793
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 10b4f75d4c03c1cd4f579be5fdc812ba41b72fef authored about 1 year agoadd `local` in shStatement
Signed-off-by: Lucien Grondin <[email protected]>
Signed-off-by: ...
Signed-off-by: Doug Kearns <[email protected]>
Signed-off-by: Christian Brabandt <cb@256bit....
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - 0ede5e361fba0254d454f61b0747b75a16a80bb5 authored about 1 year ago
Signed-off-by: Yegappan Lakshmanan <[email protected]>
Signed-off-by: Christian Brabandt <cb@2...
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - d36f590d41ece139ba7e4d46af9f569ca30e07fa authored about 1 year ago
Signed-off-by: Emir SARI <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
* 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
Problem: Wrong display when 'breakindentopt' contains "sbr" and
'showbreak' and 'nobr...
github.com/macvim-dev/macvim - 757714c0cba7772b987b2513559bcb74ce53ce3f authored about 1 year ago
github.com/macvim-dev/macvim - 244f01658f9c60c71a776a2162c28ea93e102f12 authored about 1 year ago
github.com/macvim-dev/macvim - 715a8058895f5908f44ee243fdafa431b6483e47 authored about 1 year ago
github.com/macvim-dev/macvim - 48ddc6a6f86f1f42bdb49d308d72c15b0e90ce5a authored about 1 year ago
github.com/macvim-dev/macvim - fda02d03c0cfe017e465c58b3baf8b3106287578 authored about 1 year ago
github.com/macvim-dev/macvim - a907c91992167e41da41008d4370e434e324cbf2 authored about 1 year ago
* 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 agoSigned-off-by: RestorerZ <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
- File coveralls.yml removed from $(SRC_ALL), in patch 9.0.1752 (#12851)
- runtime/lang/Make_m...
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 agoSigned-off-by: RestorerZ <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
Signed-off-by: Antonio Giovanni Colombo <[email protected]>
Signed-off-by: Christian Brabandt <cb...
fixup after #13771
Signed-off-by: Christian Brabandt <[email protected]>
github.com/macvim-dev/macvim - d1cea036467ca55d7698378679a1e32c9f056d59 authored about 1 year ago
Problem: cursor wrong after { in single line buffer
(Edwin Chan)
Solution: do not pla...
Problem: Visual selection isn't drawn with 'breakindent' when the line
doesn't fit in...
Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
Signed-off-by: George Guimarães <[email protected]>
Signed-off-by: Mitchell Hanberg ...
* runtime(mermaid): Fix arrow syntax
* runtime(mermaid): Disable syntax for identifier to avoid...
Problem: LTCG compile error on Win/ARM64 for `write_chars()`
Solution: Explicitly initialise th...
In particular remove the sentence, that a missing '{'
(for ]m) or '}' (for ]M) after the cursor ...
Problem: Current default links for `diffAdded`, `diffChanged`, and
`diffRemoved` ...
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
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release n...
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
Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
* Update R runtime files
- Fix indentation issue with ggplot().
- Setlocal autoindent in inden...
Signed-off-by: Anatolii Sakhnik <[email protected]>
Signed-off-by: Christian Brabandt <cb@256...
Problem: Coverity complains about not checking return value
in compare_isn_not_values...
closes: #13756
Signed-off-by: Ernie Rael <[email protected]>
Signed-off-by: Christian Brabandt...
closes: #13753
Signed-off-by: Yegappan Lakshmanan <[email protected]>
Signed-off-by: Christian...