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

patch 9.0.1741: No type checking in interfaces

Problem: No type checking in interfaces
Solution: Implement member type check in vim9 interfaces...

github.com/macvim-dev/macvim - c5d2744c045f9ad058cbc799f2434d90a6d83516 authored over 1 year ago
Runtime: add new sed ftplugin (#12843)

github.com/macvim-dev/macvim - 56bafd7a6a79203b86f7165a7bbac5730c170f64 authored over 1 year ago
patch 9.0.1740: segfault when reading invalid viminfo file

Problem: segfault when reading invalid viminfo file
Solution: Check the expected type in the vim...

github.com/macvim-dev/macvim - 0a0764684591c7c6a5d722b628f11dc96208e853 authored over 1 year ago
patch 9.0.1739: Leftover files in libvterm

Problem: leftover files in libvterm
Solution: Fix cleaning of libvterm directory

Delete the lib...

github.com/macvim-dev/macvim - 38ab19e00f378eeead3baf95ee24b9665c76b350 authored over 1 year ago
patch 9.0.1738: Duplicate code to reverse a string

Problem: Duplicate code to reverse a string
Solution: Move reverse_text() to strings.c and remo...

github.com/macvim-dev/macvim - 4dd266cb66d901cf5324f09405cfea3f004bd29f authored over 1 year ago
patch 9.0.1737: Calling a base class method through an extended class fails

Problem: Calling a base class method through an extended class fails
Solution: Create lookup tab...

github.com/macvim-dev/macvim - b102728c204430b16a5d9e6720c882e12a687570 authored over 1 year ago
Runtime: Update Italian Translation

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

github.com/macvim-dev/macvim - e27578aee6cf34654473749cb8bd5c459e108a87 authored over 1 year ago
patch 9.0.1736: Github Actions times out after 20 minutes

Problem: Github Actions times out after 20 minutes
Solution: Increase the timeout to 25 minutes
...

github.com/macvim-dev/macvim - 07a2b61d4c76b264740a47fac781803a9b8bcc08 authored over 1 year ago
Add TODO, FIXME to Haskell syntax file (#8055)

Adding TODO, XXX, FIXME to Haskell syntax file #8054

github.com/macvim-dev/macvim - 817db406bb12b9fd5df25d4cda392b515d44ee05 authored over 1 year ago
bindzone runtime: add new DNS record types (#7351)

Recognize some newer DNS record types - CAA (RFC8659, certificate authority authorization), OPEN...

github.com/macvim-dev/macvim - 442d1746f4c650e2e41246fd5679f635a4a30232 authored over 1 year ago
Keywords 'of' and 'yield' for Javascript. (#7873)

* Keyword 'of' in for...of statement.

* Keyword 'yield' for generator function.

github.com/macvim-dev/macvim - a5988f582e482150023862052d41e5215253a3de authored over 1 year ago
patch 9.0.1735: Rename completion specific findex var

Problem: Rename completion specific findex var
Solution: Move "findex" static variable to xp_sel...

github.com/macvim-dev/macvim - e9ef347c137aca6c2592beb19da45a8aece65e11 authored over 1 year ago
patch 9.0.1734: :runtime completion fails for multiple args

Problem: :runtime completion fails for multiple args
Solution: Make it work

closes: #12616

Sig...

github.com/macvim-dev/macvim - be5cdd1d634c2dfc7e415499fb18f4d246a8721c authored over 1 year ago
patch 9.0.1733: CI: cannot cache linux-modules-extra

Problem: CI: cannot cache linux-modules-extra
Solution: Enable caching and reduce failed downloa...

github.com/macvim-dev/macvim - d2af6c66fe9b6bbb58d6ffdf8b3aa6e57d993b1f authored over 1 year ago
patch 9.0.1732: vimexpr: shadowing variable

Problem: vimexpr: shadowing variable
Solution: Rename local variable

Signed-off-by: Christian B...

github.com/macvim-dev/macvim - d5475e8d8dc250f19043b730c10a01b06f1c8040 authored over 1 year ago
patch 9.0.1731: blockwise Visual highlight not working with virtual text

Problem: blockwise Visual highlight not working with virtual text
Solution: Reset the correct va...

github.com/macvim-dev/macvim - 6e940d9a1d4ff122aad1b0821c784a60b507d45c authored over 1 year ago
man.vim: Recognise hyphenated-at-eol cross-references (#12609)

Manual pages requested for output may undergo formatting
arranged by some roff-descendant progr...

github.com/macvim-dev/macvim - 8cfe52e6fbf44032cd40d1561e93644786b15ee7 authored over 1 year ago
man.vim: Uniformly place cursor at the same column with `Ctrl-t` (#12608)

Functions col and cursor count each tab (0x9) as a byte, and
are complementary. On the other ha...

github.com/macvim-dev/macvim - 6e5ab2b994c3356fe91e8f9b701df52146fc0985 authored over 1 year ago
patch 9.0.1730: passing multiple patterns to runtime not working

Problem: passing multiple patterns to runtime not working
Solution: prepend prefix to each argum...

github.com/macvim-dev/macvim - 008c91537b55835aa91cd8fbe1a139256581da31 authored over 1 year ago
patch 9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n

Problem: screenpos() wrong result with w_skipcol and cpoptions+=n
Solution: Use adjust_plin...

github.com/macvim-dev/macvim - bfe377b8f2d080e5f85c8cbecf3533456e1d6312 authored over 1 year ago
patch 9.0.1728: missing winid argument for virtcol()

Problem: missing winid argument for virtcol()
Solution: Add a {winid} argument to virtcol()

Oth...

github.com/macvim-dev/macvim - 825cf813fa0fddf085fcbd3194781e875320ff63 authored over 1 year ago
patch 9.0.1727: minor problems with the teapot

Problem: minor problems with the teapot()
Solution: remove the null check, update documentation
...

github.com/macvim-dev/macvim - b0efa49ed179d3aa1fa0358d4c3c6d35a0efb291 authored over 1 year ago
patch 9.0.1726: incorrect heights in win_size_restore()

Problem: incorrect heights in win_size_restore()
Solution: avoid restoring incorrect heights in ...

github.com/macvim-dev/macvim - 876f5fb570d8401aa4c58af4a5da91f10520aa9d authored over 1 year ago
patch 9.0.1725: cursor pos wrong after concealed text with 'virtualedit'

Problem: Wrong cursor position when clicking after concealed text
with 'virtualed...

github.com/macvim-dev/macvim - e500ae8e29ad921378085f5d70ee5c0c537be1ba authored over 1 year ago
patch 9.0.1724: vim9class constructor argument type checking bug

Problem: vim9class constructor argument type checking bug
Solution: fix it

closes: #12816

Sign...

github.com/macvim-dev/macvim - 2261c89a49ff2115e1ccc9ab9211e9f0d5a37578 authored over 1 year ago
Update sr.po (#12820)

github.com/macvim-dev/macvim - 5a0dd71ed914158ed21576516519e43f1e64bb78 authored over 1 year ago
Use string interpolation (#12823)

github.com/macvim-dev/macvim - bfc461f756c9b933ea6c5d776244667b6b1a84ef authored over 1 year ago
patch 9.0.1723: Fix regression in {func} argument of reduce()

Problem: Fix regression in {func} argument of reduce()
Solution: pass function name as string ag...

github.com/macvim-dev/macvim - ad0c442f1fcc6fe9c433777ee3e5b9e6addc6d69 authored over 1 year ago
patch 9.0.1722: wrong error messages when passing wrong types to count()

Problem: wrong error messages when passing wrong types to count()
Solution: fix it

This fixes t...

github.com/macvim-dev/macvim - 4f389e7c0fe7dfeccfa512a72fa36f9028d57159 authored over 1 year ago
patch 9.0.1721: Build failure on Windows with dynamic lua

Problem: Build failure on Windows with dynamic lua (after 9.0.1719)
Solution: move definition fu...

github.com/macvim-dev/macvim - 4112acae0816e3f64c082b1e773dd5f4a100685e authored over 1 year ago
patch 9.0.1720: Vim9 class using wrong index for overridden method

Problem: Vim9 class using wrong index for overridden method
Solution: Use correct index for over...

github.com/macvim-dev/macvim - a456b12011569be91418bbf6277d844c67e05e79 authored over 1 year ago
Update FreeBASIC syntax file (#12781)

github.com/macvim-dev/macvim - 20b33b56ad5d92c1c11e0859dc9333166625e0ad authored over 1 year ago
zh_CN: update to use reordering (#12787)

github.com/macvim-dev/macvim - cf8cde2e5a3bee4f33e39e354945bab367f5eb7c authored over 1 year ago
patch 9.0.1719: if_lua: crash for for Lua functions invoked via Vim callbacks

Problem: if_lua: crash for Lua functions invoked via Vim callbacks
Solution: Use Lua registry ra...

github.com/macvim-dev/macvim - 8a35033782de4e1f43fba15543fc8fb458944194 authored over 1 year ago
patch 9.0.1718: dict-completion does not respect region

Problem: dict-completion does not respect region
Solution: respect selected region in dict compl...

github.com/macvim-dev/macvim - e98fb643ec5f84f9088c8b1434a0bd6ff988dc2d authored over 1 year ago
The keyboard layout "russian-typograph" has been updated to version 3.3 (#12796)

Co-authored-by: RestorerZ <[email protected]>

github.com/macvim-dev/macvim - 636d32b327309f453e5cdfe75bbe7ad14550093a authored over 1 year ago
Update syntax/muttrc.vim to latest mutt (#12797)

Nothing complicated, just lots of tedium keeping the lines wrapped at
reasonable lengths.

github.com/macvim-dev/macvim - 10f23e10a9f0ea2a48f9e15f7ee53a20e5e09e91 authored over 1 year ago
Update syntax/fortran.vim (#12798)

Several small improvements including better discrimination of "real" used as a type and as an in...

github.com/macvim-dev/macvim - 4868f637b84a18fd162db6eff6d716bf22595fd0 authored over 1 year ago
patch 9.0.1717: virtcol2col returns last byte of a multi-byte char

Problem: virtcol2col returns last byte of a multi-byte char
Solution: Make it return the first b...

github.com/macvim-dev/macvim - b209b86e6636a16088ccacdac98213416c065bf2 authored over 1 year ago
patch 9.0.1716: Windows build with python 3.12 and clang fails

Problem: Windows build with python 3.12 and clang fails
Solution: Remove the PyBool_Type functio...

github.com/macvim-dev/macvim - 15a0a0281a060fd5968ca2f3c80e750137106adb authored over 1 year ago
patch 9.0.1715: duplicate test in message_test.c

Problem: duplicate test in message_test.c
Solution: Remove duplicate test and make functions sta...

github.com/macvim-dev/macvim - 7772c93a3ec1ce60469e9aea9899687ae1141f34 authored over 1 year ago
patch 9.0.1714: getcompletion() "cmdline" fails after :autocmd

Problem: getcompletion() "cmdline" fails after :autocmd
Solution: Use set_cmd_context() instead...

github.com/macvim-dev/macvim - e4c79d36150431ffb97cb8952ec482af2e57f228 authored over 1 year ago
patch 9.0.1713: Github CI fails to load snd-dummy kernel module

Problem: Github CI fails to load snd-dummy kernel module
Solution: Make installation of linux-mo...

github.com/macvim-dev/macvim - ba913b14dde28f1f49b73a15f0a75038e12fde27 authored over 1 year ago
patch 9.0.1712: missing null check in object_clear()

Problem: missing null check in object_clear()
Solution: Add null check of cl

closes: #12627

Si...

github.com/macvim-dev/macvim - 5b0889b8bf25b0793b1949ec965c94b623900aba authored over 1 year ago
patch 9.0.1711: dead code in charset.c

Problem: dead code in charset.c
Solution: remove it

linetabsize_col() calls init_chartabsize_ar...

github.com/macvim-dev/macvim - d3515a1e88cf25c1d5eae8faa965b587a124e687 authored over 1 year ago
patch 9.0.1710: scrolloff options work slightly different

Problem: sidescrolloff and scrolloff options work slightly
different than other global-...

github.com/macvim-dev/macvim - 4a8eb6e7a9df10f79bf95301ced012f0d6a13088 authored over 1 year ago
patch 9.0.1709: dynamic build with python 3.12 breaks

Problem: dynamic build with python 3.12 breaks
Solution: if_python3.c: Fix building dynamic Pyth...

github.com/macvim-dev/macvim - e5e4709a6ac02dc2a17bd6e4d02e799269ba5ea9 authored over 1 year ago
patch 9.0.1708: getcompletion() failes for user-defined commands

Problem: getcompletion() failes for user-defined commands
Solution: set context for completion f...

github.com/macvim-dev/macvim - 8ef1fbc0c3ca8dca32c352f3cf30e7a4b3096a94 authored over 1 year ago
patch 9.0.1707: Cannot wrap around in popup_filter_menu()

Problem: Cannot wrap around in popup_filter_menu()
Solution: Allow to wrap around by default

Cu...

github.com/macvim-dev/macvim - badeedd913d9d6456ad8087911d024fd36800743 authored over 1 year ago
patch 9.0.1706: typos in the xxd manpage

Problem: typos in the xxd manpage
Solution: Fix typos and formatting

closes: #12645

Signed-off...

github.com/macvim-dev/macvim - 02551c9de0895dbe9105bd577e59c1fdde44355a authored over 1 year ago
runtime: Remove Brams email in indent/README.txt

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

github.com/macvim-dev/macvim - 96d6c4aabed15266bc4acfa66f9b35c2820dfa59 authored over 1 year ago
patch 9.0.1705: cursor position wrong when clicking on an unprintable char

Problem: cursor position wrong when clicking on an unprintable char
Solution: Don't update prev...

github.com/macvim-dev/macvim - b25dbb3f9b5885dd623af7a9fae890b8366b64e2 authored over 1 year ago
patch 9.0.1704: Cannot use positional arguments for printf()

Problem: Cannot use positional arguments for printf()
Solution: Support positional arguments in ...

github.com/macvim-dev/macvim - 0c6181fec4c362eb9682d5af583341eb20cb1af5 authored over 1 year ago
runtime: Add a few more remarks about Bram and new runtime files

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

github.com/macvim-dev/macvim - 1688938dd5ac78ab67e54299b9d5b93499dba762 authored over 1 year ago
patch 9.0.1703: Vim9 Calling a method in an extended class fails

Problem: Vim9 Calling a method in an extended class fails
Solution: use method index directly

c...

github.com/macvim-dev/macvim - 74cc13cc402fa4df9033fbbc0643b1b403525950 authored over 1 year ago
runtime(pymanifest): fix mistake in syntax definition

Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: ObserverOfTime <chronobserver@...

github.com/macvim-dev/macvim - 9ad1bf7afd5c4f26e5154eca2697c9a6773e0bf4 authored over 1 year ago
Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)

* Dedicate upcoming Vim 9.1 to Bram

Also replace in a few more places Brams email address and...

github.com/macvim-dev/macvim - e978b4534a5e10471108259118c0ef791106fd92 authored over 1 year ago
patch 9.0.1702: Undo test is flaky

Problem: Undo test is flaky.
Solution: Apply filter and change time to "1 second ago" in both d...

github.com/macvim-dev/macvim - 9c30f4389944810cf88154d25dfd9ea5737c19e6 authored over 1 year ago
Add syntax & ftplugin for pymanifest (#12773)

github.com/macvim-dev/macvim - 2f339aad6c80e82d7c1237b402392065857174d4 authored over 1 year ago
Update iss syntax file (#11890)

- Add 'ExternalSize:' parameter
- Add 'setntfscompression' files flag
- Fix escaped left brace...

github.com/macvim-dev/macvim - f9c4c2f97db94f513b86d86b86bf981060c7c8bf authored over 1 year ago
patch 9.0.1701: vim9 crash when class member overridden

Problem: vim9 crash when class member overridden
Solution: Use method_count field instead

close...

github.com/macvim-dev/macvim - 57a02ccf4c75a6abb270194c90be926d5221b3ce authored over 1 year ago
patch 9.0.1700: Cannot compile with dynamic perl < 5.38

Problem: Cannot compile with dynamic perl < 5.38 (after 9.0.1681)
Solution: Fix if_perl/dyn from...

github.com/macvim-dev/macvim - 32f586eec1a48784566f8e7aad5cab0ad6105b02 authored over 1 year ago
patch 9.0.1699: compile warning for xdiff/xutils on MS-Windows

Problem: compile warning for xdiff/xutils on MS-Windows
Solution: add explicit type cast from si...

github.com/macvim-dev/macvim - 6c313bbb043745a60a7ee30a78edb907260b764a authored over 1 year ago
patch 9.0.1698: Test_map_restore_sid fails in GUI

Problem: Test_map_restore_sid fails in GUI
Solution: Feed an unsimplified Ctrl-B

closes: #12770...

github.com/macvim-dev/macvim - 7fe108990423535fa7cb804deae49d64831e25a9 authored over 1 year ago
patch 9.0.1697: incsearch test not sufficient

Problem: incsearch test not sufficient (after 9.0.1691)
Solution: add an additional test

Signed...

github.com/macvim-dev/macvim - 73b8209266f0cd5c6d4df77b3700172d9c26df31 authored over 1 year ago
patch 9.0.1696: sodium_mlock may still fail in CI

Problem: sodium_mlock may still fail in CI
Solution: Catch E1230 in testscript and skip test

Si...

github.com/macvim-dev/macvim - 8878653a441764c0e234c5d7af99a2b3a823bb9b authored over 1 year ago
patch 9.0.1695: Crash with overlong textprop above

Problem: Crash with overlong textprop above
Solution: Consider only positive padding

closes: #1...

github.com/macvim-dev/macvim - f1cc4d55b9ed3335985512fb9fedf31cc4bb65a0 authored over 1 year ago
patch 9.0.1694: wrong mapping applied when replaying a char search

Problem: wrong mapping applied when replaying a char search
Solution: Store a NOP after the ESC
...

github.com/macvim-dev/macvim - bacc83009bc38c9ba0247aaa22b76d1993d57993 authored over 1 year ago
patch 9.0.1693: Ctrl-Q not handled like Ctrl-V in replace mode

Problem: Ctrl-Q not handled like Ctrl-V in replace mode
Solution: Handle Ctrl-Q like Ctrl-V

clo...

github.com/macvim-dev/macvim - 2d63e4b3ccc0bb34db21a3c1d024cb114f8c4071 authored over 1 year ago
patch 9.0.1692: Android not handling AI_V4MAPPED ai_flag

Problem: Android not handling AI_V4MAPPED ai_flag
Solution: don't set AI_V4MAPPED flag when on A...

github.com/macvim-dev/macvim - db4fd29063f940d2d15bbcd5e86e03b26c985222 authored over 1 year ago
patch 9.0.1691: wrong viewport restored for incsearch and smoothscroll

Problem: wrong viewport restored for incsearch and smoothscroll
Solution: Save and restore skipc...

github.com/macvim-dev/macvim - 7b7b4cb6f274e7bace127107b0d2752133c4020b authored over 1 year ago
patch 9.0.1690: popup_create() not aborting on errors

Problem: popup_create() not aborting on errors
Solution: check for errors in arguments given and...

github.com/macvim-dev/macvim - f6cdab3704959379086d6a097fabdf6c55d73779 authored over 1 year ago
patch 9.0.1689: python 3.12 produces warnings and fails test

Problem: python 3.12 produces warnings and fails test
Solution: Make use of raw strings in pytho...

github.com/macvim-dev/macvim - 288bf26c5310ce3b06042d3f731c0d2341325fb5 authored over 1 year ago
patch 9.0.1688: cannot store custom data in quickfix list

Problem: cannot store custom data in quickfix list
Solution: add `user_data` field for the quick...

github.com/macvim-dev/macvim - ca6ac99077d2e6d020a34267aa5e0fbc4d23dc38 authored over 1 year ago
patch 9.0.1687: mapset() not properly handling script ID

Problem: mapset() not properly handling script ID
Solution: replace_termcodes() may accept a scr...

github.com/macvim-dev/macvim - 7e0bae024d4c1673cff31763227ad52b936fa56f authored over 1 year ago
.cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767)

github.com/macvim-dev/macvim - cd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff authored over 1 year ago
Add commentstring for nix file format (#12696)

github.com/macvim-dev/macvim - d8f981138aa04c15ff87b306e9003df8d4b09d17 authored over 1 year ago
patch 9.0.1686: undotree() only works for the current buffer

Problem: undotree() only works for the current buffer
Solution: Add an optional "buffer num...

github.com/macvim-dev/macvim - 5fee11114975b7405b7ccd3ee8758e54bf559760 authored over 1 year ago
patch 9.0.1685: silence Python 3.11 depreciations for gcc

Problem: Python 3.11 interface throws deprecation warnings
Solution: ignore those warnings for g...

github.com/macvim-dev/macvim - 422b9dcbfadcd5c1dfad982f9782563915398430 authored over 1 year ago
patch 9.0.1684: Update libvterm to rev 839

Problem: libvterm slightly outdated
Solution: Update libvterm from rev 818 to rev 839

Notable f...

github.com/macvim-dev/macvim - b00df7aa388994119346a21d77b0d0db2a0a5e9f authored over 1 year ago
Update CODEOWNERS (#12760)

github.com/macvim-dev/macvim - 8f5a8d8a8bdc3ab952a0eddfae8a66852b698220 authored over 1 year ago
Update my name and email in runtime files (#12763)

github.com/macvim-dev/macvim - 21aaff3faa828c5c2677a0a9f1b90a0b780d57f6 authored over 1 year ago
Update syntax/dosini.vim to the latest version (#12764)

The latest version is in https://github.com/xuhdev/syntax-dosini.vim/blob/master/syntax/dosini.v...

github.com/macvim-dev/macvim - dd0ad2598898c2b4641c4acd5b70b6184fa698ed authored over 1 year ago
Update the vimscript code for restoring cursor position

Using xxd(1) to filter and edit binary files causes the input files
to have dual nature, so to s...

github.com/macvim-dev/macvim - 81b8bf5b4a33552c610dc2ea743ac2698a16aef7 authored over 1 year ago
Improve the vimscript code in ":h hex-editing"

Save and restore the view position before and after saving the buffer,
respectively, to keep the...

github.com/macvim-dev/macvim - 6a500661a9cb7b57093cf1095aa67e9c4aabc709 authored over 1 year ago
Updated runtime files

This is a collection of various PRs from github that all require a minor
patch number:

1) https...

github.com/macvim-dev/macvim - 6efb1980336ff324e9c57a4e282530b952fca816 authored over 1 year ago
patch 9.0.1682: sodium encryption is not portable

Problem: crypt: sodium encryption is not portable
Solution: use little-endian byte order for sod...

github.com/macvim-dev/macvim - 6019fed0c50a31f0f9bb6c80e4e2b97d3f71565a authored over 1 year ago
Update krl and add rapid syntax files (#12750)

github.com/macvim-dev/macvim - 92f076e53e22b467fb6d12051fec2d4bdbda88fe authored over 1 year ago
Add security policy (#12687)

* Add security policy

Currently is hard to find where to report security issues,
the only me...

github.com/macvim-dev/macvim - 6ec7808c4a469d1fe22101f75e4d9abc269823a6 authored over 1 year ago
defaults.vim: Update comment to simplify reverting augroup

closes: #12673

github.com/macvim-dev/macvim - c41b3c9f95ac57646804977edea496705618cc93 authored over 1 year ago
patch 9.0.1681: Build Failure with Perl 5.38

Problem: Build Failure with Perl 5.38
Solution: Fix Build Failure

closes: #12543, closes: #12575

github.com/macvim-dev/macvim - 1d7caa58e3c87f75a4becbceabbd1af181ace11e authored over 1 year ago
patch 9.0.1680: sodium test fails in Github CI

Problem: sodium test fails in Github CI
Solution: Catch sodium_mlock() errors and do not er...

github.com/macvim-dev/macvim - 335c58494089ff4ef698f059ded6215f69c02bcf authored over 1 year ago
Change "the" to "then" under ':help bufload()' (#12662)

github.com/macvim-dev/macvim - c2bd205254c89ecf46e08965f53d7991315d9c98 authored over 1 year ago
Manpager: apply g flag conditionally to s command (#12679)

Problem: The `s` command with `g` flag only substitutes
one occurrence when `gdefault`...

github.com/macvim-dev/macvim - 64dea84bb05a29117cf2708085021c535b898975 authored over 1 year ago
update matchit (#12611)

github.com/macvim-dev/macvim - bd76c89e31ac9d9efd00ec8dda9c32436415dbbb authored over 1 year ago
Fix alignment in filetype.txt (#12618)

There are three spaces because the "<" is concealed.

github.com/macvim-dev/macvim - 0401933a5be3b72e12427cdaf8b7ff2694690d02 authored over 1 year ago
feat: recognize geojson extension as json filetype (#12636)

github.com/macvim-dev/macvim - 077ade4f67036e652b99f8f858c9ca1c1dd22245 authored over 1 year ago
Add filetype detection for eyaml files (#12659)

https://github.com/voxpupuli/hiera-eyaml/ uses and produces the eyaml
format, which is simply y...

github.com/macvim-dev/macvim - b69b9d5e175351c9a25507139954f6211f37fdd9 authored over 1 year ago
Highlight editorconfig properties with dashes (#12691)

Problem: editorconfig properties with dashes are not highlighted
Solution: update the property ...

github.com/macvim-dev/macvim - 958e15bb1c7d582cdca324dc61a4daf5c01842bc authored over 1 year ago
detect filetype for `*.vsh` and `*.vv` files (#12692)

Co-authored-by: Turiiya <[email protected]>

github.com/macvim-dev/macvim - 2eb413f89b97a498679fbe68c7564b9e41c5af7f authored over 1 year ago