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 9.0.1082: some jsonc files are not recognized

Problem: Some jsonc files are not recognized.
Solution: Add patterns for jsonc and move som...

104b2ff4d0ec9248ba0b979aa3bbccb65fcad422 authored almost 2 years ago by kylo252 <[email protected]>
patch 9.0.1081: using "->" with split lines does not always work

Problem: Using "->" with split lines does not always work.
Solution: Avoid trying to get an...

34820944ed101e1fbad16d552308f1486e715d27 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1080: the "kitty" terminfo entry is not widespread

Problem: The "kitty" terminfo entry is not widespread, resulting in the
kitty ter...

afa3f1cc7258d34c32a299a3cc6aece89f67fb47 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1079: leaking memory when defining a user command fails

Problem: Leaking memory when defining a user command fails.
Solution: Free "compl_arg" when...

33e543038b84af7557ab9ecff500fc4ab98dd2a3 authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1078: with the +vartabs feature indent folding may use wrong 'ts'

Problem: With the +vartabs feature indent folding may use wrong 'tabstop'.
Solution: Use th...

07146ad1d33ba0d36b324873e5c461931e6b025e authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1077: can add text property with negative ID before virtual text

Problem: Can add text property with negative ID before virtual text
property.
Sol...

4ce1f99a2d58b809ab5a5c602bd031426f8527e8 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1076: ASAN complains about NULL argument

Problem: ASAN complains about NULL argument.
Solution: Skip memmove() when there is nothing...

8efdcee02ed02cf9e51e1757441715c2479757ee authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1075: build fails if compiler doesn't allow declaration after case

Problem: build fails if the compiler doesn't allow for a declaration right
after ...

c336ae3ce60a2f047b72344ac827568606c5aa15 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1074: class members are not supported yet

Problem: Class members are not supported yet.
Solution: Add initial support for class members.

d505d178858434e1afef0363a9fce4bcb1bc3d06 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1073: using "xterm-kitty" for 'term' causes problems

Problem: Using "xterm-kitty" for 'term' causes problems.
Solution: Remove the "xterm-" part...

731d00770d9006e7dab6a66e2ea86603ed5ef212 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1072: screenpos() column result in fold may be too small

Problem: screenpos() column result in fold may be too small.
Solution: Add space of 'number...

ba2d19193201277397c25c1f5a134ea042542555 authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1071: Codecov action version is too specific

Problem: Codecov action version is too specific.
Solution: Only use "v3" to automatically u...

b5328b46a79d1383fb1d7d193e7271efcf2f996a authored almost 2 years ago by dundargoc <[email protected]>
patch 9.0.1070: reading beyond array size

Problem: Reading beyond array size.
Solution: Only use name[0] and name[1], do not use "nam...

b26461715be41653e5982e72c794294702ecded9 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1069: diff mode highlight fails for special characters

Problem: Diff mode highlight fails for special characters.
Solution: Adjust condition for s...

417e88bb75ee8af1bf696760bba9f114a007f733 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1068: no information about whether request term codes has an effect

Problem: No information about whether requesting term codes has an effect.
Solution: Add ch...

8d754fada81df8d65ca6b9ebab72db71bfe5fd94 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1067: in diff mode virtual text is highlighted incorrectly

Problem: In diff mode virtual text is highlighted incorrectly. (Rick Howe)
Solution: Do not...

d097af77797f030e0f29f9bbc298358a5addb2a5 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1066: test function name is wrong

