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 8.2.3584: "verbose set efm" reports location of the :compiler command

Problem: "verbose set efm" reports the location of the :compiler command.
(Gary J...

github.com/macvim-dev/macvim - 58ef8a31d7087d495ab1582be5b7a22796ac2451 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3583: the "gd" and "gD" commands do not update search stats

Problem: The "gd" and "gD" commands do not update search stats. (Gary
Johnson)
So...

github.com/macvim-dev/macvim - 0c71114aede81a209b7efc126b4bf19f11d58955 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

github.com/macvim-dev/macvim - 113cb513f76d8866cbb6dc85fa18aded753e01da authored almost 3 years ago by Bram Moolenaar <[email protected]>
Big Sur style toolbar icons

github.com/macvim-dev/macvim - f5ee99eb23750835bfa579ba174bb35da5a683f7 authored almost 3 years ago by Sanjay Madan <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - cb26be49cc17f8cf4917862e5ad05a9c3c485831 authored almost 3 years ago by ichizok <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - fb8fd34514806088a4e4970cd89e9cff4d0f5ee1 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3582: reading uninitialized memory when giving spell suggestions

Problem: Reading uninitialized memory when giving spell suggestions.
Solution: Check that p...

github.com/macvim-dev/macvim - 15d9890eee53afc61eb0a03b878a19cb5672f732 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3581: reading character past end of line

Problem: Reading character past end of line.
Solution: Correct the cursor column.

github.com/macvim-dev/macvim - 0b5b06cb4777d1401fdf83e7d48d287662236e7e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3580: gj does not move properly with a wide character

Problem: gj does not move properly with a wide character.
Solution: Move one to the right. ...

github.com/macvim-dev/macvim - aaec1d4fb12efb82b87ad322e95994de77b1a833 authored almost 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3579: CI sometimes fails for MinGW

Problem: CI sometimes fails for MinGW.
Solution: Use backslashes in HandleSwapExists(). (Ch...

github.com/macvim-dev/macvim - 4b2c8047679b737dcb0cd15c313ee51553aed617 authored almost 3 years ago by Christian Brabandt <[email protected]>
Add missing piece of patch 8.2.3578

github.com/macvim-dev/macvim - b32aa8a6a10983836d5987f1e42035f88d47bf6e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3578: manipulating highlighting is complicated

Problem: Manipulating highlighting is complicated.
Solution: Add the hlget() and hlset() fu...

github.com/macvim-dev/macvim - d1a8d658e1b16cf8579fc72cf7aa6a29a57ff5ef authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3577: overflow check fails with 32 ints

Problem: Overflow check fails with 32 ints.
Solution: Only test with 64 bit ints.

github.com/macvim-dev/macvim - 0f0044125c2a5dcde2c4605efc39d2e237eed024 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3576: some functions are not documented for use with a method

Problem: Some functions are not documented for use with a method.
Solution: Add examples. ...

github.com/macvim-dev/macvim - a63780b9770699bf8fda93affeab2c728bc76912 authored almost 3 years ago by Sean Dewar <[email protected]>
patch 8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)

Problem: Overflow check still fails when sizeof(int) == sizeof(long).
Solution: Use a float...

github.com/macvim-dev/macvim - e551ccfb9311eea5252d1c3106ff7a53c762d994 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3574: divide by zero

Problem: Divide by zero.
Solution: Don't check for overflow if multiplicand is zero.

github.com/macvim-dev/macvim - 8a1962d1355096af55e84b1ea2f0baf5f1c5a5bc authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3573: cannot decide whether to skip test that fails with 64 bit

Problem: Cannot decide whether to skip test that fails with 64 bit ints.
(closes ...

github.com/macvim-dev/macvim - 69b3072d984480935ec412b32b97fea974d2b689 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3572: memory leak when closing window and using "multispace"

Problem: Memory leak when closing window and using "multispace" in
'listchars'.
S...

github.com/macvim-dev/macvim - 7a33ebfc5b04353aa7674972087d581def8fdcc1 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3571: some unicode control characters are considered printable

Problem: Some unicode control characters are considered printable.
Solution: Make 0x2060 - ...

github.com/macvim-dev/macvim - e2f66064d1c643f0cf12c4791de04bb123705a0c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3570: Test_very_large_count fails on 32bit systems

Problem: Test_very_large_count fails on 32bit systems.
Solution: Bail out when using 32 bit...

github.com/macvim-dev/macvim - ec6e63079dde24a1d74b4103775e74d00f9215ec authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3569: error for :let when vimrc is Vim 9 script

Problem: Error for :let when vimrc is Vim 9 script.
Solution: Prepend :legacy in the code f...

github.com/macvim-dev/macvim - fd916d654d9731b3515abf7bc1ac12bd3632b601 authored almost 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3568: ctrl-hat test fails with Athena and Motif

Problem: Ctrl-hat test fails with Athena and Motif. (Elimar Riesebieter)
Solution: Run the ...

github.com/macvim-dev/macvim - 8753c1dd2c2a5c2c7ff63a9bfb14cd4b9bb9c87f authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3567: CTRL-I in Insert mode is not tested

Problem: CTRL-I in Insert mode is not tested
Solution: Add a test case. (Dominique Pellé, c...

github.com/macvim-dev/macvim - 9cd063e3195a4c250c8016fa340922ab21fda252 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3566: build failure on old systems when using nano timestamp

Problem: Build failure on old systems when using nano timestamp.
Solution: Define _BSD_SOUR...

github.com/macvim-dev/macvim - 44db603f691b58a8531e8ff528e0a7ce644257b2 authored almost 3 years ago by Gary Johnson <[email protected]>
patch 8.2.3565: Makefile dependencies are outdated

Problem: Makefile dependencies are outdated. (Gary Johnson)
Solution: Run "make depend" and...

github.com/macvim-dev/macvim - 2446ec9b567ce2b72bd06d121f200f40bbdc8a84 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3564: invalid memory access when scrolling without valid screen

Problem: Invalid memory access when scrolling without a valid screen.
Solution: Do not set ...

github.com/macvim-dev/macvim - 777e7c21b7627be80961848ac560cb0a9978ff43 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Fix highlight-color management in GUI

gui_mch_get_color() should call gui_get_color_cmn() for fallback.

github.com/macvim-dev/macvim - 81df2af2e2f2692d2b26a0989b9e754ce36eafd1 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3563: build failure with +eval but without GUI or +termguicolors

Problem: Build failure with +eval but without GUI or +termguicolors
Solution: Adjust #ifdef...

github.com/macvim-dev/macvim - 2a52196b78f3fcc0e9fad538984272c5fd8d85db authored almost 3 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 30f8d9262b4e4b3fc8f287cae2191058443fe51e authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3562: cannot add color names

Problem: Cannot add color names.
Solution: Add the v:colornames dictionary. (Drew Vogel, cl...

github.com/macvim-dev/macvim - e30d10253fa634c4f60daa798d029245f4eed393 authored almost 3 years ago by Drew Vogel <dvogel@github>
patch 8.2.3561: cscope has a complicated way of giving an error message

Problem: Cscope has a complicated way of giving an error message.
Solution: Use semsg(). (J...

github.com/macvim-dev/macvim - 3c5904d2a5d7861c227a4c3cd4ddcbc51014c838 authored almost 3 years ago by James McCoy <[email protected]>
patch 8.2.3560: using freed memory with lambda

Problem: Using freed memory with lambda.
Solution: Do not free lines early, keep them until...

github.com/macvim-dev/macvim - 844fb64a605d60131827503a001b2d1aa232b078 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3559: loop variable recreated every time

Problem: Loop variable recreated every time.
Solution: Keep the loop variable when looping.

github.com/macvim-dev/macvim - ee56f3f119c4378a5b62b4d504cff3373b363308 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

github.com/macvim-dev/macvim - 079ba76ae7a7d0ef404cb9b41dff2663ff41f51b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3558: Vim9: asserting the wrong variable

Problem: Vim9: asserting the wrong variable.
Solution: Don't use Foo, use Goo.

github.com/macvim-dev/macvim - 06ca48a40f049f20347c9630a180457d1f1aece5 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3557: Vim9: cannot call imported funcref at script level

Problem: Vim9: cannot call imported funcref at script level.
Solution: Check for an importe...

github.com/macvim-dev/macvim - 5fe07d2e08f05c6f3905fecdf07f4cfad4d6ed17 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3556: filler lines are incorrect for other window in diff mode

Problem: Filler lines are incorrect for other window in diff mode after
making a ...

github.com/macvim-dev/macvim - 841c225b9ef8c5bdf5e02968a0bd62521fff6ca8 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3555: ModeChanged is not triggered on every mode change

Problem: ModeChanged is not triggered on every mode change.
Solution: Also trigger on minor...

github.com/macvim-dev/macvim - 25def2c8b8bd7b0c3d5f020207c717a880b05d50 authored almost 3 years ago by =?UTF-8?q?Magnus=20Gro=C3=9F?= <[email protected]>
patch 8.2.3554: xxd has various way to exit

Problem: Xxd has various way to exit.
Solution: Add function to print error and exit. (clos...

github.com/macvim-dev/macvim - a2ffb435209716dc7aeb4783333f6ea19f5d28a7 authored almost 3 years ago by DungSaga <[email protected]>
patch 8.2.3553: xxd test fails on MS-Windows

Problem: Xxd test fails on MS-Windows.
Solution: Split shell command in two.

github.com/macvim-dev/macvim - 5a5c111e79d1ea4b24133eaf44deab42a8e78eed authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3552: xxd revert does not handle end of line correctly

Problem: Xxd revert does not handle end of line correctly.
Solution: Check for newline firs...

github.com/macvim-dev/macvim - 47810464aa4f9edbf222c02a860a3ec560b0b7a1 authored almost 3 years ago by DungSaga <[email protected]>
patch 8.2.3551: checking first character of url twice

Problem: Checking first character of url twice.
Solution: Only check once. (closes #9026)

github.com/macvim-dev/macvim - 94e7d345c156a722bb161b73238c4ba1d27ec586 authored almost 3 years ago by itchyny <[email protected]>
patch 8.2.3550: completion() does not work properly

Problem: completion() does not work properly.
Solution: Set xp_line and add WILD_HOME_REPLA...

github.com/macvim-dev/macvim - ae38a9db7770b38889fbf06908cc69d42b463a73 authored almost 3 years ago by Shougo Matsushita <[email protected]>
patch 8.2.3549: mistakes in test comments

Problem: Mistakes in test comments.
Solution: Fix the comments. (closes #9029)

github.com/macvim-dev/macvim - b811de5d49a23b20df82a80533d0602cda49029e authored almost 3 years ago by zeertzjq <[email protected]>
CI: Suppress build warnings (errors)

Xcode 13 clang reports build errors by '-Wcompound-token-split-by-macro'
at compiling if_perl.

github.com/macvim-dev/macvim - 8ffd874b61f5aa8ae875917ffbd4347efd5948c0 authored almost 3 years ago by ichizok <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - ecbf9c7f3009f93058d214a1b5a6c53c1a5b2385 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3548: GTK GUI crashen when reading from stdin

Problem: GTK GUI crashen when reading from stdin.
Solution: Do not overwrite the NUL after ...

github.com/macvim-dev/macvim - d68a0044858d00de6100def1e389a3a9c1cdbcdc authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice

Problem: Opening the quickfix window triggers BufWinEnter twice. (Yorick
Peterse)...

github.com/macvim-dev/macvim - 1d30fde3c989a962e0e1af4cbcf90e1ea483f1f4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3546: build failure without the +eval feature

Problem: Build failure without the +eval feature.
Solution: Add #ifdef. (closes #9025)

github.com/macvim-dev/macvim - 09f7723d5a8694889350b13e3f6b4a9c3ed4c41f authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid

Problem: setcellwidths() may make 'listchars' or 'fillchars' invalid.
Solution: Check the v...

github.com/macvim-dev/macvim - 94358a1e6e640ca5ebeb295efdddd4e92b700673 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3544: Unix: may leak file descriptor using non-existing directory

Problem: Unix: may leak file descriptor when using a non-existing
directory.
Solu...

github.com/macvim-dev/macvim - 051a40c8d91d4595c69a27375f739367d806a475 authored almost 3 years ago by itchyny <[email protected]>
patch 8.2.3543: swapname has double slash when 'directory' ends in it

Problem: Swapname has double slash when 'directory' ends in double slash.
(Shane ...

github.com/macvim-dev/macvim - 8b0e62c93b6dad5ec5b2c7558d4f7b78c46216d2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3542: too many comments are old style

Problem: Too many comments are old style.
Solution: Change comments to // style. (closes #9...

github.com/macvim-dev/macvim - c5935a859ee31d56a565878d7a231fc59b7ddc01 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3541: compiler warning for unused variable in tiny version

Problem: Compiler warning for unused variable in tiny version.
Solution: Add #ifdef. (John ...

github.com/macvim-dev/macvim - 731fba1081079d5c0251fca2626043ce6e86b1f2 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3540: the mark '] is wrong after put with a count

Problem: The mark '] is wrong after put with a count. (Naohiro Ono)
Solution: Use the right...

github.com/macvim-dev/macvim - f47ebf1e1a0a6473b10fb4c92c9c6427aab4dc91 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionally

Problem: GTK3: with 'rightleft' set scrollbar may move unintentionally.
Solution: Ignore ev...

github.com/macvim-dev/macvim - 604e207e277767a67cbf4a6a179080efb830b9e7 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3538: else-if indenting is confusing

Problem: Else-if indenting is confusing.
Solution: Add curly brackets. (Yegappan Lakshmanan...

github.com/macvim-dev/macvim - d43d8e28db9afe693002a39e003ba1ece1a8319a authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3537: mode() does not return the right value in 'operatorfunc'

Problem: mode() does not return the right value in 'operatorfunc'.
Solution: Reset finish_o...

github.com/macvim-dev/macvim - 75c30e96cf280a8cc01ac01c41a9252db3e503cc authored almost 3 years ago by naohiro ono <[email protected]>
patch 8.2.3536: the do_highlight() function is way too long

Problem: The do_highlight() function is way too long.
Solution: Split it into several funct...

github.com/macvim-dev/macvim - ad6b90c33cc239794a6694ef53e8baeee2ed97bd authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3535: if-else indenting is confusing

Problem: If-else indenting is confusing.
Solution: Add curly brackets and indent. (Dominiqu...

github.com/macvim-dev/macvim - 9b0b844d252ea84b3607f39603b4afa8cb002418 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3534: autoread test is a bit flaky

Problem: Autoread test is a bit flaky.
Solution: Wait a brief moment before overwriting the...

github.com/macvim-dev/macvim - 944eeb44fb6e9d6d28474a1348d27c07873892f9 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3533: inefficient code in xxd

Problem: Inefficient code in xxd.
Solution: Don't use "p" when "hextype" is non-zero. (clos...

github.com/macvim-dev/macvim - 375c35a63fdb91e8db2a9965f94d56ae87135fff authored about 3 years ago by DungSaga <[email protected]>
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - cd891f683d643c1bf289fd0fb401f034ae6a3d23 authored about 3 years ago by ichizok <[email protected]>
patch 8.2.3532: the previous '' mark is restored after moving the cursor

Problem: The previous '' mark is restored after moving the cursor to the
original...

github.com/macvim-dev/macvim - e08aee60abc59f517d3e263fdb9ba4a0196d507c authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3531: command line completion test fails on MS-Windows

Problem: Command line completion test fails on MS-Windows.
Solution: Do not test with "\{" ...

github.com/macvim-dev/macvim - 39c47c310487b72bc78ff197b5a068a0bcf830de authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works

Problem: ":buf \{a}" fails while ":edit \{a}" works.
Solution: Unescape "\{". (closes #8917)

github.com/macvim-dev/macvim - 21c1a0c2f10575dbb72fa873d33f0c1f6e170aa7 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3529: xxd usage output is incomplete

Problem: Xxd usage output is incomplete.
Solution: Add "bytes" to "-g" flag. (Atsushi Sugaw...

github.com/macvim-dev/macvim - 34a364877f0c726cdc0779e6999fded9ba959ebe authored about 3 years ago by Atsushi SUGAWARA <[email protected]>
patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope

Problem: 'thesaurus' and 'thesaurusfunc' do not have the same scope.
Solution: Make 'thesau...

github.com/macvim-dev/macvim - f4d8b76d304dabc39c06d2344cd4c7b28484811b authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3527: gcc complains about uninitialized variable

Problem: Gcc complains about uninitialized variable. (Tony Mechelynck)
Solution: Initialize...

github.com/macvim-dev/macvim - 9d4b8caf9eddb2db09395587c621309f4513befa authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3526: tests have clumsy check for X11 based GUI

Problem: Tests have clumsy check for X11 based GUI.
Solution: Add CheckX11BasedGui.

github.com/macvim-dev/macvim - 40bd5a15405206b130d487af0ca61b5d9b5859f8 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3525: option variable name does not match option name

Problem: Option variable name does not match option name. (Christ van
Willigen)
S...

github.com/macvim-dev/macvim - d4c4bfa0078a959ff90ef30288fd31d9d38f23d7 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3524: GUI: ligatures are not used

Problem: GUI: ligatures are not used.
Solution: Add the 'guiligatures' option. (Dusan Popov...

github.com/macvim-dev/macvim - 4eeedc09fed0cbbb3ba48317e0a01e20cd0b4f80 authored about 3 years ago by Dusan Popovic <[email protected]>
patch 8.2.3523: duplicated code in xxd

Problem: Duplicated code in xxd.
Solution: Remove duplicated lines. (closes #8972)

github.com/macvim-dev/macvim - c89c91cafd91fbf17f431d800bbf4cafcffffe7a authored about 3 years ago by DungSaga <[email protected]>
patch 8.2.3522: cannot use \x and \u when setting 'listchars'

Problem: Cannot use \x and \u when setting 'listchars'.
Solution: Support hex and unicode i...

github.com/macvim-dev/macvim - 93ff6720fe4427341bc426b6d46e6324f226c270 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3521: options completion test fails

Problem: Options completion test fails.
Solution: Add 'thesaurusfunc' to the results.

github.com/macvim-dev/macvim - abdcfd1c837e244065d4fe04c7a78abae5af3f7e authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3520: cannot define a function for thesaurus completion

Problem: Cannot define a function for thesaurus completion.
Solution: Add 'thesaurusfunc'. ...

github.com/macvim-dev/macvim - 160e994d768d03a3c826b58115cde94df8fce607 authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
Update runtime files

github.com/macvim-dev/macvim - 2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3519: TOML files are not recognized

Problem: TOML files are not recognized.
Solution: Add filetype patterns for TOML. (Aman Ver...

github.com/macvim-dev/macvim - 28b6a3bef6d25d36c049bb731ced496155f7f9c0 authored about 3 years ago by Aman Verma <[email protected]>
patch 8.2.3518: Test_xrestore sometimes fails

Problem: Test_xrestore sometimes fails.
Solution: Mark the test as flayky. Move marking te...

github.com/macvim-dev/macvim - f08b0eb8691ff09f98bc4beef986ece1c521655f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3517: TextChanged does not trigger after TextChangedI

Problem: TextChanged does not trigger after TextChangedI.
Solution: Store the tick separate...

github.com/macvim-dev/macvim - db3b44640d69ab27270691a3cab8d83cc93a0861 authored about 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3516: terminal window does not have transparent background

Problem: Terminal window does not have transparent background when
'termguicolors...

github.com/macvim-dev/macvim - 7b5f45be2197403d631b5a3d633f6a20afdf806e authored about 3 years ago by Milly <[email protected]>
patch 8.2.3515: nano time test fails on Mac and FreeBSD

Problem: Nano time test fails on Mac and FreeBSD.
Solution: Also check nano time when not o...

github.com/macvim-dev/macvim - def69dffb3d09a69629b071c89b7893a1783ba53 authored about 3 years ago by ichizok <[email protected]>
patch 8.2.3514: autoread test with nano second time sometimes fails

Problem: Autoread test with nano second time sometimes fails.
Solution: Mark the test as be...

github.com/macvim-dev/macvim - eaa006dae3d5730e3b6dead27905444998b2cf8e authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3513: using freed memory when using a timer and searching

Problem: Using freed memory when using a timer and searching. (Dominique
Pellé)
S...

github.com/macvim-dev/macvim - a2cff1dbc9c58758977eba3034603e6fe459031b authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3512: timestamp test fails on some systems

Problem: Timestamp test fails on some systems.
Solution: Sleep for a short while.

github.com/macvim-dev/macvim - accf4ed352c07ffe59022377c42d36e12dd6d461 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3511: Vim9: entry for loop variable is created every round

Problem: Vim9: entry for loop variable is created every round.
Solution: Only create the en...

github.com/macvim-dev/macvim - a06758dd38851f022d270dd5102efbe1049d4712 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3510: changes are only detected with one second accuracy

Problem: Changes are only detected with one second accuracy.
Solution: Use the nanosecond t...

github.com/macvim-dev/macvim - 0a7984af5601323fae7b3398f05a48087db7b767 authored about 3 years ago by Leah Neukirchen <[email protected]>
patch 8.2.3509: undo file is not synced

Problem: Undo file is not synced. (Sami Farin)
Solution: Sync the undo file if 'fsync' is s...

github.com/macvim-dev/macvim - 340dd0fbe462a15a9678cfba02085b4adcc45f02 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested

Problem: Vim9: bad separators for "g" and "s" insufficiently tested.
Solution: Add a few mo...

github.com/macvim-dev/macvim - 051a8a375f8fb6a931fbc5ccca714a200d9b327f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3507: generating proto files may fail

Problem: Generating proto files may fail.
Solution: Define __attribute().

github.com/macvim-dev/macvim - 75aa92a16264e3511ba41aa306ffc1ffbbd2fe3a authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3506: Vim9: special cases for "g" and "s" insufficiently tested

Problem: Vim9: special cases for "g" and "s" insufficiently tested.
Solution: Add a few mor...

github.com/macvim-dev/macvim - c0abac67d7a9cccf836bbda002ec72914e3cb3d7 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3505: Vim9: build failure without the +eval feature

Problem: Vim9: build failure without the +eval feature.
Solution: Add #ifdef.

github.com/macvim-dev/macvim - 3be69bf539f3026369d20f1667e53d390d386a9f authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3504: Vim9: warning for signed vs unsigned

Problem: Vim9: warning for signed vs unsigned.
Solution: Add type cast.

github.com/macvim-dev/macvim - 7f32092b9127a71d243bacd31ebb303f2c78a8f1 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3503: Vim9: using g:pat:cmd is confusing

Problem: Vim9: using g:pat:cmd is confusing.
Solution: Do not recognize g: as the :global c...

github.com/macvim-dev/macvim - 7b829268921e8fc1c63c34d245063c1c4e7d21af authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3502: cannot enter password in shell command

Problem: Cannot enter password in shell command.
Solution: Revert patch 8.2.2919.

github.com/macvim-dev/macvim - fff10d9a76099aa9b944f3c33a911127ca1a0c72 authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3501: tmux filetype dection is incomplete

Problem: tmux filetype dection is incomplete
Solution: Also use tmux for files having text ...

github.com/macvim-dev/macvim - e519eb41c1c12836b2d12aeb703bb04c7618a724 authored about 3 years ago by Eric Pruitt <[email protected]>
patch 8.2.3500: Github CI fails to install clang

Problem: Github CI fails to install clang.
Solution: Install llvm-11 explicitly. (Christian...

github.com/macvim-dev/macvim - 3a724290c5dd8e4b7c9a1fa8941b81f6f80db00a authored about 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.3499: GUI geometry startup test fails

Problem: GUI geometry startup test fails.
Solution: Check string values instead of numbers

github.com/macvim-dev/macvim - 3d031a0ae791f901c0c2dedd5d8b9de137c23acc authored about 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3498: recover test may fail on some systems

Problem: Recover test may fail on some systems.
Solution: Adjust the little endian and 64 b...

github.com/macvim-dev/macvim - 37f341d7236ff8a1e886bbb0f0ba0700ad589373 authored about 3 years ago by James McCoy <[email protected]>
patch 8.2.3497: put test fails when run by itself

Problem: Put test fails when run by itself.
Solution: Source check.vim. (Dominique Pellé, c...

github.com/macvim-dev/macvim - a9173d06f7ca320fc84f4ffa993861d21710bc41 authored about 3 years ago by Dominique Pelle <[email protected]>