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.3879: getreg() and getregtype() contain dead code

Problem: getreg() and getregtype() contain dead code.
Solution: Remove the needless check. ...

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

76eb844a2fcbe3e355fd62fbde3c7c59b75f51d0 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3878: Vim9: debugger tries to read more lines than there are

Problem: Vim9: debugger tries to read more lines than there are.
Solution: Check the number...

310091d20f26f6472fefc31e19004684f3d640bf authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3877: function does not abort after a type error in compare

Problem: Function does not abort after a type error in compare
Solution: Check getting numb...

28fbbeac7046f33db350294908eecb380042d553 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3876: 'cindent' does not recognize inline namespace

Problem: 'cindent' does not recognize inline namespace.
Solution: Skip over "inline" to fin...

f2f0bddf303e37d4d532ca22e2d53179c20b1d19 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3875: gcc complains about buffer overrun

Problem: gcc complains about buffer overrun.
Solution: Use mch_memmove() instead of STRCPY(...

b4168fd917e869912e0649fe13c10e5e6a595199 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3874: cannot highlight the number column for a sign

Problem: Cannot highlight the number column for a sign.
Solution: Add the "numhl" argument....

a80aad717464760a5a50ac2201ce35b24a0cf7a5 authored almost 3 years ago by James McCoy <[email protected]>
patch 8.2.3873: go.mod files are not recognized

Problem: go.mod files are not recognized.
Solution: Check for the file name. (closes #9380)

82b3b4c6cf2973fe767f8e2311482af0bd95267e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specific

Problem: Vim9: finddir() and uniq() return types can be more specific.
Solution: Adjust the...

080182216e605df3428cc699b9fd7e761368d12f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3871: list.c contains code for dict and blob

Problem: List.c contains code for dict and blob.
Solution: Refactor to put code where it be...

f973eeb4911de09258e84cb2248dc0f9392824b4 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3870: MS-Windows: wrong dir when using right-click context menu

Problem: MS-Windows: wrong working directory when opening two files with
right-cl...

1aeccdb464d81f0af047b399cbad160307a91f7c authored almost 3 years ago by Nir Lichtman <[email protected]>
patch 8.2.3869: Vim9: type checking for "any" is inconsistent

Problem: Vim9: type checking for "any" is inconsistent.
Solution: Always use a runtime type...

fa46ead31abe66494da775921feefece02ce6d95 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3868: Vim9: function test fails

Problem: Vim9: function test fails.
Solution: Add missing changes. Add test for earlier pa...

1b5f7a6202406b7d7ac804960602350e42b8be80 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3867: implementation of some list functions too complicated

Problem: Implementation of some list functions too complicated.
Solution: Refactor do_sort_...

d92813a59877c707e4b64bea6d786aad152acb45 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3866: Vim9: type checking global variables is inconsistent

Problem: Vim9: type checking global variables is inconsistent.
Solution: Use the "unknown" ...

59618fed4ce118d12686c2e5c7c09601c8177817 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3865: Vim9: compiler complains about using "try" as a struct member

Problem: Vim9: compiler complains about using "try" as a struct member.
Solution: Rename "t...

0d807107b66e0d30d4f338c272962af5714c400e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3864: cannot disable requesting key codes from xterm

Problem: Cannot disable requesting key codes from xterm.
Solution: Add the 'xtermcodes' opt...

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

35cee1c363088595b654e546c4a9fdde9ca2dae5 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3863: various build flags accidentally enabled

Problem: Various build flags accidentally enabled.
Solution: Revert several lines in Makefile.

8d95d7091da08d0a236be4a16616e3dda388e58d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3862: crash on exit with EXITFREE and using win_execute()

Problem: Crash on exit with EXITFREE and using win_execute().
Solution: Also save and resto...

dab17a0689a2f31f69f428975f84b0c3c7ba3030 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3861: list of distributed files is outdated

Problem: List of distributed files is outdated.
Solution: Add new files.

39713d3acbfb6673775158a0171c7389c07f25df authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3860: Vim9: codecov struggles with the file size

Problem: Vim9: codecov struggles with the file size.
Solution: Split vim9compile.c into fou...

dc7c366f3aae65ee691010b08f37acfb26e0742b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3859: Vim9: some code lines not tested

Problem: Vim9: some code lines not tested.
Solution: Add a few specific tests.

a99fb23842f055c511bfe1b62de7bbd14d5a99c0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3858: Vim9: not enough tests

Problem: Vim9: not enough tests.
Solution: Add tests for :try/:catch and :redir. Add missin...

003312b1d2ee2f4922f473b8bf50af6663c0efac authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3857: Vim9: inconsistent error for using function()

Problem: Vim9: inconsistent error for using function().
Solution: Use a runtime type check ...

2f9f4ccfc8f1d4a56761dc1cc1e9e20190a72c74 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3856: Vim9: not enough tests

Problem: Vim9: not enough tests.
Solution: Run more expression tests also with Vim9. Fix an...

fea43e44c008a7ca73b506ddab0f47b63b5d2126 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3855: illegal memory access when displaying a blob

Problem: Illegal memory access when displaying a blob.
Solution: Append a NUL at the end. (...

bc404bfb32cf2bef34050d2aeae0ea72ccf980cc authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3854: Vim9: inconsistent arguments for test functions

Problem: Vim9: inconsistent arguments for test functions.
Solution: When :def function and ...

86b3ab4fa0de3e8884ab6a6ced2a70592b937d0f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3853: Vim9: not enough tests

Problem: Vim9: not enough tests.
Solution: Run more existing tests for Vim9 script.

700e6b166298ecfb53fe4bf593085b29ca78d556 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3852: Vim9: not enough tests

Problem: Vim9: not enough tests.
Solution: Also run existing tests for Vim9 script. Make e...

f47c5a8e2d8eda7c2c8a9cccf9568eb56c03a0cf authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3851: Vim9: overhead when comparing string, dict or function

Problem: Vim9: overhead when comparing string, dict or function.
Solution: Call the intente...

265f811f5a2dac81d9698f5202a661a04ed095f1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3850: illegal memory access when displaying a partial

Problem: Illegal memory access when displaying a partial.
Solution: Terminate the string wi...

2de5371a755abd287dab6ff544924715a76d4abe authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3849: functions implementing reduce and map are too long

Problem: Functions implementing reduce and map are too long.
Solution: Use a function for e...

389b72196e6aaeafe3f907c73d271f2c6b931140 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3848: cannot use reduce() for a string

Problem: Cannot use reduce() for a string.
Solution: Make reduce() work with a string. (Nar...

0ccb5842f5fb103763d106c7aa364d758343c35a authored almost 3 years ago by rbtnn <[email protected]>
patch 8.2.3847: illegal memory access when using a lambda with an error

Problem: Illegal memory access when using a lambda with an error.
Solution: Avoid skipping ...

605ec91e5a7330d61be313637e495fa02a6dc264 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3846: no error when using control character for 'lcs' or 'fcs'

Problem: No error when using control character for 'lcs' or 'fcs'.
Solution: Use char2cells...

60618c8f1a7ea55452837a446525272142286471 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.3845: Vim9: test fails when the channel feature is missing

Problem: Vim9: test fails when the channel feature is missing.
Solution: Check for the chan...

0dc4d8eaecc3acc26c3bee906d98097f9faa90bd authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)

Problem: Vim9: no type error if assigning a value with type func(number) to
a var...

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

5adc22d15e26869415d7a2541204a633debacb0f authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3843: dep3patch files are not recognized

Problem: Dep3patch files are not recognized.
Solution: Recognize dep3patch files by their l...

647ab4cede4dbf412d24748f8e0a64d1cb9239f4 authored almost 3 years ago by James McCoy <[email protected]>
patch 8.2.3842: Vim9: can change locked list and list items

Problem: Vim9: can change locked list and list items.
Solution: Check that a list and list ...

422085f1c87cb6bea879158b8b05c4a5cf7ab48b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3841: Vim9: outdated TODO items, disabled tests that work

Problem: Vim9: outdated TODO items, disabled tests that work.
Solution: Remove TODO items, ...

71b768509250b12696e8cc90e5902029f1b5433d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3840: useless test for negative index in check functions

Problem: Useless test for negative index in check functions.
Solution: Remove the test for ...

ddc80aff575dd60c04c79621a0358cf0abaac53a authored almost 3 years ago by rbtnn <[email protected]>
patch 8.2.3839: using \z() with \z1 not tested for syntax highlighting

Problem: Using \z() with \z1 not tested for syntax highlighting.
Solution: Add a test. (Dom...

354b23a9f87fd8c5aec457d88320a0a5bce4b985 authored almost 3 years ago by Dominique Pelle <[email protected]>
patch 8.2.3838: cannot use script-local function for setting *func options

Problem: Cannot use script-local function for setting *func options.
Solution: Use the scri...

db1a410b610b2c1941311acc57dcc4afec20720e authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3837: QNX: crash when compiled with GUI but using terminal

Problem: QNX: crash when compiled with GUI but using terminal.
Solution: Check gui.in_use i...

d2ff705af32862b4da49d213613233f93343874c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3836: Vim9: comment after expression not skipped to find NL

Problem: Vim9: comment after expression not skipped to find NL.
Solution: After evaluating ...

02929a372e5e14db1b85abdc7d4515d6b2d81888 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3835: the inline-function example does not work

Problem: The inline-function example does not work.
Solution: Drop ":let". Add EX_EXPR_ARG...

259f443a934c6f2447a14bfe54403903416a9af0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3834: Test_out_cb often fails on Mac

Problem: Test_out_cb often fails on Mac.
Solution: Increase the timeout with every retry.

deda6441e457072df39cdc8744dcd685d77fa273 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3833: error from term_start() not caught by try/catch

Problem: Error from term_start() not caught by try/catch.
Solution: save and restore did_em...

c3f91c0648f4b04a6a9ceb4ccec45ea767a63796 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3832: test fails because of changed error message

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

994a0a298bfbdd03e2eaae64268739d617080644 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3831: opfunc test fails when missing feature changes function name

Problem: Opfunc test fails when missing feature changes function name.
(Dominique...

23e72369ffa2c18e9fda1e5d77f4397dc4700764 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3830: error messages are spread out

Problem: Error messages are spread out.
Solution: Move more error messages to errors.h.

e124204c4f8ea8b4fe5357b7613092a7acb5feb8 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3829: no error when setting a func option to script-local function

Problem: No error when setting a func option to a script-local function.
Solution: Give an ...

94c785d235dccacf6cdf38c5903115b61ca8a981 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3828: when opening a terminal from a timer first typed char is lost

Problem: when opening a terminal from a timer the first typed character
is lost. ...

8103527da7f12ff21c2566222748518ee093432c authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3827: huntr badge does not really fit in the list

Problem: Huntr badge does not really fit in the list.
Solution: Move the link to Huntr to t...

f79cbf6512863c167bc794035df067e3a3e474f3 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def function

Problem: Vim9: using "g:Func" as a funcref does not work in a :def
function.
Solu...

b15cf44c1d9c92a2ac07cff415071e31a9ad88fa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3825: various comments could be improved

Problem: Various comments could be improved.
Solution: Improve the comments.

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

0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3824: no ASAN support for MSVC

Problem: No ASAN support for MSVC.
Solution: Add ASAN support and fix a coupld of uncovered...

6df0f2759d12ec0bc999b2963ecea4387a2bc516 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3823: test for visual replace is in wrong function

Problem: Test for visual replace is in wrong function.
Solution: Move it to another function.

6ecf58b0d7d9b8fbba780d19d2e6c0f227df715b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9

Problem: Leaking memory in map() and filter(), cannot use a string argument
in Vi...

2d877599ee1cede063ef4abe3a2272e67c116238 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3821: ASAN test run fails

Problem: ASAN test run fails.
Solution: Use asan_symbolize-13 instead of asan_symbolize-11.

19569ca6d805de7a2ac95ee7b0c52475a9d5d851 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3820: "vrc" does not replace composing characters

Problem: "vrc" does not replace composing characters, while "rc" does.
Solution: Check the ...

8ee6028de3daa9af9e5f90fa9e583ff407bee04f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3819: test fails because error message changed

Problem: Test fails because error message changed.
Solution: Update screendumps.

427f065a885629db430dd06ccda8b1318b8a5e92 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3818: cannot filter or map characters in a string

Problem: Cannot filter or map characters in a string.
Solution: Make filter() and map() wor...

c479ce032f5d4d14bab9e479acbf42d758879893 authored almost 3 years ago by rbtnn <[email protected]>
patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmd

Problem: Vim9: Not using NL as command end does not work for :autocmd.
Solution: Only ignor...

f87dac04c351583241ea1c4ec4228516431e6f22 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3816: compiler warning for posible loss of data on MS-Windows

Problem: Compiler warning for posible loss of data on MS-Windows.
Solution: Add type cast. ...

1821d1498ca57dc3f7a21767c253a778d9b113fb authored almost 3 years ago by Mike Williams <[email protected]>
patch 8.2.3815: Vim9: cannot have a multi-line dict inside a block

Problem: Vim9: cannot have a multi-line dict inside a block.
Solution: Do not split the com...

ce7eada12ea16c830332042f0021a9564bbb25af authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3814: .csx files and .sln files are not recognized

Problem: .csx files and .sln files are not recognized.
Solution: Add filetype patterns. (Do...

cfabad9bcf45650dee1f1f41ec4047f82a12f323 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3813: confusing error when using :cc without error list

Problem: confusing error when using :cc without error list. (Gary Johnson)
Solution: Give t...

a5d78d1f1123d9ffccd5ba58f2d2dec44cc59e94 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3812: Vim9: leaking memory in numbered function test

Problem: Vim9: leaking memory in numbered function test.
Solution: Skip "g:" when checking ...

57bc2333b1d713bc54f8e33ef3ef7ac169af2ac4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3811: the opfunc error test fails on a slow machine

Problem: The opfunc error test fails on a slow machine.
Solution: Use WaitForAssert().

7c0fb800302c3bdd2dfa5ba10d0caa806e9500f6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3810: Vim9: expr4 test fails on MS-Windows

Problem: Vim9: expr4 test fails on MS-Windows.
Solution: Do not give an error for a missing...

b334137acffd7a2b2ab8524e54d4c55ebf4518ea authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3809: Vim9: crash when garbage collecting a nested partial

Problem: Vim9: crash when garbage collecting a nested partial. (Virginia
Senioria...

7509ad8b0fad56f88288977decbeca3640406c82 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3808: Vim9: obsolete TODO items

Problem: Vim9: obsolete TODO items
Solution: Remove the comments.

919c12c19a9785b856bc32dfe6cd8e9277178b62 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3807: Vim9: can call import with star directly

Problem: Vim9: can call import with star directly.
Solution: Check that the import used star.

f8a79fc3468645019532331bf8b36d1f7b403ef4 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3806: terminal focus test fails sometimes

Problem: Terminal focus test fails sometimes.
Solution: Run the test function before others.

c2958585f6c7ce4d822d3191ba501c0757b3ffff authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3805: i3config files are not recognized

Problem: i3config files are not recognized.
Solution: Add patterns to match i3config files....

8176be159859deb9cf6455565bd7b24b3dcf17b9 authored almost 3 years ago by Quentin Hibon <[email protected]>
patch 8.2.3804: script context not set when copying 'swf' and 'ts'

Problem: Script context not set when copying 'swf' and 'ts'.
Solution: Use COPY_OPT_SCTX wi...

6206877c511c636cbeb2a2b911451af316b62d00 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal window

Problem: Crash when 'writedelay' is set and using a terminal window to
execute a ...

829c8e87e2d99b9d87c9c745e74750177c0298df authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3802: terminal in two windows test fails on some systems

Problem: Terminal in two windows test fails on some systems.
Solution: Wait a bit between c...

0407d270342d363c6297a7556cd904b4c434df54 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3801: if a terminal shows in two windows, only one is redrawn

Problem: If a terminal shows in two windows, only one is redrawn.
Solution: Reset the dirty...

3194e5bf87f8e08f519b947a03c46677616cd7e3 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3800: when cross compiling the output of "uname" cannot be set

Problem: When cross compiling the output of "uname" cannot be set. (Ben
Reeves)
S...

6840a0ffe8d27a8773a500ba17550cdf2ad12cbc authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3799: edit test hangs or fails

Problem: Edit test hangs or fails.
Solution: Do not rethrow an exception when inside try/ca...

80d60910ff493f7b8ea52156e4c7df7e70a348c6 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3798: a :def callback function postpones an error message

Problem: A :def callback function postpones an error message.
Solution: Display the error a...

3b309f11db7904efcae0177c2825597042c07427 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3797: no good reason to limit the message history in tiny version

Problem: No good reason to limit the message history in the tiny version.
Solution: Always ...

1e78deb0779bc403a914712f0842a65d2949dfdf authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3796: the funcexe_T struct members are not named consistently

Problem: The funcexe_T struct members are not named consistently.
Solution: Prefix "fe_" to...

851f86b951cdd67ad9cf3149e46169d1375c8d82 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3795: too many #ifdefs

Problem: Too many #ifdefs.
Solution: Graduate the jumplist feature.

739f13a55b4982efb37ebc9282e7f79975fff982 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3794: Vim9: cannot find script-local func using "s:"

Problem: Vim9: cannot find script-local func using "s:". (Yegappan
Lakshmanan)
So...

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

2261192e6b7d3df2e9a142a79db3593105171ce7 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3793: using "g:Func" as a funcref does not work in script context

Problem: Using "g:Func" as a funcref does not work in script context
because "g:"...

ef082e12df2cafe177b2ac9f6922393223ccf83b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3792: setting *func options insufficiently tested

Problem: Setting *func options insufficiently tested.
Solution: Impove tests. (Yegappan Lak...

04ef1fb13d200f770952e670357dddadb6210dd4 authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3791: build error with +cindent but without +smartindent

Problem: Build error with +cindent but without +smartindent.
Solution: Move declaration of ...

d2439e0443ee26931ab93874c05cc7f57e9af93d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3790: test for term_gettitle() fails in some environments

Problem: Test for term_gettitle() fails in some environments.
Solution: Make the digits aft...

3bb79dc191a1dec14606b1b94b968a6808906700 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.3789: Test_window_minimal_size can fail on a slow machine

Problem: Test_window_minimal_size can fail on a slow machine.
Solution: Do not rely on time...

fa9a8e0fd1143d2b47611c6cc13e32f6283448a4 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.3788: lambda for option that is a function may be freed

Problem: Lambda for option that is a function may be garbage collected.
Solution: Set a ref...

6ae8fae8696623b527c7fb22567f6a3705b2f0dd authored almost 3 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.3787: no proper formatting of a C line comment after a statement

Problem: No proper formatting of a C line comment after a statement.
Solution: Find the sta...

6e371ecb27227ff8fedd8561d0f3880a17576848 authored almost 3 years ago by Bram Moolenaar <[email protected]>
Use text area for environment in the bug template.

9a4ec5a62632af040c278a189e256043740f5c7f authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update issue template.

4e30b5c3bc83fe6a87f4d50720638e8bb4e16428 authored almost 3 years ago by Bram Moolenaar <[email protected]>