Problem: Test function name is wrong.
Solution: Rename to what is actually being tested. (c...

67f3094397a40bea051a8e99921a8bf6f45d6147 authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1065: a shell command switching screens may still have a problem

Problem: A shell command switching screens may still have a problem with
the kitt...

9d1184cd1d4ebbfb13859adffec09077a84fd2b2 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1064: code for making 'shortmess' temporarily empty is repeated

Problem: Code for making 'shortmess' temporarily empty is repeated.
Solution: Add functions...

9aee8ec400fe617f6d82441c46a22d0cef6fa3e6 authored almost 2 years ago by Christian Brabandt <[email protected]>
patch 9.0.1063: when using Kitty a shell command may mess up the key state

Problem: When using Kitty a shell command may mess up the key protocol
state.
Sol...

4ab1f4a32f7e0fcafa8f542429f1f6c47dcd5d2c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1062: some test function names do not match what they are doing

Problem: Some test function names do not match what they are doing.
Solution: Leave out use...

4cd45f1408321905019614b40a2173fe0456a96d authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1061: cannot display 'showcmd' somewhere else

Problem: Cannot display 'showcmd' somewhere else.
Solution: Add the 'showcmdloc' option. (L...

ba936f6f4e85cc1408bc3967f9fd7665d948909b authored almost 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.1060: private and public object members are not implemented yet

problem: Private and public object members are not implemented yet.
Solution: Implement pri...

3d473ee1a6aed7cb9eae458bbd8d42dffdc754f9 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1059: build failure with some compilers

Problem: Build failure with some compilers that can't handle a
declaration direct...

f94178db8d7324099b1bf916a0dff022c08abdff authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1058: string value of class and object do not have information

Problem: String value of class and object do not have useful information.
Solution: Add the...

91c9d6d772aaea9d8a8be6c6de0e9defe649f322 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1057: conflict between supercollider and scala filetype detection

Problem: Conflict between supercollider and scala filetype detection.
Solution: Do not chec...

70ef3f546b6ef83e463e91b7e388d9c68ad58894 authored almost 2 years ago by Chris Kipp <[email protected]>
patch 9.0.1056: leaking memory when disassembling an object method

Problem: Leaking memory when disassembling an object method.
Solution: Free the typval of t...

eb53350c02f620305e931ffd2ac611cc2b1a0ce9 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1055: Coverity warns for using uninitialized memory

Problem: Coverity warns for using uninitialized memory.
Solution: Clear the "lhs" field ear...

f593fc891c7f6a6735b136878cc13012566ddd71 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1054: object member can't get type from initializer

Problem: Object member can't get type from initializer.
Solution: If there is no type speci...

74e1274edf632b83d2948a2a2d519589eff52997 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1053: default constructor arguments are not optional

Problem: Default constructor arguments are not optional.
Solution: Use "= v:none" to make c...

65b0d1676814ee08fb58ef8d64dd342d1d883192 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1052: using freed memory on exit when EXITFREE is defined

Problem: Using freed memory on exit when EXITFREE is defined.
Solution: Make a deep copy of...

692fe0889c44d97c4a1cc822bc8de189859c51cb authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1051: after a failed CTRL-W ] next command splits window

Problem: After a failed CTRL-W ] next command splits window.
Solution: Reset postponed_spli...

cb94c910706fdd575cc25797d7858e084f1e3524 authored almost 2 years ago by Rob Pilling <[email protected]>
patch 9.0.1050: using freed memory when assigning to variable twice

Problem: Using freed memory when assigning to variable twice.
Solution: Make copy of the li...

6342e2c5a6570231aefabd8e34c2f2cb22f6927a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1049: crash when opening a very small terminal window

Problem: Crash when opening a very small terminal window.
Solution: Instead of crashing fix...

67578e5bcf7404d40d42876b738b72e68add1a3e authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1048: with "screenline" in 'culopt' cursorline highlight is wrong

Problem: With "screenline" in 'culopt' cursorline highlight is wrong.
Solution: Apply the p...

b7acea1806996a9afb9fb8ebfe571b5181063070 authored almost 2 years ago by zeertzjq <[email protected]>
Update runtime files

7db29e4b5c3a347d24ca5062ddaa5cf4c4d54b9c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1047: matchparen is slow

Problem: Matchparen is slow.
Solution: Actually use the position where the match started, n...

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

55fb47f684e7422ffbab7de1754fef32dacbdbad authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1046: class method disassemble test fails on MS-Windows

Problem: Class method disassemble test fails on MS-Windows.
Solution: Do not match with a s...

3ea8a1b1296af5b0c6a163ab995aa16d49ac5f10 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1045: in a class object members cannot be initialized

Problem: In a class object members cannot be initialized.
Solution: Support initializing ob...

7ce7daf6cd6a7ed27eac060699026640b4b239a8 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1044: setting window height using Python may cause errors

