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.2049: Vim9: not recognizing qualified class vars for infix ops

Problem: Vim9: not recognizing qualified class vars for infix ops
Solution: Drop the class type...

github.com/macvim-dev/macvim - d7b616d0ad006db06140729313b6217677cc4e80 authored over 1 year ago
patch 9.0.2048: python: uninitialized warning

Problem: python: uninitialized warning
Solution: initialize 'minor' always

win32,py3: Fix unin...

github.com/macvim-dev/macvim - 982ef16059bd163a77271107020defde0740bbd6 authored over 1 year ago
patch 9.0.2047: perl: warning about inconsistent dll linkage

Problem: perl: warning about inconsistent dll linkage
Solution: suppress warning

Suppress warn...

github.com/macvim-dev/macvim - 2b126a6892b485bc9924464fabdf2313e1100aa9 authored over 1 year ago
patch 9.0.2046: win32,python: warning that MS_WIN64 got re-defined

Problem: win32,python: warning that MS_WIN64 got re-defined
Solution: Do not define MS_WIN64, a...

github.com/macvim-dev/macvim - 436f39390f0a5d4c4877edcf69b469987d706f3c authored over 1 year ago
patch 9.0.2045: tests: checking for swap files takes time

Problem: tests: checking for swap files takes time
Solution: don't check for swap files when t...

github.com/macvim-dev/macvim - a0e1f06f04da3444e278ddf47e2ea3d5857a7dec authored over 1 year ago
patch 9.0.2044: Vim9: exceptions confuse defered functions

Problem: Vim9: exceptions confuse defered functions
Solution: save and restore exception state ...

