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.4617: no completion for :scriptnames

Problem: No completion for :scriptnames.
Solution: Implement :scriptnames completion. (Yega...

454ce6737cadb82886f1fc0eb9e8666cc59ae42b authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4616: Vim9: Declarations in a {} block of a user command remain

Problem: Vim9: Declarations in a {} block of a user command do not use Vim9
rules...

98b7fe725ec342d28d7c86293098b233c57c4af9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4615: mapping with escaped bar does not work in :def function

Problem: Mapping with escaped bar does not work in :def function. (Sergey
Vlasov)...

ac48506ac62b2ece523d5af6ea6c95b699d70b94 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4614: redrawing too much when 'cursorline' is set

Problem: Redrawing too much when 'cursorline' is set and jumping around.
Solution: Rely on ...

c20e46a4e3efcd408ef132872238144ea34f7ae5 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4613: return type of swapfile_unchanged() is wrong

Problem: Return type of swapfile_unchanged() is wrong.
Solution: Use "int". (closes #10000 ...

3c5999e53d9f35a30abefb7224f66a75c8ffb009 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function

Problem: Vim9: cannot use a recursive call in a nested function. (Sergey
Vlasov)
...

a915fa010330ee7212e06d3511acd363d04d2d28 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4611: typos in tests; one lua line not covered by test

Problem: Typos in tests; one lua line not covered by test.
Solution: Fix typos. Add test ca...

81b573d7e55bd48988f298ce8e652d902e9bdeba authored over 2 years ago by Dominique Pelle <[email protected]>
patch 8.2.4610: some conditions are always true

Problem: Some conditions are always true.
Solution: Remove the useless conditions. (closes ...

fe154990c1c57fac6d5a4b1bfb682e27adb4eb8c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4609: :unhide does not check for failing to close a window

Problem: :unhide does not check for failing to close a window.
Solution: When closing a win...

6f2465d336a9d4afe392db4084ef7e9db17e67c1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"

Problem: getcompletion() does not work properly when 'wildoptions
contains "fuzzy...

e7dd0fa2c61fe71f12c72b0dcb7bb6415eb048fb authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4607: sourcing buffer lines may lead to errors for conflicts

Problem: Sourcing buffer lines may lead to errors for conflicts.
Solution: Add the ++clear ...

35dc17634dd6da5b90bd1b0160c4ed9e394f4b87 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4606: test fails because of changed error message

Problem: Test fails because of changed error message.
Solution: Update the expected error m...

e18acb02bb58b2e07f3a52ce619752ba39c05ea2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4604: error for redefining a script item may be confusing

Problem: Error for redefining a script item may be confusing.
Solution: Put quotes around t...

6d877fe0181bdaf382bfc87898e1ddf6e3c78e66 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4603: sourcing buffer lines is too complicated

Problem: Sourcing buffer lines is too complicated.
Solution: Simplify the code. Make it pos...

85b43c6cb7d56919e245622f4e42db6d8bee4194 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

81c2e4fd684b2ea7da286c1eb3cf0f0fc52820a3 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4602: Vim9: not enough test coverage for executing :def function

Problem: Vim9: not enough test coverage for executing :def function.
Solution: Add a few mo...

397a87ac1c9857eb0d5ec3add69e3b9ab6b0c77c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4601: Vim9: not enough test coverage for executing :def function

Problem: Vim9: not enough test coverage for executing :def function.
Solution: Add a few mo...

efd73ae5d2a533670f562b6df5be2ffeb091185d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4600: Vim9: not enough test coverage for executing :def function

Problem: Vim9: not enough test coverage for executing :def function.
Solution: Add a few mo...

6b8c7ba062ca4b50e8f983e0485be7afa4eef691 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4599: GTK: get assertion errors when scrolling a split window

Problem: GTK: get assertion errors when scrolling a split window.
Solution: Use GDK_IS_DRAW...

a4df834a92535cf124afd1c3b711b4a7109e3534 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4598: profile completion test sometimes fails

Problem: Profile completion test sometimes fails.
Solution: Delete the .res file before run...

7e0be3ea211748a77d32cb1d3d35ecfc246cf0f2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4597: LuaV_debug() not covered by tests

Problem: LuaV_debug() not covered by tests.
Solution: Add a test. (Dominique Pellé, closes ...

b6643d10d39c493951a6bbf3264003d35adeb811 authored over 2 years ago by Dominique Pelle <[email protected]>
patch 8.2.4596: installing tutor binary may fail

Problem: Installing tutor binary may fail.
Solution: Fix the dependency. (Sergei Trofimovic...

c670ebddcd9e64411fc21571c2da3053ac39e4c9 authored over 2 years ago by Sergei Trofimovich <[email protected]>
patch 8.2.4595: X11: using --remote-wait may keep the CPU busy

Problem: X11: using --remote-wait may keep the CPU busy.
Solution: Set the timeout for sele...

6f953636771fe90e593b1c0ec883c261f6dc1bbb authored over 2 years ago by jsecchiero <[email protected]>
Update runtime files

47c532e2bc55e8a48f7f47e1fae1ed30144f2fa1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4594: need to write script to a file to be able to source them

Problem: Need to write script to a file to be able to source them.
Solution: Make ":source"...

36a5b6867bb6c0bd69c8da7d788000ab8a0b0ab0 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4593: unnecessary call to redraw_later()

Problem: Unnecessary call to redraw_later().
Solution: Remove the call to redraw_later() in...

95d2e7634ccd8e0da78086002509a856999e180c authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4592: search continues after giving E1204

Problem: Search continues after giving E1204.
Solution: Return failure after giving E1204. ...

b10ff5c1b3581ed4990d196bed51b4a8f961e8a2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4591: cursor line not updated when a callback moves the cursor

Problem: Cursor line not updated when a callback moves the cursor.
Solution: Check if the c...

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

d48e47378650781c5eac64b0797207cf1e35d0c1 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4590: Vim9: range type check has wrong offset

Problem: Vim9: range type check has wrong offset.
Solution: Adjust offset for CHECKTYPE. R...

2995e5cf4eb9651827788e14f9f42ab34ce4c7e1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4589: cannot index the g: dictionary

Problem: Cannot index the g: dictionary.
Solution: Recognize using "g:[key]". (closes #9969)

2e17fef225a58f478dc24ab1aaa20390c9abce57 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4588: mapping with key after other matching mapping does not work

Problem: Mapping with key code after other matching mapping does not work.
Solution: Change...

f35fd8e5d484be0e3fdd7c3c24f690083f91264d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4587: Vim9: double free after unpacking a list

Problem: Vim9: double free after unpacking a list.
Solution: Make a copy of the value inste...

61efa16932d485fc724e4b94a8e7078a176c9946 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4586: Vim9: no error for using lower case name for "func" argument

Problem: Vim9: no error for using lower case name for "func" argument.
(Ernie Rae...

1d9cef769d6c91d9a58a9c3c1c8ffe3da3570871 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4585: cannot use keypad page-up/down for completion menu

Problem: Cannot use keypad page-up/down for completion menu.
Solution: Recognize the keypad...

155b0882088ff115dcfb6ce466fe7c8cc2bef349 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4584: error for using autoload function in custom completion

Problem: Error for using autoload function in custom completion.
Solution: Do not check for...

da6d42c35a68610af872551b03077047258a7551 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4583: screendump test fails

Problem: Screendump test fails.
Solution: Check that making a screendump is possible.

4f6e772c9cd013a8690ab0f1efecc0ab3e855148 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4582: useless code handling a type declaration

Problem: Useless code handling a type declaration.
Solution: Remove the code and give an er...

4c8b546da2059865e20902586bb3e0ff07c279a0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4581: null types not fully tested

Problem: Null types not fully tested.
Solution: Add some more tests using null types.

d597ab00d799aa078be32e6677e01a7582106105 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4580: Vim9: incorrect error for shadowing variable

Problem: Vim9: incorrect error for shadowing variable.
Solution: Do not pass the context wh...

21dc8f1527fc41405b26a26bb0c318c4b7c1b5d4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu

Problem: Cannot use page-up and page-down in the command line completion
popup me...

5cffa8df7e3c28681b9e5deef6df395784359b6b authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4578: no warning when autoload script for completion has an error

Problem: No warning when an autoload script for completion function has an
error....

fe8e9f674036f3206b0080f4a931c991cf142f8b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4577: message test is flaky

Problem: Message test is flaky. (Elimar Riesebieter)
Solution: Trigger the autocommand even...

9323ca51c2b1522f26907a7b8879067245ebd1be authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

315df78431a29ea3ddb0483d636334cf5d6e0dd2 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4576: Vim9: error for comparing with null can be annoying

Problem: Vim9: error for comparing with null can be annoying.
Solution: Allow comparing any...

056678184f679c2989b73bd48eda112f3c79a62f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4575: Vim9: test for profiling still fails

Problem: Vim9: test for profiling still fails.
Solution: Update flags for profiling and bre...

139575de6653e7fd5807cb036dfb3684b815c519 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4574: Vim9: test for profiling fails

Problem: Vim9: test for profiling fails.
Solution: Mark function for profiling earlier to a...

48f69cdfa401999ac5ff8cef6d8dcabe3f93e284 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4573: a nested function is compiled for debugging without context

Problem: A nested function (closure) is compiled for debugging without
context.
S...

96923b7a14839e7505b194ab76e1f15bb88fa7ed authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4572: Vim9: return type "any" is changed to first returned type

Problem: Vim9: return type "any" is sometimes changed to first returned
type. (V...

1a572e9b3b497e0412b4001cd9c6859db0c35412 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4571: not all gdb files are recognized

Problem: Not all gdb files are recognized.
Solution: Add a few more patterns for gdb. (Jade...

8d5e514d77bd4b1956656ad2be2ce7094bd43a72 authored over 2 years ago by Jade Lovelace <[email protected]>
patch 8.2.4570: no command line completion for :profile and :profdel

Problem: No command line completion for :profile and :profdel.
Solution: Implement completi...

1fdf84e033f8c4eead3b4ccebb1969cfbc7d10db authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4569: Coverity warning for not using a return value

Problem: Coverity warning for not using a return value.
Solution: Add "(void)".

977525fea662b7f37ad0e052894c1f62b5b03269 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4568: getmousepos() does not compute the column below the last line

Problem: getmousepos() does not compute the column below the last line.
Solution: Also comp...

10792feebd237aee89270669e509e85cafdfac60 authored over 2 years ago by Sean Dewar <[email protected]>
patch 8.2.4567: bracketed paste doesn't work well in Visual linewise mode

Problem: Bracketed paste doesn't work well in Visual linewise mode.
Solution: Handle linewi...

7a73252063242e88a6966e9d9ae7ea8beb897518 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4566: check for existing buffer in session file may not work

Problem: Check for existing buffer in session file does not work for files
in the...

7d42840033aedf36389208b62e28b4e0b251c199 authored over 2 years ago by James Cherti <[email protected]>
patch 8.2.4565: no command line completion for :breakadd and :breakdel

Problem: No command line completion for :breakadd and :breakdel.
Solution: Add completion f...

6e2e2cc95b913e33145047e0fade5193da6e4379 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4564: running test leaves file behind

Problem: Running test leaves file behind. (Dominique Pellé)
Solution: Run the profiling in...

129e33e44bdbd91d6d7cd49d96268cbed4a05f07 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4563: "z=" in Visual mode may go beyond the end of the line

Problem: "z=" in Visual mode may go beyond the end of the line.
Solution: Adjust "badlen".

5c68617d395f9d7b824f68475b24ce3e38d653a3 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4562: linear tag search is not optimal

Problem: Linear tag search is not optimal.
Solution: Improve linear tag search performance....

b29b96806f1472371fb3cc01d48394e00b95cfc8 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4561: build failure with some combination of features

Problem: Build failure with some combination of features. (John Marriott)
Solution: Adjust ...

424da7aa481032f501158a671a0c1d117507afdd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4560: suspending with CTRL-Z does not work on DragonFlyBSD

Problem: Suspending with CTRL-Z does not work on DragonFlyBSD.
Solution: Adjust #ifdef. (Oz...

5f823d1e73bdcc9417581b6b3587648a5bb98709 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4559: getmousepos() returns the screen column

Problem: getmousepos() returns the screen column. (Ernie Rael)
Solution: Return the text co...

533870a98501fac2b51ef4bc489fac3a055a41a9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4558: Motif: using default colors does not work as expected

Problem: Motif: using default colors does not work as expected.
Solution: Do not try to sto...

e850439a561d8e7153b987473d768fe9696e9afa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4557: confusing comment about 'cursorlineopt'

Problem: Confusing comment about 'cursorlineopt'.
Solution: Adjust comment. (closes #9939)...

754d2b40369d8fdcf77fc05cc608f86387016bd9 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4556: test fails without the +job or +channel feature

Problem: Test fails without the +job or +channel feature. (Dominique Pellé)
Solution: Adjus...

4f3321f704ec0c2a522f12a580530283ae28856f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4555: getmousepos() returns the wrong column

Problem: getmousepos() returns the wrong column. (Ernie Rael)
Solution: Limit to the text s...

986b0fd0c550d9834a3cc45dd87555c13152c391 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

656f26b5a522781d6c8b986468e66eee0d2f15ae authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4554: Vim9: using null values not sufficiently tested

Problem: Vim9: using null values not sufficiently tested.
Solution: Add more tests. Fix un...

badf04f5c219743cd6645ff1f1fe88badf4af4c5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4553: linear tag search is a bit slow

Problem: Linear tag search is a bit slow.
Solution: Remove a vim_ftell() call. (Yegappan La...

8b530b3158cbd3aee2ad9cad8e7b7964faabb51e authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4552: in a :def function "put = expr" does not work

Problem: In a :def function "put = expr" does not work.
Solution: Skip over white space. (c...

d0b7bfa95798f5ec743d8afffbffb83aeac823da authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4551: when mapping <Esc> terminal codes are not recognized

Problem: When mapping <Esc> terminal codes are not recognized.
Solution: Specifically recog...

bbf84e2737daf3479e059dc7e7da0c50a07a4bf4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4550: Motif: cannot set the color of the scrollbar thumb

Problem: Motif: cannot set the color of the scrollbar thumb.
Solution: Remove #ifdef.

5b4f8a0e8476d57ee8a48e45171d19c1d2b4154e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4549: cannot build with Motif and editres

Problem: Cannot build with Motif and editres. (Tony Mechelynck)
Solution: Fix configure mis...

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

5784ac09250e27298e2e568fa9c780d1e8953601 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4548: script-local function is deleted when used in a funcref

Problem: Script-local function is deleted when used in a funcref.
Solution: Do not consider...

fb43cfc2c6a003b850343bfd27cb3059c734d7d4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4547: the neXTaw GUI is old and does not work well

Problem: The neXTaw GUI is old and does not work well.
Solution: Remove the neXTaw GUI from...

f52fac2ed94e6acc9612103c6c6f55660cc695c8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4546: duplicate #undef

Problem: Duplicate #undef.
Solution: Remove one #undef. (closes #9932)

0a4e098f32f3c83273ff63c02c8d0d5cdd7c897c authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4545: MS-Windows: the installed icon is low resolution

Problem: MS-Windows: the installed icon is low resolution.
Solution: Use a better icon. In...

176711f06966f6691a29c410e4693bf14e0f3d74 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4544: Coverity warnings for not using returned value

Problem: Coverity warnings for not using returned value.
Solution: Assign to vim_ignored.

dbf8094b17781ab1db191cf690e59c79f508a50f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4543: Coverity warning for refactored tag search code

Problem: Coverity warning for refactored tag search code.
Solution: Avoid the warnings. Up...

20fb28b1dcc092787e1a7b22dcfcfe1e46e29813 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4542: Vim9: "break" inside try/catch not handled correctly

Problem: Vim9: "break" inside try/catch not handled correctly.
Solution: First jump to :end...

873f8243f6feadec72d9bf6203e550cc1b66611a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4541: Crash in debugger when a variable is not available

Problem: Crash in debugger when a variable is not available in the current
block....

e406ff87c86de9da2d02d0e5ebbbf5c5eac051a6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4540: line number for error is off by one

Problem: Line number for error is off by one.
Solution: Remember the line number of the com...

1b1df95f1a84cbc362e32f676f1e135aa2e7fc3c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4539: when comparing special v:none and v:null are handled the same

Problem: When comparing special v:none and v:null are handled the same when
compi...

53ba6ca5b27248680e368340707ad4b32a82591f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4538: the find_tags_in_file() function is too long

Problem: The find_tags_in_file() function is too long.
Solution: Refactor into smaller func...

bf40e90dfeb1d3d0280077e65782beb3fee31c9f authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4537: output from linter and language server shows up in git

Problem: Output from linter and language server shows up in git.
Solution: Add patterns to ...

48f83c31d14702b40ad0bf3c61091871d9db072d authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4536: debugger test fails when breaking on expression

Problem: Debugger test fails when breaking on expression.
Solution: Compare strings with "=...

cf6662082f89de3458c69c4390055ab99aa7dd22 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4535: filename modifer ":8" removes the filename

Problem: Filename modifer ":8" removes the filename.
Solution: Use strncpy() instead of vim...

81da16b53fbf804a3cd32bc15313c96444b71484 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4534: Vim9: "is" operator with empty string and null returns true

Problem: Vim9: "is" operator with empty string and null returns true.
Solution: Consider em...

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

ae7aaf1460e0a445cdeb168c1a406dddd364da17 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4533: Vim9: no test that after assigning null type is still checked

Problem: Vim9: no test that after assigning null the type is still checked.
Solution: Add a...

56b84b1728e68f984446ec2698716cb8a1f6871d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSD

Problem: Suspending with CTRL-Z does not work on OpenBSD.
Solution: Adjust #ifdef for SIGTS...

f2832ad9653815103b39daf873511baa37424d3d authored over 2 years ago by Stuart Henderson <[email protected]>
patch 8.2.4531: LGTM warnings for condition and buffer size

Problem: LGTM warnings for condition always true and buffer size too small.
Solution: Remov...

f01a653ac50bb3542c24d26bb3fa5371cc3b2ed7 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4530: making comparison with null work changes legacy behavior

Problem: Making comparison with null work changes legacy behavior.
Solution: Only use the b...

f3507a517c38bee5498736607ead64c8ae6b5941 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

1588bc8ebee22f2855f27273fc2234fff370f86c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4529: Vim9: comparing partial with function fails

Problem: Vim9: comparing partial with function fails.
Solution: Support this comparison. A...

ed0c62e7b16b62655824df28cdd6bd75aadbb8fc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4528: crash when using null_function for a partial

Problem: Crash when using null_function for a partial.
Solution: Don't call fname_trans_sid...

673bcb10ebe87ccf6954dd342d0143eb88cdfbcb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4527: the Athena GUI is old and does not work well

Problem: The Athena GUI is old and does not work well.
Solution: Remove the Athena GUI from...

0b40d086b337f14fdd0dbc035988ffb0aec8ce5f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4526: Vim9: cannot set variables to a null value

Problem: Vim9: cannot set variables to a null value.
Solution: Add null_list, null_job, etc.

8acb9cc6209768ca7ec75c9f7af8c389312ea8d6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4525: some GUI tests don't work on Athena

Problem: Some GUI tests don't work on Athena.
Solution: Skip tests that won't work. (Yegapp...

08238045e769fce2d5bf1e17167e26eafc3d72b8 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>