Problem: Setting window height using Python may cause errors.
Solution: When setting "curwi...

6c87bbb4e45515e70ac1728cabd1451063bf427d authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1043: macro has confusing name and is duplicated

Problem: Macro has confusing name and is duplicated.
Solution: Use one macro with an unders...

c51a376265708e49a46832816077b6dd27d12c0c authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1042: ASAN gives false alarm about array access.

Problem: ASAN gives false alarm about array access.
Solution: Use an intermediate pointer.

4ae0057308c59a0dee2b452736366e49a5a98b3a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1041: cannot define a method in a class

Problem: Cannot define a method in a class.
Solution: Implement defining an object method. ...

ffdaca9e6f3d39af6857ac52ced9385df203a152 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1040: test for <Cmd> mapping with CmdlineChanged fails

Problem: Test for <Cmd> mapping with CmdlineChanged fails.
Solution: Put back the check for...

148bcd361097f85a1a51c408e7412d60c76df14d authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1039: using a <Cmd> mapping CmdlineChanged may be triggered twice

Problem: Using a <Cmd> mapping CmdlineChanged may be triggered twice.
Solution: Count the n...

bb393d8259af8aec095e96d81624a16ed9f25005 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1038: function name does not match what it is used for

Problem: Function name does not match what it is used for.
Solution: Include the modifier i...

ffa4e9b43a3d6d7f412f54637a4b1076ed2bc2f4 authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1037: lalloc(0) error for a class without members

Problem: lalloc(0) error for a class without members.
Solution: Don't allocate room for mem...

98aeb2100c2759111f93f0f0857e93d98afdc88a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1036: undo misbehaves when writing from an insert mode mapping

Problem: Undo misbehaves when writing from an insert mode mapping.
Solution: Sync undo when...

3f8f82772313af9f2417b06651f30988b63e1c96 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1035: object members are not being marked as used

Problem: Object members are not being marked as used, garbage collection
may free...

d28d7b94f5a76a817585c115dbf6fecac9b0b4cd authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1034: reporting swap file when windows are split

Problem: Reporting swap file when windows are split.
Solution: Close extra windows after ru...

e5eae82bb7199bd71c6216269e78c69e9a793c8f authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1033: tiny build fails because of conflicting typedef

Problem: Tiny build fails because of conflicting typedef.
Solution: Remove one typedef.

83c43ab319f4c4a9d03c65648b4f0df4298a7f93 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1032: test fails when terminal feature is missing

Problem: Test fails when terminal feature is missing.
Solution: Use CheckRunVimInTerminal.

b9603f6498e5637e111bd1dca0eab88c8dd0f99b authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1031: Vim9 class is not implemented yet

Problem: Vim9 class is not implemented yet.
Solution: Add very basic class support.

00b28d6c23d8e662cab27e461825777c0a2e387a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1030: using freed memory with the cmdline popup menu

Problem: Using freed memory with the cmdline popup menu.
Solution: Clear the popup menu whe...

038e6d20e680ce8c850d07f6b035c4e1904c1201 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1029: autoload directory missing from distribution

Problem: Autoload directory missing from distribution.
Solution: Add the autoload/zig direc...

84dbf855fb2d883481f74ad0ccf3df3f8837e6bf authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1028: mouse shape test is flaky, especially on Mac OS

Problem: Mouse shape test is flaky, especially on Mac OS.
Solution: Instead of starting all...

1881abfc34a61e7fb90bbcf8a5b8550405d55613 authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1027: LGTM is soon shutting down