github.com/macvim-dev/macvim - 0672595fd50e9ae668676a40e28ebf66d7f52392 authored over 1 year ago
runtime(systemd): allow for overriding systemd ftplugin settings (#13373)

closes: #13357

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

github.com/macvim-dev/macvim - 5036e698520b2c39e4df5738f026a68ba2e76fef authored over 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - e910841ee78c84fc43b3f5351d3cc8bb8a40ecf1 authored over 1 year ago
patch 9.0.2043: Vim9: issue with funcref assignmentand varargs

Problem: Vim9: issue with funcref assignmentand varargs
Solution: Fix funcref type checking

cl...

github.com/macvim-dev/macvim - 96952b2e98cb5f05bc3b3adfb0029056f39cffef authored over 1 year ago
patch 9.0.2042: Test_cq_zero_exmode fails without channel feature

Problem: Test_cq_zero_exmode fails without channel feature
Solution: Make the test check the ch...

github.com/macvim-dev/macvim - c290009e99405024a0d91ec7fab21ac7111c421b authored over 1 year ago
patch 9.0.2041: trim(): hard to use default mask

Problem: trim(): hard to use default mask (partly revert v9.0.2040)
Solution: use default mask ...

github.com/macvim-dev/macvim - 8079917447e7436dccc2e4cd4a4a56ae0a4712f2 authored over 1 year ago
Merge pull request #1444 from ychin/enable-ci-link-time-optimization-2

Use -O3 and link-time-optimization for published builds

github.com/macvim-dev/macvim - c368ebbf35f241504984befa45858734ec0778d1 authored over 1 year ago
runtime(json5): include syntax script for json5 (#13356)

Merging syntax file from gutenye/json5.vim, modified to include proper
vim header.

See: http...

github.com/macvim-dev/macvim - 5a33ce2a661fb836d4c5c489f2a850172a23e0b0 authored over 1 year ago
patch 9.0.2040: trim(): hard to use default mask

Problem: trim(): hard to use default mask
Solution: Use default 'mask' when it is v:none

The d...

github.com/macvim-dev/macvim - 6e6386716f9494ae86027c6d34f657fd03dfec42 authored over 1 year ago
patch 9.0.2039: completion shows current word after completion restart

Problem: completion shows current word after completion restart
Solution: remove the word being...

github.com/macvim-dev/macvim - 2e3cd52fa02b1a208c97992b1bca3b04f7be66d4 authored over 1 year ago
patch 9.0.2038: Vim9: object method funcref not cleaned up after use

Problem: Vim9: object method funcref not cleaned up after use
Solution: Clean up type stack aft...

github.com/macvim-dev/macvim - f3eac695bfe3453fe2a8b980601c55835406f14b authored over 1 year ago
patch 9.0.2037: A few remaining cmdline completion issues with C-E/Y

Problem: A few remaining cmdline completion issues with C-E/Y
Solution: Fix cmdline completion ...

github.com/macvim-dev/macvim - 209ec90b9b9bd948d76511c9cd2b17f47a97afe6 authored over 1 year ago
patch 9.0.2036: if_python: rework python3.12 build dependency

Problem: if_python: rework python3.12 build dependency
(after 9.0.1996)
Solution: use...

github.com/macvim-dev/macvim - 396058acd0cc66e5071d052e03d2067b134952af authored over 1 year ago
patch 9.0.2035: [security] use-after-free with wildmenu

Problem: [security] use-after-free with wildmenu
Solution: properly clean up the wildmenu when ...

github.com/macvim-dev/macvim - 8f4fb007e4d472b09ff6bed9ffa485e0c3093699 authored over 1 year ago
Use -O3 and link-time-optimization for published builds

From testing and benchmarking, it appears that both result in a
measurable improvement in perfor...

github.com/macvim-dev/macvim - aff7a2f6dd256e200c58b9fb69f8844ec98dd4f7 authored over 1 year ago
patch 9.0.2034: don't try to copy SMACK attribute, when none exist

Problem: don't try to copy SMACK attribute, when none exist
Solution: return early if SMACK ext...

github.com/macvim-dev/macvim - 5a679b2263f597950f99c60a99d4d1a192e9f639 authored over 1 year ago
patch 9.0.2033: gcc overflow-warning for f_resolve

Problem: gcc overflow-warning for f_resolve
Solution: use pointer p instead of pointer q[-1]

S...

github.com/macvim-dev/macvim - 215c3261a25f7a99e8711a3b3c6158119c6aea9e authored over 1 year ago
runtime: Fix more typos (#13354)

* Fix more typos

* Fix typos in ignored runtime/ directory

Signed-off-by: Christian Braban...

github.com/macvim-dev/macvim - dbf749bd5aaef6ea2d28bce081349785d174d96a authored over 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 35f8af5126f4ed959f6444e2e5dd7b93180f5901 authored over 1 year ago
patch 9.0.2032: cannot get mouse click pos for tab or virt text

Problem: Cannot accurately get mouse clicking position when clicking on
a TAB or with...

github.com/macvim-dev/macvim - f5a94d5165bb9e390797da50a1fa7a87df3fbee4 authored over 1 year ago
runtime(doc): correct <PageUp>/<PageDown> behavior in 'wildmenu' (#13336)

"but don't insert it" is wrong.
Also move them just below <Up> <Down> as they are more similar.

github.com/macvim-dev/macvim - 3c81f47a0584e7915217397fed0488091a62df82 authored over 1 year ago
patch 9.0.2031: TextChangedI may be triggered by non-insert mode change

Problem: `TextChangedI` can trigger on entering Insert mode if there
was previously a...

github.com/macvim-dev/macvim - d7ae263af8f6a2da55ce3702d18c53ab1418bca7 authored over 1 year ago
patch 9.0.2030: no max callback recursion limit

Problem: no max callback recursion limit
Solution: bail out, if max call recursion for callback...

github.com/macvim-dev/macvim - 47510f3d6598a1218958c03ed11337a43b73f48d authored over 1 year ago
patch 9.0.2029: Vim9: no support for partials using call()

Problem: Vim9: no support for partials using call()
Solution: Add support

closes: #13341

Sign...

github.com/macvim-dev/macvim - 1ace49fb98fa93e2fcff421a5f7da1aa41c512ed authored over 1 year ago
patch 9.0.2028: confusing build dependencies

Problem: confusing build dependencies
Solution: clean them up, make them parallelizable

Separa...

github.com/macvim-dev/macvim - 5d03525cdef5db1b1cedfa26c6f8a21aaa207ec0 authored over 1 year ago
patch 9.0.2027: Vim9: no support for bitwise operators in lambda funcs

Problem: Vim9: no support for bitwise operators in lambda funcs
Solution: move "evaluate" assig...

github.com/macvim-dev/macvim - de3295dd0c68a8d7540a751a99ee056fd5b9a7a4 authored over 1 year ago
Merge pull request #1443 from ychin/build-libsodium-gettext-arm64

Build gettext/libsodium universal binary properly in CI

github.com/macvim-dev/macvim - 8406cbcfea8879dc911aa9963f130d3e29b55c6e authored over 1 year ago
Build gettext/libsodium universal binary properly in CI

When Apple Silicon came out, we needed to get universal binaries of
gettext/libsodium to link ag...

github.com/macvim-dev/macvim - 95277c3842c258b21e2c950e9f332e44990e8829 authored over 1 year ago
patch 9.0.2026: win32: python3 dll loading can be improved

Problem: win32: python3 dll loading can be improved
Solution: Load DLL from registry path

Supp...

github.com/macvim-dev/macvim - ae3cfa47d3dcee75061db598eb19879693b2393a authored over 1 year ago
patch 9.0.2025: no cmdline completion for ++opt args

Problem: no cmdline completion for ++opt args
Solution: Add cmdline completion for :e ++opt=arg...

github.com/macvim-dev/macvim - 989426be6e9ae23d2413943890206cbe15d9df38 authored over 1 year ago
patch 9.0.2024: no filetype detection for Debian sources

Problem: no filetype detection for Debian sources
Solution: Add new deb822sources filetype

clo...

github.com/macvim-dev/macvim - bd734c3bead9e167eb6875f62cc06fab2379c422 authored over 1 year ago
patch 9.0.2023: need more tests for :cq

Problem: need more tests for :cq
Solution: Add more tests, including wraparound on linux

Signe...

github.com/macvim-dev/macvim - ba9aed44975cc82290208fd45f35dd72fc66d6c1 authored over 1 year ago
patch 9.0.2022: getmousepos() returns wrong index for TAB char

Problem: When clicking in the middle of a TAB, getmousepos() returns
the column of th...

github.com/macvim-dev/macvim - b583eda7031b1f6a3469a2537d0c10ca5fa5568e authored over 1 year ago
patch 9.0.2021: Coverity complains about change in charset

Problem: Coverity complains about change in charset (after v9.0.2017)
Solution: check pointer t...

github.com/macvim-dev/macvim - cd6ee6935811ab223605a3f39a550d26a617867d authored over 1 year ago
translation(sr): Update Serbian messages translation (#13324)

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

github.com/macvim-dev/macvim - 5ae6f9985ed52aa023baca99793dc5c1d62780c6 authored over 1 year ago
runtime(tcsh): Update ftplugin (#13327)

Fix b:browsefilter deletion error when calling b:undo_ftplugin.

Fixes #13167

Signed-off-by...

github.com/macvim-dev/macvim - 7687238e1b0d2f26ba57e1bdf76f782eaa43af3a authored over 1 year ago
patch 9.0.2020: Vim9: islocked() needs more work

Problem: Vim9: islocked() needs more work
Solution: rework islocked() and remove sync_root
...

github.com/macvim-dev/macvim - 0f058d13206665bad37c7d42834cfa0075f50239 authored over 1 year ago
runtime(doc): Improve command-line completion docs (#13331)

* Improve command-line completion docs

Add more details about 'ignorecase' and its effect on ...

github.com/macvim-dev/macvim - 2bbd0d30eebdea66c0da3895e83d999ed6ad83fb authored over 1 year ago
patch 9.0.2019: Vim9: no support for funcrefs

Problem: Vim9: no support for funcrefs
Solution: Add support for object/class funcref members

...

github.com/macvim-dev/macvim - 29bb67f1beefc7fd393dbfd9ee77d92f1db3a3c0 authored over 1 year ago
Update README.md

Minor typo

github.com/macvim-dev/docs - 3d087d15e1ec4128327375d11c9847c0ffe81d5b authored over 1 year ago
Merge pull request #1442 from ychin/scroll-one-direction-only

Add option to only scroll in one direction when using trackpad

github.com/macvim-dev/macvim - bc51f5edc06c4413b90d5f772d5a3d99cf25656a authored over 1 year ago
Add option to only scroll in one direction when using trackpad

This will pin the scrolling direction to the one at the beginning of a
trackpad scrolling gestur...

github.com/macvim-dev/macvim - 881463f0d4aa9bd92c5f31ad81fa6d8ad13deca9 authored over 1 year ago
Merge pull request #1441 from ychin/fix-build-clean-sdk-location

Fix misc build issues: cleaning build folder and --with-macsdk

github.com/macvim-dev/macvim - 76cc4e261b88846ca062e19d188cd8ef0ac93589 authored over 1 year ago
Merge pull request #1440 from ychin/fix-newtab-render-issues

Fix tabs drawing over rest of MacVim in macOS 14 Sonoma

github.com/macvim-dev/macvim - e9167c29dbf3dd5bb80b48c6425c7b20301a8d44 authored over 1 year ago
Fix misc build issues: cleaning build folder and --with-macsdk

Fix cleaning the build folder causing incrementally building in Xcode to
not work, by moving the...

github.com/macvim-dev/macvim - 0621cddc850222a6a58abffc0f2a3a96267f9189 authored over 1 year ago
Fix tabs drawing over rest of MacVim in macOS 14 Sonoma

macOS 14 now defaults clipsToBounds to false, which works in most places
in MacVim but seems to ...

github.com/macvim-dev/macvim - 30afcb74cd20edc73dcc55e275d764dc28779a11 authored over 1 year ago
patch 9.0.2018: complete_info() returns wrong index

Problem: complete_info() returns wrong index
Solution: Make order of 'info' in completion_info ...

github.com/macvim-dev/macvim - 69fb5afb3bc9da24c2fb0eafb0027ba9c6502fc2 authored over 1 year ago
patch 9.0.2017: linebreak applies for leading whitespace

Problem: linebreak applies for leading whitespace
Solution: only apply linebreak, once we have ...

github.com/macvim-dev/macvim - dd75fcfbdff1934c6e531b5a89ebc636318bf4a2 authored over 1 year ago
patch 9.0.2016: Vim9: assignment operators don't work for class vars

Problem: Vim9: assignment operators don't work for class vars
Solution: implement it

closes: #...

github.com/macvim-dev/macvim - 1ea428883f16838aca5763aee156fde3929d9ab6 authored over 1 year ago
patch 9.0.2015: Vim9: does not handle islocked() from a method correctly

Problem: Vim9: does not handle islocked() from a method correctly
Solution: Handle islocked() b...

github.com/macvim-dev/macvim - 4c8da025ef8140168b7a09d9fe922ce4bb40f19d authored over 1 year ago
patch 9.0.2013: confusing ifdefs in if_<lang>.c

Problem: confusing ifdefs in if_<lang>.c
Solution: refactor ifndefs to #ifdefs

if_x: Avoid usi...

github.com/macvim-dev/macvim - c97b3febc82c1ccacf5f328ed0bd81c8b850e97d authored over 1 year ago
patch 9.0.2013: Unicode tables outdated

Problem: Unicode tables outdated
Solution: Update Unicode tables to v15.1 (released 23.09.2023)
...

github.com/macvim-dev/macvim - a634b92b969e1bcb47551a39bf4e11e41ba9aa17 authored over 1 year ago
patch 9.0.2012: Vim9: error message can be more accurate

Problem: Vim9: error message can be more accurate
Solution: Fix the error messages

Fix message...

github.com/macvim-dev/macvim - f8da32461969a657ce9f132f35ddbec4068d3296 authored over 1 year ago
patch 9.0.2011: INI files not detected

Problem: INI files not detected
Solution: detect uppercase .INI as dosini files

It previo~1 on...

github.com/macvim-dev/macvim - 4a82bdfaa8022402b1ca0f0000c94c47a13f1014 authored over 1 year ago
patch 9.0.2010: [security] use-after-free from buf_contents_changed()

Problem: [security] use-after-free from buf_contents_changed()
Solution: block autocommands

Si...

github.com/macvim-dev/macvim - 41e6f7d6ba67b61d911f9b1d76325cd79224753d authored over 1 year ago
Merge pull request #1438 from ychin/fix-ci-python3-installation

Fix CI Python3 breakage

github.com/macvim-dev/macvim - 3803c158966a63c4fc40cef22ad27ad71e635bdb authored over 1 year ago
Fix CI Python3 breakage

For some reason `brew install python3` is failing in GitHub Action's
macos-13 image due to stale...

github.com/macvim-dev/macvim - e8e3946077ad1ce3e1f8e8024ec039da09244163 authored over 1 year ago
Merge pull request #1437 from ychin/minor-fix-fuopts-cmdcomplete-test

Fix fuopts cmdline expansion test to use assert_equal properly

github.com/macvim-dev/macvim - 57b0bab1044187841e0356b44c49e3cccdbce51f authored over 1 year ago
Fix fuopts cmdline expansion test to use assert_equal properly

github.com/macvim-dev/macvim - 5f0509afa18a113e0c87da87f1a5eea5391f1a15 authored over 1 year ago
patch 9.0.2009: cmdline-completion for comma-separated options wrong

Problem: cmdline-completion for comma-separated options wrong
Solution: Fix command-line expans...

github.com/macvim-dev/macvim - 54844857fd6933fa4f6678e47610c4b9c9f7a091 authored over 1 year ago
patch 9.0.2008: test: undofile left behind

Problem: test: undofile left behind
Solution: cleanup undofile

fix: tmp file not deleted when ...

github.com/macvim-dev/macvim - b07b9dc4dafe2aad5ee752a51f06acacae210fef authored over 1 year ago
patch 9.0.2007: Vim9: covariant parameter types allowed

Problem: Vim9: covariant parameter types allowed when assigning
functions
Solution: E...

github.com/macvim-dev/macvim - e4671890220ef3f2bca43fde6ffe5d3ef3ed0e42 authored over 1 year ago
patch 9.0.2006: Vim9: need more tests

Problem: Vim9: need more tests
Solution: add additional disassembly tests

closes: #13305

Sign...

github.com/macvim-dev/macvim - f4ee1cb74ba86383190ffcda84147892f7740f21 authored over 1 year ago
patch 9.0.2005: partially revert patch v9.0.1997

Problem: partially revert patch v9.0.1997
Solution: add a comment, to make clear it's not used
...

github.com/macvim-dev/macvim - b56cef0be08febc7e8edb8a87592f0a347c2793f authored over 1 year ago
patch 9.0.2004: Missing test file

Problem: Missing test file
Solution: git-add the file to the repo

closes: #13305

Signed-off-b...

github.com/macvim-dev/macvim - d4afbdd0715c722cfc73d3a8ab9e578667615faa authored over 1 year ago
patch 9.0.2003: xxd: compilation warning

Problem: xxd: compilation warning
Solution: initialize variables

Signed-off-by: Christian Brab...

github.com/macvim-dev/macvim - 7879bc5c13311c1fb6497776ed7804400852460a authored over 1 year ago
runtime: make command name for &iskeywordprg more unique (#13297)

See https://github.com/vim/vim/pull/13213/commits by @dkearns:
Rename 'keywordprg' user command...

github.com/macvim-dev/macvim - 1e33cd72b60a119a038952bb658862d038602f76 authored over 1 year ago
patch 9.0.2002: Vim9: need cleanup of class related interface code

Problem: Vim9: need cleanup of class related interface code
Solution: Remove the unused class v...

github.com/macvim-dev/macvim - b852305dbf42f1206ecc6ae414fc200235fe2963 authored over 1 year ago
translation(it): updated translation of xxd manpage

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

github.com/macvim-dev/macvim - 75b277d35ce207ceb5e3645a962cfd59657d1d73 authored over 1 year ago
patch 9.0.2001: Vim9: segfault with islocked()

Problem: Vim9: segfault with islocked()
Solution: Check that the lval pointer is not null for o...

github.com/macvim-dev/macvim - 9771b2a67f825bdc6e5c615141d22c665952dc86 authored over 1 year ago
patch 9.0.2000: Vim9: use-after-free in deep call stack

Problem: Vim9: use-after-free in deep call stack
Solution: Get the objct pointer from execution...

github.com/macvim-dev/macvim - 1087b8c29ab521106c5b6cc85d5b38244f0d9c1d authored over 1 year ago
runtime(sh): Update ftplugin (#13213)

Rename 'keywordprg' user command to ShKeywordPrg as this is just a
leaking implementation detai...

github.com/macvim-dev/macvim - 2a281ccca017fb5e8ffd20a86aa390431224a2fd authored over 1 year ago
patch 9.0.1999: Vim9: some error messages can be improved

Problem: Vim9: some error messages can be improved
Solution: Mention the defining class for var...

github.com/macvim-dev/macvim - e6c9aa5e6a88d539a412a9b5526f41ea101aa185 authored over 1 year ago
patch 9.0.1998: xxd: cannot reverse a bit dump

Problem: xxd: cannot reverse a bit dump
Solution: implement reversing the bit dump using -b -r
...

github.com/macvim-dev/macvim - 85f4521808dd9a587c00f9a2927e84217721cfca authored over 1 year ago
patch 9.0.1997: Some unused code in move.c and string.c

Problem: Some unused code in move.c and string.c
Solution: Remove it

closes: #13288

Signed-of...

github.com/macvim-dev/macvim - 580c1fcb4ad85360cd3a361c3c8e37b534153d60 authored over 1 year ago
runtime(doc): remove E1520 tag (#13289)

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

github.com/macvim-dev/macvim - 27e12c7669e36a8f60fefa9db9a08024efeb06e8 authored over 1 year ago
patch 9.0.1996: Cannot build with python312

Problem: Cannot build with python312
Solution: Define wrapper types and functions for python 3....

github.com/macvim-dev/macvim - fa145f200966e47e11c403520374d6d37cfd1de7 authored over 1 year ago
runtime(doc): Update vim9class help (#13292)

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

github.com/macvim-dev/macvim - 26e8f7b0ab451e76319d113038c86c79488bbbc4 authored over 1 year ago
patch 9.0.1995: Invalid memory access with empty 'foldexpr'

Problem: Invalid memory access when 'foldexpr' returns empty string.
Solution: Check for NUL.

...

github.com/macvim-dev/macvim - a991ce9c083bb8c02b1b1ec34ed35728197050f3 authored over 1 year ago
Merge pull request #1436 from ychin/cmdline-expansion-fuopt-guifont

Add cmdline completion for MacVim options: 'fuoptions', 'guifont(wide)'

github.com/macvim-dev/macvim - 5098093a67c69658e5f76df299516ae7bf764819 authored over 1 year ago
Add cmdline completion for MacVim options: 'fuoptions', 'guifont(wide)'

github.com/macvim-dev/macvim - 772df7adc1c6835e1913e8ea28a052c5fb601096 authored over 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 42f62db3e7a2214273128822fdae8da294b11962 authored over 1 year ago
patch 9.0.1994: inconsistent feature description

Problem: inconsistent feature description
Solution: delete old mentioned feature sets small and...

github.com/macvim-dev/macvim - ac9c6d5c786a016ca1dce297d167a5a963881f7e authored over 1 year ago
patch 9.0.1993: warning about unused function definition

Problem: warning about unused function definition
Solution: add ifdefs

Signed-off-by: Christia...

github.com/macvim-dev/macvim - 9960ebcacee5f430d61735991a0563858168ef2c authored over 1 year ago
patch 9.0.1992: [security] segfault in exmode

Problem: segfault in exmode when redrawing
Solution: skip gui_scroll when exmode_active

Signed...

github.com/macvim-dev/macvim - 20d161ace307e28690229b68584f2d84556f8960 authored over 1 year ago
patch 9.0.1991: no cmdline completion for setting the font

Problem: no cmdline completion for setting the font
Solution: enable it on Win32 and GTK builds...

github.com/macvim-dev/macvim - 290b887e8cc2c0d3dfc7f315b2052472c7c589cc authored over 1 year ago
patch 9.0.1990: strange error number

Problem: strange error number
Solution: change error number,
add doc tag for E1507

c...

github.com/macvim-dev/macvim - ea746f9e862092aef3d4e95c64d116759b9fabe0 authored over 1 year ago
runtime(netrw): diff (`df`) may open the wrong window (#13275)

closes: #11359

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

github.com/macvim-dev/macvim - 0e958410046aa764ec73b14b1d2839053b31d242 authored over 1 year ago
runtime(netrw): Update `.netrwbook` immediately on bookmark change (#13276)

closes: #9738

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

github.com/macvim-dev/macvim - f449825ae23865437a74ea4140fd32780c02ce43 authored over 1 year ago
translation(it): revert permission changes for xxd manpages again (#13277)

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

github.com/macvim-dev/macvim - 9b259f520efa6d5dfa76880dc7623a95be9099ba authored over 1 year ago
patch 9.0.1989: Vim9: double error message given

Problem: Vim9: double error message given
Solution: Only give second error message, if ther
...

github.com/macvim-dev/macvim - d615a3122a1347ee0d446be4ecb4295b1e0aaabf authored over 1 year ago
patch 9.0.1988: Vim9: potential use-after-free for class members

Problem: Vim9: potential use-after-free for class members
Solution: Use the class-related grow ...

github.com/macvim-dev/macvim - d2f4800099733216e28d59e1a5710f624b0d9ec1 authored over 1 year ago
patch 9.0.1987: win32: font-size calculation can be improved

Problem: win32: font-size calculation can be improved
Solution: calculate font size before the ...

github.com/macvim-dev/macvim - da5da654deb46a1432de26c7e02e7eba64c122f3 authored over 1 year ago
translation(sr): Update Serbian messages translation (#13282)

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

github.com/macvim-dev/macvim - c661e11e9cc24fac752afc56d2a691ca03def8cc authored over 1 year ago
patch 9.0.1986: Vim9: accepting type-annotations

Problem: Vim9: accepting type-annotations
Solution: Reject type annotations outside of declarat...

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