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.4342: CI will soon switch to other windows version

Problem: CI will soon switch to other windows version.
Solution: Use "windows-2019" instead...

bece72785dcbeba00e6424d78a941450fda78929 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4341: command line not redrawn when finishing popup menu

Problem: Command line not redrawn when finishing popup menu and the screen
has sc...

414acd342f4a66d930da34d419929985b48bd301 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4340: Amiga: mch_can_exe() is not implemented

Problem: Amiga: mch_can_exe() is not implemented.
Solution: Implement mch_can_exe() for Ami...

949b35d83b69a7eab7b280b5af6940da9aedad43 authored over 2 years ago by [email protected] <[email protected]>
patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menu

Problem: CTRL-A does not work properly with the cmdline popup menu.
Solution: Fix issues wi...

560dff49c0095111fc96b4b8dd7f4d269aba9473 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4338: an error from an expression mapping messes up the display

Problem: An error from an expression mapping messes up the display.
Solution: When the expr...

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

9da17d7c57071c306565da6a35c3704db1916b78 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4337: part of condition is always true

Problem: Part of condition is always true.
Solution: Remove that part of the condition. (cl...

78a8404f8b6ad0152614d5fdc3ec277444c1eee5 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4336: using :filter for :scriptnames does not work

Problem: Using :filter for :scriptnames does not work. (Ben Jackson)
Solution: Call message...

769f5895ebfd10535a0ad978f071da8f20178fc6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4335: no autocommand event triggered before changing directory

Problem: No autocommand event triggered before changing directory. (Ronnie
Magatt...

28e8f73ae2d90009fd62cd60f97c2643ba44de68 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4334: command line popup menu not positioned correctly

Problem: Command line popup menu not positioned correctly.
Solution: Also use vim_strsize()...

68cc2b8a37197872e737fb61244069e13b7227a2 authored over 2 years ago by rbtnn <[email protected]>
Merge remote-tracking branch 'vim/master'

bbffffd01462acb5f3e1730f2623f371409a264f authored over 2 years ago by ichizok <[email protected]>
Remove unused code

53a193b2399578947633f990bcd3f35f7fb5d152 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4333: cstack not always passed to where it is needed

Problem: cstack not always passed to where it is needed.
Solution: Pass ctack through funct...

b6a138eb334621f60c5891d035f80f398d59dbd3 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4332: Vim9: incomplete test for existing script variable in block

Problem: Vim9: incomplete test for existing script variable in block.
Solution: Add a coupl...

dce2441a603f2c9343a4a46091283a32420d80a2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4331: Vim9: no test for existing script variable in block

Problem: Vim9: no test for existing script variable in block.
Solution: Add a test.

3a5988c025f8517ba382730dc54bb13df937edb4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4330: Vim9: no error if script imports itself

Problem: Vim9: no error if script imports itself.
Solution: Give an error when a script imp...

779aeff5c32c26161f42cdccbaa2376e78ee77d6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4329: no support for end line number and column in 'errorformat'

Problem: No support for end line number and column in 'errorformat'.
Solution: Add %e and %...

e023d499378942a6c3a3855cbe461ec2cb570f63 authored over 2 years ago by haya14busa <[email protected]>
patch 8.2.4328: command line complete matches cleard when typing character

Problem: Command line complete matches cleard when typing character.
(Dominique P...

73a16c22a4703cb9a7becdf459ce62bd894980d7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4327: may end up with no current buffer

Problem: May end up with no current buffer.
Solution: When deleting the current buffer to n...

e3537aec2f8d6470010547af28dcbd83d41461b8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4326: "o" and "O" copying comment not sufficiently tested

Problem: "o" and "O" copying comment not sufficiently tested.
Solution: Add a test case. (c...

51ab7c7d0da08aac796acff22a6c075dac579e76 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4325: 'wildmenu' only shows few matches

Problem: 'wildmenu' only shows few matches.
Solution: Add the "pum" option: use a popup men...

3908ef5017a6b4425727013588f72cc7343199b9 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4324: Vim9: script-local function name can start with "_"

Problem: Vim9: script-local function name can start with "_".
Solution: Check for leading c...

3787f26c2ed33732a36f26ebe46faeebfe0151af authored over 2 years ago by Bram Moolenaar <[email protected]>
Fix typo in comment in Miscellaneous.m

71bc940511ff8ce7bdb8b0634269d2a3d037ffa0 authored over 2 years ago by Ryan Schmidt <[email protected]>
patch 8.2.4323: Vim9: nested function name can start with "_"

Problem: Vim9: nested function name can start with "_".
Solution: Use same rule for functio...

f681cfb90b972cb347b3d707c87e48f8accd0e2a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4322: Vim9: crash when using funcref with closure

Problem: Vim9: crash when using funcref with closure.
Solution: Keep a reference to the fun...

7aca5ca6763e50d2c23953b20e30fca7457c9abf authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4321: Vim9: crash when using a funcref to a closure

Problem: Vim9: crash when using a funcref to a closure.
Solution: Copy pt_outer to the new ...

92368aad613bca700877ccb1725e1cb5a80dd34a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4320: Athena and Motif: when maximized scrollbar position is wrong

Problem: Athena and Motif: when maximized scrollbar position is wrong.
Solution: Implement ...

28f1a51bde36e2770dd54c9e2ae69a26cafa5a64 authored over 2 years ago by qsmodo <[email protected]>
patch 8.2.4319: :put does not work properly in compiled function

Problem: :put does not work properly in compiled function. (John Beckett)
Solution: Adjust ...

4e713bafc0ae191b1830e3cd3c323ebd695bc3a1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4318: various comment and indent mistakes, returning wrong zero

Problem: Various comment and indent mistakes, returning wrong zero.
Solution: Fix the mista...

54969f4ef5825205ecde09ea80f4087fc3b68e5d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails

Problem: MS-Windows: Vim exits when Python 3 initialisation fails.
Solution: Hook into the ...

63ff72aab91679725077eab5c5405267792268bd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems

Problem: __CYGWIN32__ is not defined on 64 bit systems.
Solution: Update #ifdefs. (Ken Taka...

b247e0622ef16b7819f5dadefd3e3f0a803b4021 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4315: put in Visual mode not fully tested

Problem: Put in Visual mode not fully tested.
Solution: Add a few more test cases. (closes ...

6bf821e8abe1da24e5d0624f032d7eda745756e8 authored over 2 years ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

8292705ac191f893a3258e4098451f9f9490ec2b authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4314: test fails where lines are skipped

Problem: Test fails where lines are skipped.
Solution: Only give an error when not skipping...

8cbf2499179db39a46e700ab04d0b36e22bcc1bb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4313: Vim9: cannot change type of list after making a slice

Problem: Vim9: cannot change type of list after making a slice.
Solution: Adjust the declar...

5f4ef5f5e5529c147c2274cd0f6416e2546d6fc7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4312: no error for using :vim9script in a :def function

Problem: No error for using :vim9script in a :def function.
Solution: Give an error when co...

107f7325f615a1ffa5b49521e316b44e117b0a04 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4311: Vim9: changing script variable type not caught compile time

Problem: Vim9: changing script variable type not caught at compile time.
Solution: Set the ...

160afdb1850b8cf56dc8e94acee7a04bc2113992 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4310: Vim9: constant list and dict get a declaration type

Problem: Vim9: constant list and dict get a declaration type other than
"any".
So...

2626d6a71ca616bd91d4ee2c27bd76a78a00d412 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4309: Vim9: crash when using a partial in the wrong context

Problem: Vim9: crash when using a partial in the wrong context.
Solution: Don't use an NULL...

fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4308: Vim9: cannot list autoload function

Problem: Vim9: cannot list autoload function.
Solution: Don't give an error for using # whe...

8164f6ea3cd675d0c22b058d71df2454fa108a35 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4307: a few more messages should not be translated

Problem: A few more messages should not be translated.
Solution: Remove _().

0c1550d9e94046d3fc9a8ad70b895eaa1e53fca5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4306: no test for fixed perl filetype check

Problem: No test for fixed perl filetype check.
Solution: Add a test. Sort test functions.

500761b1cf666f030009d2dcdacfdce28f68f43d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4305: tex filetype detection fails

Problem: Tex filetype detection fails.
Solution: Check value to be positive. (closes #9704)

e5b7897585eccec84431d8b23df5cde2e283828c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4304: Vim9: slice() makes a copy but doesn't change the type

Problem: Vim9: slice() makes a copy but doesn't change the type.
Solution: Change the decla...

00eb99528edc9ee1d14241d6914168fc33331ded authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4303: a few messages should not be translated

Problem: A few messages should not be translated.
Solution: Remove _(). (Dominique Pellé, c...

cd53eed2c55f2256008962965b1de1d1df76d535 authored over 2 years ago by Dominique Pelle <[email protected]>
patch 8.2.4302: Vim9: return type of getline() is too strict

Problem: Vim9: return type of getline() is too strict.
Solution: Make the declared type lis...

82e46e5d31ba1ca8d4e322acdacdd90ab80705d9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4301: Vim9: type error for copy of dict

Problem: Vim9: type error for copy of dict.
Solution: Do not use dict<any> but no type. (cl...

e0c2b2ceaa8ca2d0f412f17f4cf14fb4f7a3296f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4300: cannot build tiny version

Problem: Cannot build tiny version. (Tony Mechelynck)
Solution: Add #ifdef.

4fa1346bf4210747f34b64d05b39309918ca538d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4299: SafeState autocommand interferes with debugging

Problem: SafeState autocommand interferes with debugging.
Solution: Do not trigger SafeStat...

46f3080e5cd4cd1bae23e72a429a8195eb1ded7a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4298: divide by zero with huge tabstop value

Problem: Divide by zero with huge tabstop value.
Solution: Reject tabstop value that overfl...

fc88df42f1ae64bcc4d6cbc0fbd3445f8c59afdf authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4297: Vim9: not all code covered by tests

Problem: Vim9: not all code covered by tests.
Solution: Add a couple more tests.

21ebb0899ecf9049c3e1c9cbc2e06fd8e2a99e06 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4296: Vim9: not all code covered by tests

Problem: Vim9: not all code covered by tests.
Solution: Add a few more tests for corner cas...

83d0cec95697c244c8096c78aa806469302a8e19 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files; use compiled functions

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

a2baa73d1d33014adea0fd9567949089ca21a782 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4295: Vim9: concatenating two lists may result in wrong type

Problem: Vim9: concatenating two lists may result in wrong type.
Solution: Remove the type ...

46950b225fab2e10245a04952b2c238e0362e1b7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated

Problem: MS-Windows: #ifdefs for Cygwin are too complicated.
Solution: Simplify the conditi...

972db232795874c58b9fdf23e43f53885a378eae authored over 2 years ago by K.Takata <[email protected]>
Merge remote-tracking branch 'vim/master'

2504fa7eb0cab147eb7324fce37f5b93b699da92 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4293: Vim9: when copying a list it gets type list<any>

Problem: Vim9: when copying a list it gets type list<any> even when the
original ...

7676c158798a7c90f500cab2c12af0d47bad6026 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4292: test fails

Problem: Test fails.
Solution: Adjust the expected error number.

02a977ea5ee733412011a7f259a4efa0ffc95f1a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4291: error number used twice

Problem: Error number used twice.
Solution: Renumber of of the errors.

5658ca343f49a770ec068a858f52547ce822afa1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4290: MS-Windows: using type casts for timer IDs

Problem: MS-Windows: using type casts for timer IDs.
Solution: Remove type casts and use th...

a8ec4916caadd0a5113b7d41fa81d6d2c807260f authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4289: warnings reported by MSVC

Problem: Warnings reported by MSVC.
Solution: Rename variables and other fixes. (Ken Takata...

5411910c77cba85212963a2fb71d8c71f8a5d203 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4288: preprocessor indents are inconsistent

Problem: Preprocessor indents are inconsistent.
Solution: Fix preprocessor indents. (Ken Ta...

6e1d31e9e3ca42cb883abca198f011dc6f4ceb14 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4287: cannot assign empty list with type to variable with list type

Problem: Cannot assign empty list with any list type to variable with
specific li...

2d3ac2e03093c4b0ae5d18c5f2f51ae0c2a9ec72 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy()

Problem: Vim9: strict type checking after copy() and deepcopy().
Solution: Allow type to ch...

381692b6f1c2ec9b73a139500286ddc9347a1c01 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4285: Vim9: type of item in for loop not checked properly

Problem: Vim9: type of item in for loop not checked properly.
Solution: Adjust the type che...

a1c519518050383e7d319514a3ff6c42a9154c48 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4284: old mac resources files are no longer used

Problem: Old mac resources files are no longer used.
Solution: Delete the unused files. (Oz...

ab8f7c50cf7d5c0c72dfa5067e5b1f57585db4d8 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4283: using a variable for the return value is not needed

Problem: Using a variable for the return value is not needed.
Solution: Return the value di...

73257149d759a8e6ddbe555d2b5aa37b6cb8db8b authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4282: restricted mode requires the -Z command line option

Problem: Restricted mode requires the -Z command line option.
Solution: Use restricted mode...

adbb1bf21dad5697cd82d46d9dd9e8e8d0f647e6 authored over 2 years ago by matveyt <[email protected]>
patch 8.2.4281: using freed memory with :lopen and :bwipe

Problem: Using freed memory with :lopen and :bwipe.
Solution: Do not use a wiped out buffer.

9b4a80a66544f2782040b641498754bcb5b8d461 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4280: list-dict test crashes

Problem: list-dict test crashes.
Solution: Check declared type for add().

eb4a9ba293be51039e57e0e18337785e2ce526e7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4279: Vim9: cannot change item type with map() after range()

Problem: Vim9: cannot change item type with map() after range().
Solution: Split the return...

8133018f50bc447570825801e93d5ed67e8dac90 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4278: build with Athena GUI fails

Problem: Build with Athena GUI fails. (Elimar Riesebieter)
Solution: Add #ifdef.

4e3b3182307444f205a5f35e257c651f0f3717ad authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4277: Vim9: an import does not shadow a command modifier

Problem: Vim9: an import does not shadow a command modifier.
Solution: Do not accept a comm...

68854a82fdedebf6ee0675d1abeae6fc627ff6bb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4276: separate test function for the GUI scrollbar

Problem: Separate test function for the GUI scrollbar.
Solution: Use test_gui_event(). (Yeg...

9e0208f51cf1354ce0a7d3988133041a78681605 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4275: cannot use an autoload function from a package under start

Problem: Cannot use an autoload function from a package under start.
Solution: Also look in...

223a950a85448253780da4e821a5b23dcdfad28f authored over 2 years ago by =?UTF-8?q?Bj=C3=B6rn=20Linse?= <[email protected]>
patch 8.2.4274: Basic and form filetype detection is incomplete

Problem: Basic and form filetype detection is incomplete.
Solution: Add a separate function...

c570e9cf68c0fe30366e82c96be460047dd659b9 authored over 2 years ago by Doug Kearns <[email protected]>
Update runtime files

c4573eb12dba6a062af28ee0b8938d1521934ce4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4273: the EBCDIC support is outdated

Problem: The EBCDIC support is outdated.
Solution: Remove the EBCDIC support.

424bcae1fb0f69e0aef5e0cf84fd771cf34a0fb7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4272: Vim9 expr test fails without the channel feature

Problem: Vim9 expr test fails without the channel feature. (Dominique
Pellé)
Solu...

eb6c2765959c91ddbb527f96f91ba5be199b8d41 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0

Problem: MS-Windows: cannot build with Ruby 3.1.0.
Solution: Adjust the DLL name and includ...

1f47a287ee4f8b1d007dff878b23dd0cd6104f38 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice

Problem: Generating nv_cmdidxs.h requires building Vim twice.
Solution: Move the table into...

672776dbe8427876ef4bfce84520712df87b6eb1 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4269: Coverity warns for using a NULL pointer

Problem: Coverity warns for using a NULL pointer.
Solution: Check for "name" to not be NULL.

48a604845e33399893d6bf293e71bcd2a412800d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4268: CI log output is long

Problem: CI log output is long.
Solution: Group output in sections. (Ozaki Kiichi, closes #...

44d1f89c241c611a0904dbbca784facfa13b7916 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4267: unused entry in keymap enum

Problem: Unused entry in keymap enum.
Solution: Remove the entry.

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

ec7ee7ddca5a00f99e752d86ddd60474129ad5ab authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4266: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable.
Solution: Initialize saved_did_emsg.

5703310e640c4b142a16a3ea4f45317565ae8c32 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4265: autoload tests fails

Problem: Autoload tests fails.
Solution: Use export instead of name with #.

6a058070924928f1b2bdb11f345229074904d8bd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4264: Vim9: can use old style autoload function name

Problem: Vim9: can use old style autoload function name.
Solution: Give an error for old st...

d8fe6d34bb582438142d7c1f73d0bd8537bb3a7a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4263: no test for the GUI find/replace dialog

Problem: No test for the GUI find/replace dialog.
Solution: Add a test function and a test....

ec3637cbaf23730b6efe5e5c0047e23adc82160b authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4262: some search tests fail

Problem: Some search tests fail.
Solution: Use a better way to reject searching for the Vis...

44a4d947bbc2c5ddb2908346a7c61ef93b59a3ca authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4261: accessing invalid memory in a regular expression

Problem: Accessing invalid memory when a regular expression checks the
Visual are...

679d66c2d21dfe03d0f89b9a818b0aaebb4c3b87 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4260: Vim9: can still use a global function without g:

Problem: Vim9: can still use a global function without g: at the script
level.
So...

848faddb870f3ba4d84fcacd1cccb5cdbbfd9c41 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4259: number of test functions for GUI events is growing

Problem: Number of test functions for GUI events is growing.
Solution: Use one function wit...

06011e1a55f32e47fe0af4bd449be6f0e3ff0814 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4258: Coverity warns for array overrun

Problem: Coverity warns for array overrun.
Solution: Restrict depth to MAXWLEN - 1.

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

f10911e5db16f1fe6ab519c5d091ad0c1df0d063 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent

Problem: Vim9: finding global function without g: prefix but not finding
global v...

62aec93bfdb9e1b40d03a6d2e8e9511f8b1bdb2d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4

Problem: MS-Windows: compiler warnings when compiled with /W4.
Solution: Small adjustments ...

135e15251efd96c960e51e8ab31333c2d6887983 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4255: theoretical computation overflow

Problem: Theoretical computation overflow.
Solution: Perform multiplication in a wider type...

d5cec1f1f055316c353cfa15ad8d5eb0952d50a0 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4254: using short instead of int

Problem: Using short instead of int.
Solution: Use int. (closes #9658)

f12b7815f6b55c3e2f37366aa45e723b1fcb2e9a authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>