Problem: LGTM is soon shutting down.
Solution: Remove LGTM from CI. (closes #11671)

647b8dfa7f6300df833b4e5e2a38a4cdfa7de3fc authored almost 2 years ago by Philip H <[email protected]>
patch 9.0.1026: type of w_last_topfill is wrong

Problem: type of w_last_topfill is wrong.
Solution: Use "int" instead of "linenr_T". (close...

2e613453eeeac3ef3405478c33775dd77d135bc7 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1025: WinScrolled is not triggered when filler lines change

Problem: WinScrolled is not triggered when filler lines change.
Solution: Add "topfill" to ...

3fc84dc2c7efecd7c14ce341cd777475058936fd authored almost 2 years ago by zeertzjq <[email protected]>
Update runtime files

86b4816766d976a7ecd4403eca1f8bf6b4105800 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1024: CI doesn't use the latest FreeBSD version

Problem: CI doesn't use the latest FreeBSD version.
Solution: Go from 12.3 to 12.4. (closes...

5e0c004f0cef949d0933d2bfaa8fd0e86d675846 authored almost 2 years ago by Philip H <[email protected]>
patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't work

Problem: MS-Windows: dynamic loading of libsodium doesn't work.
Solution: Add "randombytes_...

a8cdb4eef83bce8614991f1191f8c8879fda4dc1 authored almost 2 years ago by K.Takata <[email protected]>
patch 9.0.1022: suspend test fails on Mac OS when suspending Vim

Problem: Suspend test fails on Mac OS when suspending Vim.
Solution: Make 'keyprotocol' empty.

af34543b926a8704c3346d41e57a219baa5ca61c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1021: test trips over g:name

Problem: Test trips over g:name.
Solution: Delete g:name after using it.

d6e74f547910d5273a3b99c23fb3197131c7d379 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1020: tests call GetSwapFileList() before it is defined

Problem: Tests call GetSwapFileList() before it is defined.
Solution: Move the call to afte...

6572a90287c7aa6e8042b18604891e9df3657245 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1019: 'smoothscroll' and virtual text above don't work together

Problem: 'smoothscroll' and virtual text above don't work together.
(Yee Cheng Ch...

56a40fea9c28f8fc918a0db6de4c048da241cf32 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1018: suspend test still fails on Mac OS

Problem: Suspend test still fails on Mac OS.
Solution: Make 'keyprotocol' empty.

7155fb6614f45a4e573bbfca23b5d150604ad506 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1017: test for srand() fails on MS-Windows

Problem: Test for srand() fails on MS-Windows.
Solution: Do not expect the same result a se...

9dacdb1d56ee0f9272f3fc956a12f15f84ffb205 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1016: screenpos() does not count filler lines for diff mode

Problem: screenpos() does not count filler lines for diff mode.
Solution: Add filler lines....

1cb16c3a20a9d17df1a8dc3813ef64dc98e42637 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1015: without /dev/urandom srand() seed is too predictable

Problem: Without /dev/urandom srand() seed is too predictable.
Solution: Use micro seconds ...

f0a9c004825ab686270ee57260652cce25e61049 authored almost 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 9.0.1014: zir files are not recognized

Problem: Zir files are not recognized.
Solution: Add a pattern for Zir files. (closes #11664)

25201016d5043954689a4c9f7833935294149404 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1013: suspend test often fails on Mac OS

Problem: Suspend test often fails on Mac OS.
Solution: Make t_RP empty.

0a2f891adfc52d8f29733817fca15a1b642af1df authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1012: tests may get stuck in buffer with swap file

Problem: Tests may get stuck in buffer with swap file.
Solution: Bail out when bwipe! doesn...

fa2533c8bb96abcec29b9dc6bd4fe7054c7c7e50 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1011: ml_get error when using screenpos()

Problem: ml_get error when using screenpos().
Solution: Give an error for the line number. ...

99d19438cabaf13074229d9a32e3a4af9ce98744 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1010: stray warnings for existing swap files

Problem: Stray warnings for existing swap files.
Solution: Wipe out the buffer until it has...

23526d2539e8679ea8df14e3a018101dedc3f391 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1009: test for catch after interrupt is flaky on MS-Windows

Problem: Test for catch after interrupt is flaky on MS-Windows.
Solution: Mark the test as ...

72b5b0d51aa9ddf8d338a5a133a667a3c2392ae1 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1008: test for swapfilelist() fails on MS-Windows

Problem: Test for swapfilelist() fails on MS-Windows.
Solution: Only check the tail of the ...

6cf3151f0e3839332c89367b7384c395a1185927 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1007: there is no way to get a list of swap file names

Problem: There is no way to get a list of swap file names.
Solution: Add the swapfilelist()...

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

4b008ec2d963a00871b1b97af9e6eef3c2b0f884 authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1006: suspend test still sometimes fails on MacOS

Problem: Suspend test still sometimes fails on MacOS.
Solution: Wait a little while for ter...

65214053f6a4bdb1099404a4b5dccb85ca3e5c7c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1005: a failed test may leave a swap file behind

Problem: A failed test may leave a swap file behind.
Solution: Delete the swap file to avoi...

d0f8d39d20f8d42f7451f781f7be0bcd20e06741 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1004: suspend test sometimes fails on MacOS

Problem: Suspend test sometimes fails on MacOS.
Solution: Wait a short while for terminal r...

a0a6f3a22a934fa68b71d82c23e2f6bf6e5b18d0 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1003: tiny build fails

Problem: Tiny build fails.
Solution: Remove #ifdef from error message.

3d3e2aa82695082d01f8d42032229c6fbcc0f1a6 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1002: command list test fails

Problem: Command list test fails.
Solution: Add commands added to the list.

9163efb5b818ec2f621cb15533c626e1922598f2 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1001: classes are not documented or implemented yet

Problem: Classes are not documented or implemented yet.
Solution: Make the first steps at d...

c1c365c1ca4881488c4fc419b4d5e579b89ef2ed authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily

Problem: With 'smoothscroll' skipcol may be reset unnecessarily.
Solution: Check the line d...

b21b8e9ed081a6ef6b6745fe65d219b3ac046c3b authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0999: memory may leak

Problem: Memory may leak.
Solution: Free the sound callback function name if it was allocated.

c0370529c027abc5b1698d53fcfb8c02a0c515da authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0998: "gk" may reset skipcol when not needed

Problem: "gk" may reset skipcol when not needed.
Solution: Only reset skipcol if the cursor...

1b73edd9ee40aec400f3611f59823cec5fd1c489 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0997: Coverity warns for dead code

Problem: Coverity warns for dead code.
Solution: Don't use ASCII_ISUPPER() for a negative v...

8ffb7e051da74afef7264e1f25a7142f15aa1f60 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0996: if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys

Problem: If 'keyprotocol' is empty "xterm" still uses modifyOtherKeys.
Solution: Remove t_T...

af19ec0bfad6b70f3b7898da7f786a348ac01b50 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0995: padding before virtual text is highlighted

Problem: Padding before virtual text below is highlighted when 'number' and
'nowr...

37f088eeade7972bce45b663adaba4bf102a9999 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0994: tests for empty prop type name fail

Problem: Tests for empty prop type name fail.
Solution: Correct the error number.

267db7c3e32e1b55726e72966c75e8549621f9d6 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0993: display errors when adding or removing text property type

Problem: Display errors when adding or removing text property type.
Solution: Perform a ful...

89469d157aea01513bde826b4519dd6b5fbceae4 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0992: Vim9 script: get E1096 when comment follows return

Problem: Vim9 script: get E1096 when comment follows return.
Solution: Adjust condition for...

500c4442834363e02541da564f0b87b82d5783cd authored almost 2 years ago by mityu <[email protected]>
patch 9.0.0991: crash when reading help index with various options set

Problem: Crash when reading help index with various options set. (Marius
Gedminas...

c67c89c7589253215d57bad588edcf83a9403560 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0990: callback name argument is changed by setqflist()

Problem: Callback name argument is changed by setqflist().
Solution: Use the expanded funct...

c96b7f5d2af241c5eb1589e9da3dc09e45355e65 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0989: popupwin test is more flaky on MacOS

Problem: Popupwin test is more flaky on MacOS.
Solution: Use a longer wait time.

9c8d12c8115640927823919001a03c79d4118063 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0988: using feedkeys() does not show up in a channel log

Problem: Using feedkeys() does not show up in a channel log.
Solution: Add ch_log() calls a...

b55ae8ce42c8a83d14bfde2c138fcc74f447de68 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0987: file missing from list of distributed files

Problem: File missing from list of distributed files.
Solution: Add logfile.pro to list of ...

cf650b7c9bf8310e2d5b04edced6f7290b759044 authored almost 2 years ago by Bram Moolenaar <[email protected]>