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.4897: comment inside an expression in lambda ignores the rest

Problem: Comment inside an expression in lambda ignores the rest of the
expressio...

39be4981cdd93a185b110536f84d99ce56e2c3cc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4896: expression in command block does not look after NL

Problem: Expression in command block does not look after NL when command is
typed...

a13e7acba9928a9c5e97be28946418d8d4323988 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4895: buffer overflow with invalid command with composing chars

Problem: Buffer overflow with invalid command with composing chars.
Solution: Check that th...

d88934406c5375d88f8f1b65331c9f0cab68cc6c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4894: MS-Windows: not using italics

Problem: MS-Windows: not using italics.
Solution: Use italics. Simplify the code. (closes ...

5a7b6dc23cd16450b5773849520d513de56bccbf authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4893: distributed import files are not installed

Problem: Distributed import files are not installed.
Solution: Add rules to Makefile and NSIS.

44433da5345e5c459f5e5812e30fca12fe297cd6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4892: test failures because of changed error messages

Problem: Test failures because of changed error messages.
Solution: Adjust the exptected er...

ec892234788d37bfed47d8bf82dd4cae8d335ad9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4891: Vim help presentation could be better

Problem: Vim help presentation could be better.
Solution: Add an imported file for extra Vi...

b3c9077a5be76cd88b9a0c07b6d6c072d5c8ac3e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4890: inconsistent capitalization in error messages

Problem: Inconsistent capitalization in error messages.
Solution: Make capitalization consi...

cf030578b26460643dca4a40e7f2e3bc19c749aa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4889: CI only tests with FreeBSD 12

Problem: CI only tests with FreeBSD 12.
Solution: Also test with FreeBSD 13. (closes #10366)

009e79c7b7f20d8e176a16fa8e1d510273c0a259 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4888: line number of lambda ignores line continuation

Problem: Line number of lambda ignores line continuation.
Solution: Use the line number of ...

521bf32bb4f86676ce3617d25309770f1440ba79 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4887: channel log does not show invoking a timer callback

Problem: Channel log does not show invoking a timer callback.
Solution: Add a ch_log() call.

9b334d5912607f09912bfd19aa95355a1efc2761 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4886: Vim9: redir in skipped block seen as assignment

Problem: Vim9: redir in skipped block seen as assignment.
Solution: Check for valid assignm...

bc6f2bf78af28c93b48906408756b797ab2fd7bd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4885: test fails with the job/channel feature

Problem: Test fails with the job/channel feature.
Solution: Move check for job/channel sepa...

f1d63b9cba9ca91d6367615c6098761c30c6cb5b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4884: test fails without the job/channel feature

Problem: Test fails without the job/channel feature. (Dominique Pellé)
Solution: Add condit...

175913fb03ba33171bdfcb03db51d32a39e3e7a8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4883: string interpolation only works in heredoc

Problem: String interpolation only works in heredoc.
Solution: Support interpolated strings...

2eaef106e4a7fc9dc74a7e672b5f550ec1f9786e authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4882: cannot make 'breakindent' use a specific column

Problem: Cannot make 'breakindent' use a specific column.
Solution: Add the "column" entry ...

e7d6dbc5721342e3d6b04cf285e4510b5569e707 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4881: "P" in Visual mode still changes some registers

Problem: "P" in Visual mode still changes some registers.
Solution: Make "P" in Visual mode...

509142ab7a9db32114b6d0949722b9133c9c22f2 authored over 2 years ago by Shougo Matsushita <[email protected]>
patch 8.2.4880: Vim9: misplaced elseif causes invalid memory access

Problem: Vim9: misplaced elseif causes invalid memory access.
Solution: Check cs_idx not to...

434725cc4cbbadafc82954178f55864741455cdb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4879: screendump test may fail when using valgrind

Problem: Screendump test may fail when using valgrind.
Solution: Wait longer for the first ...

3e79427803927be42409e9e50c0a308526b83656 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4878: valgrind warning for using uninitialized variable

Problem: Valgrind warning for using uninitialized variable.
Solution: Initialize the type o...

dd7eff0a755c40eb88b494b98ac1a24f858ba880 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolors

Problem: MS-Windows: Using Normal colors for termguicolors causes problems.
Solution: Do no...

d560014e032e0646234a56af18ae1bfa6c1f5c90 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershell

Problem: MS-Windows: Shift-BS results in strange character in powershell.
Solution: Add K_S...

dfbdadce44b754cfa9f55111bdc44bb6a5d6b320 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4875: MS-Windows: some .exe files are not recognized

Problem: MS-Windows: some .exe files are not recognized.
Solution: Parse APPEXECLINK juncti...

40fd7e665260c9227d6d90b17a301a1bc47f7f5b authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4874: Win32 GUI: horizontal scroll wheel not handled properly

Problem: Win32 GUI: horizontal scroll wheel not handled properly.
Solution: Also handle WM_...

365d8f76b57e2cb4097e641719882a85b3470358 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond"

Problem: Vim9: using "else" differs from using "endif/if !cond".
Solution: Leave the block ...

505ed0c38f73b5c2d1695b4d51518b690d72eb3b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4872: Vim9: no error for using an expression only

Problem: Vim9: no error for using an expression only at the script level
when fol...

ea72038d60401d351faaf1b4a52f4537e719df6f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4871: Vim9: in :def function no error for misplaced range

Problem: Vim9: in :def function no error for using a range with a command
that do...

09d9421b673366e5f6e56fbf74204a1c316fdea2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4870: Vim9: expression in :substitute is not compiled

Problem: Vim9: expression in :substitute is not compiled.
Solution: Use an INSTR instructio...

f3b4895f2727e3849ca10030b251cccd9d1383f3 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4869: expression in command block does not look after NL

Problem: Expression in command block does not look after NL.
Solution: Skip over NL to chec...

e442d59f6d6732c226d636067c07b7342838b36b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4868: when closing help window autocmds triggered for wrong window

Problem: When closing help window autocmds triggered for the wrong window.
Solution: Figure...

2a2707d03337d0bb7d5fd1770238809618653d4a authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4867: listing of mapping with K_SPECIAL is wrong

Problem: Listing of mapping with K_SPECIAL is wrong.
Solution: Adjust escaping of special c...

ac402f4d64bec6b6efd809fef52f5b34627bf947 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4866: duplicate code in "get" functions

Problem: Duplicate code in "get" functions.
Solution: Use get_var_from() for getwinvar(), g...

47d4e317f85e4aeb3799d962f173bd0f1e7bc71c authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4865: :startinsert right after :stopinsert may not work

Problem: :startinsert right after :stopinsert does not work when popup menu
is st...

cd5dbad184e8235beb13dcd8a22302da09db9766 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4864: Vim9: script test fails

Problem: Vim9: script test fails.
Solution: Remove "if" around declaration.

0395f88b84b8917aeff1f7026cf968de0f55ba22 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4863: accessing freed memory in test without the +channel feature

Problem: Accessing freed memory in test without the +channel feature.
(Dominique ...

c9af617ac62b15bfcbbfe8c54071146e2af01f65 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4862: Vim9: test may fail when run with valgrind

Problem: Vim9: test may fail when run with valgrind.
Solution: Wait longer for callback if ...

23d44493f1e82365f0a1dbd372fc2546811942f4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4861: it is not easy to restore saved mappings

Problem: It is not easy to restore saved mappings.
Solution: Make mapset() accept a dict ar...

51d04d16f21e19d6eded98f9530d84089102f925 authored over 2 years ago by Ernie Rael <[email protected]>
patch 8.2.4860: MS-Windows: always uses current directory for executables

Problem: MS-Windows: always uses current directory for executables.
Solution: Check the NoD...

05cf63e9bdca1ac070df3e7d9c6dfc45e68ac916 authored over 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 8.2.4859: wget2 files are not recognized

Problem: wget2 files are not recognized.
Solution: Add patterns to recognize wget2. (Doug K...

3a974a89331182139e12386275f052a50c247ecb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4858: K_SPECIAL may be escaped twice

Problem: K_SPECIAL may be escaped twice.
Solution: Avoid double escaping. (closes #10340)

db08887f24d20be11d184ce321bc0890613e42bd authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4857: Yaml indent for multiline is wrong

Problem: Yaml indent for multiline is wrong.
Solution: Adjust patterns. (closes #10328, clo...

f4f579b46b27f5e1689912a3e84c6a2a96efd143 authored over 2 years ago by asmka <[email protected]>
patch 8.2.4856: MinGW compiler complains about unknown escape sequence

Problem: MinGW compiler complains about unknown escape sequence.
Solution: Avoid using a ba...

2890c0b9d2416489d48bc47567378503997fef84 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4855: robot files are not recognized

Problem: Robot files are not recognized.
Solution: Add patterns for robot files. (Zoe Roux,...

2096a5f128029b1156a035a27c988995db240cea authored over 2 years ago by Zoe Roux <[email protected]>
patch 8.2.4854: array size does not match usage

Problem: Array size does not match usage.
Solution: Make array size 3 instead of 4. (Christ...

2f7e00a8aeceaf1d682d9e797149c1c51654ff68 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4853: CI with FreeBSD is a bit outdated

Problem: CI with FreeBSD is a bit outdated.
Solution: Use 12.3 instead of 12.1. (closes #10...

056a1c2bdda526c31c42cc1b7752073981642940 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4852: ANSI color index to RGB value not correct

Problem: ANSI color index to RGB value not correct.
Solution: Convert the cterm index to AN...

d2a46624300c5d02be69d0e4df12296ec9011d9e authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4851: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable.
Solution: Use another variable to dec...

b4011afe53ce2d065e49718b8c5b9974b7022f92 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4850: mksession mixes up "tabpages" and "curdir" arguments

Problem: Mksession mixes up "tabpages" and "curdir" arguments.
Solution: Correct logic for ...

d7c9564d8d24343f2e27205633032dd6ebe5232c authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4849: Gleam filetype not detected

Problem: Gleam filetype not detected.
Solution: Add a pattern for Gleam files. (Mathias Jea...

917c32c4f75351061a773cd5bc5b6f42c7d10e62 authored over 2 years ago by Mathias Jean Johansen <[email protected]>
patch 8.2.4848: local completion with mappings and simplification not working

Problem: Local completion with mappings and simplification not working.
Solution: Fix local...

ee4460306917431d0d17a7cb11c6646f4c6540b6 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4847: crash when using uninitialized function pointer

Problem: Crash when using uninitialized function pointer.
Solution: Check for NULL pointer....

a5d3590505fc3e1deea990560d472baa563abed7 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4846: termcodes test fails

Problem: Termcodes test fails.
Solution: use CTRL-SHIFT-V to insert an unsimplified key. (c...

bad8a013c238595aa206690210eb1367fbc878f9 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4845: duplicate code

Problem: Duplicate code.
Solution: Move code below if/else. (closes #10314)

590f365f91511c164253c5b5812d4d0fc4a238d6 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4844: <C-S-I> is simplified to <S-Tab>

Problem: <C-S-I> is simplified to <S-Tab>.
Solution: Do not simplify CTRL if there is also ...

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

35c18c86e28f1bbc87c5f7a05b4312d020e711e6 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4843: treating CTRL + ALT as AltGr is not backwards compatible

Problem: Win32 GUI: Treating CTRL + ALT as AltGr is not backwards
compatible. (Ax...

202b4bd3a452898cfe3ed72facfbf7cb8199fa4b authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4842: expand("%:p") is not empty when there is no buffer name

Problem: expand("%:p") is not empty when there is no buffer name.
Solution: When ignoring e...

211a5bb2353c66684f38527184a258921f95c9d9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4841: empty string considered an error for expand()

Problem: Empty string considered an error for expand() when 'verbose' is
set. (Ch...

a96edb736d4274fc4aea460800780e06e1510812 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4840: heredoc expression evaluated even when skipping

Problem: Heredoc expression evaluated even when skipping.
Solution: Don't evaluate when "sk...

05c7f5d3d03440da6f69604f8c06c4e3d90d2a26 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4839: compiler warning for unused argument

Problem: Compiler warning for unused argument.
Solution: Add "UNUSED".

0a748d91846a4c3422975acc0af78c806623c191 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4838: checking for absolute path is not trivial

Problem: Checking for absolute path is not trivial.
Solution: Add isabsolutepath(). (closes...

dca1d40cd0f2af0755519e7028378bd3c8fefd31 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4837: modifiers not simplified when timed out

Problem: Modifiers not simplified when timed out or using feedkeys() with
'n" fla...

68a573ce2b996602a86b14d9b258ebb8c657604f authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4836: Vim9: some lines not covered by tests

Problem: Vim9: some lines not covered by tests.
Solution: Remove dead code. Add disassembl...

f6ced9863f931758a4cee0b6546e77d21150806d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4835: Vim9: some lines not covered by tests

Problem: Vim9: some lines not covered by tests.
Solution: Add a few more tests. Fix disass...

95e4dd813a19236772dbe53eb9f605b4ff5199b2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4834: Vim9: some lines not covered by tests

Problem: Vim9: some lines not covered by tests.
Solution: Add a few more tests. Remove dea...

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

ce001a337e28fa368f40ac6422835d730fb8ebb1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4833: failure of mapping not checked for

Problem: Failure of mapping not checked for.
Solution: Check return value of ins_typebuf()....

12e21e387b5bbc928097abf1c189b7dc665838fc authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4832: passing zero instead of NULL to a pointer argument

Problem: Passing zero instead of NULL to a pointer argument.
Solution: Use NULL. (closes #1...

fc78a0369e0d371a1a85d07045ff25d8695e8f8c authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4831: crash when using maparg() and unmapping simplified keys

Problem: Crash when using maparg() and unmapping simplified keys.
Solution: Do not keep a m...

2c8a7ebdad9da017bfb6dc8a0f46acea77ec2e17 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4830: possible endless loop if there is unused typahead

Problem: Possible endless loop if there is unused typahead.
Solution: Only loop when the ty...

23f106efeb64eadd95adee34144f64526aa5f61f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4829: a key may be simplified to NUL

Problem: A key may be simplified to NUL.
Solution: Use K_ZERO instead. Use macros instead ...

17c95d9608370559441bb73941ba6d9a4b6b26bd authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4828: fix for unmapping simplified key not fully tested

Problem: Fix for unmapping simplified key not fully tested.
Solution: Add a test case. (clo...

abeb09b2c53054513812d1e56716e2a5abe8f354 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4827: typo in variable name

Problem: Typo in variable name. (Gabriel Dupras)
Solution: Rename the variable.

87f74106f96737e7b8ceaafe1a131aa718077de6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4826: .cshtml files are not recognized

Problem: .cshtml files are not recognized.
Solution: Use html filetype for .cshtml files. (...

1f435dafff2452e0b55d1ca457ce7402e526e92a authored over 2 years ago by jvoisin <[email protected]>
patch 8.2.4825: can only get a list of mappings

Problem: Can only get a list of mappings.
Solution: Add the optional {abbr} argument. (Erni...

09661203ecefbee6a6f09438afcff1843e9dbfb4 authored over 2 years ago by Ernie Rael <[email protected]>
patch 8.2.4824: expression is evaluated multiple times

Problem: Expression is evaluated multiple times.
Solution: Evaluate expression once and sto...

23d5770ef5e2f5c6d20d123303b81327045e5a1e authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4823: concat more than 2 strings in :def function is inefficient

Problem: Concatenating more than 2 strings in a :def function is
inefficient.
Sol...

372bcceeee8012ef3fb2f3dbc8132c3a33cb84fc authored over 2 years ago by LemonBoy <[email protected]>
Merge remote-tracking branch 'vim/master'

82662a6df502d049bce5dd04880aff426c7124a6 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4822: setting ufunc to NULL twice

Problem: Setting ufunc to NULL twice.
Solution: Set ufunc to NULL in find_exported(). (clos...

af59e34f1bf214ec6f2d0304c1c5b11ecda25a83 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4821: crash when imported autoload script was deleted

Problem: Crash when imported autoload script was deleted.
Solution: Initialize local variab...

aac12daa61d9e84616771ec9242fd232f46786e6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4820: not simple programmatic way to find a specific mapping

Problem: Not simple programmatic way to find a specific mapping.
Solution: Add getmappings(...

659c240cf769925ff432b88df8719e7ace4629b0 authored over 2 years ago by Ernie Rael <[email protected]>
patch 8.2.4819: unmapping simplified keys also deletes other mapping

Problem: Unmapping simplified keys also deletes other mapping.
Solution: Only unmap a mappi...

a4e3332650021921068ef12923b4501c5b9918cb authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4818: no test for what 8.2.4806 fixes

Problem: No test for what 8.2.4806 fixes.
Solution: Add a test. (closes #10727)

ac92ab771952b2a9ee39ea6fa5e70e4c072942d5 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4817: Win32 GUI: modifiers are not always used

Problem: Win32 GUI: modifiers are not always used.
Solution: Handle more modifiers. (closes...

45684c6ec458c43e20db0b2f5f19ce000d34dbd5 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4816: still using older codecov app in some places of CI

Problem: Still using older codecov app in some places of CI.
Solution: Use v3.1.0. (closes ...

490ac3fe98c737102c3f257bbe7c1797703116d9 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4815: cannot build with older GTK version

Problem: Cannot build with older GTK version.
Solution: Use gtk_window_get_size() instead o...

d42b83942e6741de2bb630ee17a2e9fcc03d6b43 authored over 2 years ago by Ernie Rael <[email protected]>
patch 8.2.4814: possible to leave a popup window with win_gotoid()

Problem: Possible to leave a popup window with win_gotoid().
Solution: Give an error when t...

4a392d244018fadda375a490f4f4b921023248b9 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4813: pasting text while indent folding may mess up folds

Problem: Pasting text while indent folding may mess up folds.
Solution: Adjust the way fold...

2c40707baa13a53cac4137ffb8b2ac67f50cea63 authored over 2 years ago by Brandon Simmons <[email protected]>
patch 8.2.4812: unused struct item

Problem: Unused struct item.
Solution: Remove "lines" match_T. Simplify the code. (closes ...

8279cfe49961b3711c84c66a9954c9f70e9b78c8 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4811: Win32 GUI: caps lock doesn't work

Problem: Win32 GUI: caps lock doesn't work.
Solution: Handle VK_CAPITAL. (closes #10260, cl...

0de7369fd4ed5b739341e9d7971538b89b1748e0 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4810: missing changes in one file

Problem: Missing changes in one file.
Solution: Also change the struct initializers.

56dba60216a1bf72c1de299316f4d4ef19e50ad5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4809: various things no6 properly tested

Problem: Various things no6 properly tested.
Solution: Add various test cases. (Yegappan La...

885de449c0c0ef4a8541ed1f5377351844384516 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4808: unused item in engine struct

Problem: Unused item in engine struct.
Solution: Remove "expr". Add comment with tags.

33d3ce640c63366e26b84c8d6f5798187a258ee2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4807: processing key eveints in Win32 GUI is not ideal

Problem: Processing key eveints in Win32 GUI is not ideal.
Solution: Improve processing of ...

77fc0b02e53bdc49213900e0055cb6d678ce180d authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode

Problem: A mapping using <LeftDrag> does not start Select mode.
Solution: When checking for...

53ef5731480d8b5aa74137a09b3b164b436ed76b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4805: CurSearch used for all matches in current line

Problem: CurSearch used for all matches in current line.
Solution: Don't use the non-zero l...

9b36750640e8e89f18afa1446ed80fdbdf0fcac0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4804: expression in heredoc doesn't work for compiled function

Problem: Expression in heredoc doesn't work for compiled function.
Solution: Implement comp...

1fc6ea9bf3548b578676331f5eac1f7e0611c268 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4803: WinScrolled not always triggered when scrolling with mouse

Problem: WinScrolled not always triggered when scrolling with the mouse.
Solution: Add call...

66e13aedc7986c83644d537a8fdd3cb006507678 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4802: test is not cleaned up

Problem: Test is not cleaned up.
Solution: Make test clean up after itself. Avoid NUL. (cl...

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

15a2b85cb88c45c0883843df8812ecda627ab115 authored over 2 years ago by ichizok <[email protected]>