Ecosyste.ms: OpenCollective

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

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

patch 8.2.3597: Vim seems to hang when writing a long text to a terminal

Problem: Vim seems to hang when writing a very long text to a terminal
window.
So...

36968af1558b295b5fdf56973d5dcc75fce85658 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3596: crash when using :pedit in Vim9 script

Problem: Crash when using :pedit in Vim9 script.
Solution: Move check for arguments to afte...

733b124a9098d5e2f028fd2e12012b831c9e9024 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3595: check for signed overflow might not work everywhere

Problem: Check for signed overflow might not work everywhere.
Solution: Limit to 32 bit int...

0d5a12ea041c112b06b1aafde38846ae4cff8f4c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3594: xxd code is a bit difficult to understand

Problem: Xxd code is a bit difficult to understand.
Solution: Move some lines to a separate...

786e05beb5bf4a50cffacd0968f1409aa6af3c6b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()

Problem: Directory is wrong after executing "lcd" with win_execute().
Solution: Correct the...

7f13b24ab6aca808262e68680d8fe5f082670ebd authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3592: Test_hlset fails when terminal has many columns

Problem: Test_hlset fails when terminal has many columns.
Solution: Set the number of colum...

6a950a6007f27d9d0ce32ef8dcaf5c9d0f1b5aab authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3591: no event is triggered when closing a window

Problem: No event is triggered when closing a window.
Solution: Add the WinClosed event. (N...

23beefed73aadb243fb67cf944e3d60fe8c038bb authored almost 3 years ago by naohiro ono <[email protected]>
patch 8.2.3590: test for v:colornames sometimes fails

Problem: Test for v:colornames sometimes fails. (Dominique Pellé)
Solution: Check features....

a0fca17251bf491db7b8d302ce22dee844597e82 authored almost 3 years ago by Drew Vogel <dvogel@github>
patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value

Problem: Failure when the "term_rows" argument of term_start() is an
unusual valu...

5300be620c77950caa5296019408ee02e60097e8 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3588: break statement is never reached

Problem: Break statement is never reached.
Solution: Rely on return value of set_chars_opti...

606efc7df4c94104bbd24248106dd0e4ee6f7cfa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3587: compiler test fails with backslash file separator

Problem: Compiler test fails with backslash file separator.
Solution: Accept slash and back...

0a15c7676bccb0c9483579106318e785c6e40a7f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3586: command completion test fails

Problem: Command completion test fails.
Solution: Add new argument to expected output

326e7da609a1b115b0ed535e89e970afebe99e35 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3585: crash when passing float to "term_rows" of term_start()

Problem: Crash when passing float to "term_rows" in the options argument of
term_...

88137396733896eb5e49c2b3b73d9a496d6ce49a authored almost 3 years ago by Bram Moolenaar <[email protected]>
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...

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...

0c71114aede81a209b7efc126b4bf19f11d58955 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

113cb513f76d8866cbb6dc85fa18aded753e01da authored almost 3 years ago by Bram Moolenaar <[email protected]>
Big Sur style toolbar icons

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

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

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...

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.

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. ...

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...

4b2c8047679b737dcb0cd15c313ee51553aed617 authored almost 3 years ago by Christian Brabandt <[email protected]>
Add missing piece of patch 8.2.3578

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...

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.

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. ...

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...

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.

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 ...

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...

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 - ...

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...

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...

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 ...

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...

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...

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...

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 ...

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.

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...

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

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...

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...

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...

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.

ee56f3f119c4378a5b62b4d504cff3373b363308 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

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.

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...

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 ...

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...

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...

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.

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...

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)

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...

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)

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.

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

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 ...

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)...

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)

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...

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...

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 ...

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...

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 ...

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...

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...

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...

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...

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...

ad6b90c33cc239794a6694ef53e8baeee2ed97bd authored about 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...

9b0b844d252ea84b3607f39603b4afa8cb002418 authored about 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...

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...

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

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...

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 "\{" ...

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)

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...

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...

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...

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.

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...

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...

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)

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...

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.

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'. ...

160e994d768d03a3c826b58115cde94df8fce607 authored about 3 years ago by Yegappan Lakshmanan <[email protected]>
Update runtime files

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...

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...

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...

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...

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...

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...

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...

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.

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...

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...

0a7984af5601323fae7b3398f05a48087db7b767 authored about 3 years ago by Leah Neukirchen <[email protected]>