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.1174: smali files are not recognized

Problem: Smali files are not recognized.
Solution: Add a pattern for Smali files. (Amaan Qu...

9a9432d3a223f7fbd902a0346030422ae0a97f0e authored almost 2 years ago by Amaan Q <[email protected]>
patch 9.0.1173: compiler warning for unused variable on non-Unix systems

Problem: Compiler warning for unused variable on non-Unix systems.
Solution: Move #ifdef. (...

a47c0fb4adb43d16601e9d3bd0c2b22fdedab5b4 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short

Problem: When 'selection' is "exclusive" then "1v" is one char short.
Solution: Add one cha...

79c11e399be3d96ed6d1c7458b1380e878ec717b authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1171: screen is not redrawn after using setcellwidths()

Problem: Screen is not redrawn after using setcellwidths().
Solution: Redraw the screen whe...

2bc849ff811059d25310399f982c6706faa7eb35 authored almost 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 9.0.1170: LGTM badge no longer works

Problem: LGTM badge no longer works.
Solution: Remove the LGTM badge. (closes #11799)

523f22d57794a73495aa49f667d7f90cc9c8b5c6 authored almost 2 years ago by mert <[email protected]>
patch 9.0.1169: some key+modifier tests fail on some AppVeyor images

Problem: Some key+modifier tests fail on some AppVeyor images.
Solution: Adjust the tests f...

566f76e6566ccc418b25d51f454d2cc509ca7f8a authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap

Problem: Code to enable/disable mouse is not from terminfo/termcap.
Solution: Request the "...

06cd14d0bf990d0002d61a721aa3d5b8a3c44028 authored almost 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

1b5f03ec9c5551047d5de8d845541dd3201abe7c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1167: EditorConfig files do not have their own filetype

Problem: EditorConfig files do not have their own filetype.
Solution: Add the "editorconfig...

d41262ed06564cef98a3800e2928e6e0db91abbf authored almost 2 years ago by Gregory Anders <[email protected]>
patch 9.0.1166: code is indented more than necessary

Problem: Code is indented more than necessary.
Solution: Use an early return where it makes...

1cfb14aa972ccf3235ac67f07b7db1175b7c5384 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1165: tests using IPv6 sometimes fail

Problem: Tests using IPv6 sometimes fail.
Solution: Use getaddrinfo() and use try/catch. (J...

765d82a657c5e42d5d7c88ae410e53f398c34c43 authored almost 2 years ago by James McCoy <[email protected]>
patch 9.0.1164: evaluating string expression advances function line

Problem: Evaluating string expression advances function line.
Solution: Disable function li...

01c5f2addf86b8d8940d71c92f6219f14a6df99e authored almost 2 years ago by h-east <[email protected]>
patch 9.0.1163: compiler warning for implicit size_t/int conversion

Problem: Compiler warning for implicit size_t/int conversion.
Solution: Add a type cast. (M...

dda3053121abd72f50788d6615163e99c1cfff2b authored almost 2 years ago by Mike Williams <[email protected]>
patch 9.0.1162: configure does not handle all FORTIFY_SOURCE variants

Problem: Configure does not handle all FORTIFY_SOURCE variants.
Solution: Also handle Fedor...

870cd76283e003a0fa57449aa077f0d01a6a2d80 authored almost 2 years ago by Zdenek Dohnal <[email protected]>
patch 9.0.1161: Coverity warns for using strcpy()

Problem: Coverity warns for using strcpy().
Solution: Call a function to set the function n...

c8ab30a349ee45ef6c3b6af8ee5ff53d2f7bf891 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size

Problem: ASAN error for ufunc_T allocated with wrong size.
Solution: Make sure the size can...

e01e5215f927f83778ad7494abb0007aa52d08c3 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1159: extends argument for class not implemented yet

Problem: Extends argument for class not implemented yet.
Solution: Basic implementation of ...

8367716a6e9589d61a771e6c329da05c9b55e61a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1158: code is indented more than necessary

Problem: Code is indented more than necessary.
Solution: Use an early return where it makes...

7f8b2559a30e2e2a443c35b28e94c6b45ba7ae04 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1157: "implements" only handles one interface name

Problem: "implements" only handles one interface name.
Solution: Handle a comma separated l...

df8f9473596c8fb18ec893de677dba455e8925b3 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1156: tests fail because of a different error message

Problem: Tests fail because of a different error message.
Solution: Don't give an error if ...

0cb3ca9f7a1b027973239bbea3d1a20dd1676a9c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1155: cannot use a class as a type

Problem: Cannot use a class as a type.
Solution: Accept a class and interface name as a type.

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

Problem: Coverity warns for dead code.
Solution: Remove condition that is always true.

2c01131c2a9d5455de603f646ba8a2be59282faf authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1153: build error with some compilers

Problem: Build error with some compilers.
Solution: Clear pointer the right way.

7d4d87ba89f464810e961c32af1007e26b5dde80 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1152: class "implements" argument not implemented

Problem: Class "implements" argument not implemented.
Solution: Implement "implements" argu...

94674f2223aafeaa4690f25e12f3ebe07814c5ba authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1151: build failure

Problem: Build failure.
Solution: Add missing part of :interface change.

5bcd29b84e4dd6435177f37a544ecbf8df02412c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1150: :interface is not implemented yet

Problem: :interface is not implemented yet.
Solution: Implement the basics of :interface.

554d0313022c3977c71f7dcbc5c841ef43d988a6 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1149: class members may be garbage collected

Problem: Class members may be garbage collected.
Solution: Mark class members as being in use.

cf760d50dceb46bd583321c210b88b92360eb959 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1148: cmdline test fails in the GUI

Problem: Cmdline test fails in the GUI.
Solution: Skip the test when running in the GUI.

2468add0b88849997e6349e7a0b997be133c022d authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1147: cannot access a class member in a compiled function

Problem: Cannot access a class member in a compiled function.
Solution: Implement looking u...

3259ff3b3bd152d61c1cef7901023034c0d655a3 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappable

Problem: MS-Windows: various special keys and modifiers are not mappable.
Solution: Adjust ...

c8b204952f0452fe1276d30ae6a5d38a3f421b95 authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1145: invalid memory access with recursive substitute expression

Problem: Invalid memory access with recursive substitute expression.
Solution: Check the re...

3ac1d97a1d9353490493d30088256360435f7731 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1144: reading beyond text

Problem: Reading beyond text.
Solution: Add strlen_maxlen() and use it.

c32949b0779106ed5710ae3bffc5053e49083ab4 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1143: invalid memory access with bad 'statusline' value

Problem: Invalid memory access with bad 'statusline' value.
Solution: Avoid going over the ...

7b17eb4b063a234376c1ec909ee293e42cff290c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1142: crash and/or memory leak when redefining function

Problem: Crash and/or memory leak when redefining function after error.
Solution: Clear poi...

f057171d8b562c72334fd7c15c89ff787358ce3a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealing

Problem: 'cursorcolumn' and 'colorcolumn' wrong after concealing and
wrapping lin...

aaa16b09180080284c4a5049fe16bdaccbb13b74 authored almost 2 years ago by Alexey Radkov <[email protected]>
patch 9.0.1140: cannot call an object method in a compiled function

Problem: Cannot call an object method in a compiled function.
Solution: Compile the instruc...

574950dfb1d353f094463b709e39544ebf8fcdcd authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1139: cannot create a new object in a compiled function

Problem: Cannot create a new object in a compiled function.
Solution: Compile the instructi...

46ab925937d04c208d905cfb50bd8ffcae11e466 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1138: crash when expecting varargs but it is something else

Problem: Crash when expecting varargs but it is something else.
Solution: Only use the memb...

36818a9daafbcb8e3b06be7b07f52b2d00a61746 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1137: some conditions are always false

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

ea720aea851e645f4c8ec3b20afb27c7ca38184c authored almost 2 years ago by zeertzjq <[email protected]>
Fix unnecessary ifdef when dealing with gettext

When adding support for gettext in #1070, a MacVim-specific ifdef was
added unnecessary around `...

c2bb879c2da0d26918be0d6683d8682e55b5f3fd authored almost 2 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

41771954ae6f21f277b430a4caf05c1254cecab4 authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1136: memory leak when getting class member type from expr

Problem: Memory leak when getting class member type from expr.
Solution: Clear the expressi...

e83c133eb900898c39e6935a5d569308ff882342 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1135: missing function argument

Problem: Missing function argument.
Solution: Add ignore case flag.

03ff0c66810492853291311e9e11a75b92cdcb8a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1134: comparing objects uses identity instead of equality

Problem: Comparing objects uses identity instead of equality.
Solution: Compare the object ...

bcf31ec36b4b056bf06d21036640c6f0235e9c2b authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1133: error message names do not match the items

Problem: Error message names do not match the items.
Solution: Add "_str" when the text con...

a9fa8c58fbcc5cf8850f6963c509de272f4d4bbf authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1132: code is indented more than needed

Problem: Code is indented more than needed.
Solution: Use an early return to reduce indenta...

dc4daa3a3915fba11ac87d27977240d9a5e0d47d authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1131: build failure without the +eval feature

Problem: Build failure without the +eval feature.
Solution: Move code inside #ifdef.

a2942c74683be3f67c6044c2886dc6c237358b3d authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1130: unexpected output when autoloading a script

Problem: Unexpected output when autoloading a script for an interactive
operation...

39c82ea6563f8467b8d36f0ecb8ba93a0685c280 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1129: sporadic Test_range() failure

Problem: Sporadic Test_range() failure.
Solution: Clear typeahead. Move to a separate func...

7bdcba08bb5e4c39093cdedee187177d705c7cb9 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1128: build failure

Problem: Build failure.
Solution: Add type cast. Add missing error messages.

993dbc33a82a4ed877ee76265d6483b190e2feb1 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1127: no error if function argument shadows class member

Problem: No error if function argument shadows class member.
Solution: Give an error for sh...

6acf757c6a11c0653b0132a17c22983856da5ad6 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1126: bracketed paste can be enabled when it is not recognized

Problem: Bracketed paste can be enabled when pasted text is not recognized.
Solution: Outpu...

fc966c19f85afc6b856a06c00a93c4fe96280d31 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1125: memory leak when using class functions

Problem: Memory leak when using class functions.
Solution: Clear and free the array with cl...

ec8b74f7ab37ac83045c9eba723daf3ff8d62fc2 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1124: virtual text at a column position is truncated

Problem: Virtual text at a column position is truncated at the window edge.
(Yega...

1aeb3eb092a384e63a407096102fd5a954aabeb8 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1123: class function not implemented yet

Problem: Class function not implemented yet.
Solution: Implement defining and calling a cla...

6bafdd41cbf8c06bc00f19dcf4e1c8292460b4dd authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1122: class member access is not fully tested yet

Problem: Class member access is not fully tested yet.
Solution: Add more tests.

9f2d97efe28d32d6e4960e41e80413713f8d1d18 authored almost 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

f1dcd14fc5d4370476cd82895a4479ca2d252e54 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1121: cursor positioning and display problems with 'smoothscroll'

Problem: Cursor positioning and display problems with 'smoothscroll' and
using "z...

db4d88c2adfe8f8122341ac9d6cae27ef78451c8 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1120: tex filetype detection not sufficiently tested

Problem: Tex filetype detection not sufficiently tested.
Solution: Add more test cases for ...

c55e8f2c6f5cafe11494df3e2d28ff3d03b92c71 authored almost 2 years ago by smjonas <[email protected]>
patch 9.0.1119: type of arguments not checked when calling a partial

Problem: Type of arguments not checked when calling a partial.
Solution: Give an error for ...

0d89d8ae89c861572496c5ae9683d986b28c957b authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1118: sporadic test failures when using a terminal window

Problem: Sporadic test failures when using a terminal window.
Solution: Adjust waiting time...

dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b authored almost 2 years ago by James McCoy <[email protected]>
Merge pull request #1352 from kwu8/master

fix typos in MacVim.h

d8df8bbb532e3879578200feffba55ba13e51ac1 authored almost 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1353 from macvim-dev/dependabot/github_actions/actions/stale-7

Bump actions/stale from 6 to 7

2ad358f1af26b8f64799b7a6fdf09791faf2b78d authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1117: terminfo entries for bracketed paste are not used

Problem: Terminfo entries for bracketed paste are not used.
Solution: Use the newly added t...

7b8db111e819bcb07cff6fc451584b0e3e0a49fd authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1116: compiler may complain about an unused function

Problem: Compiler may complain about an unused function.
Solution: Add #ifdef. (John Marriott)

770713794a59f8f315f331025a15e3c25aa5ddfe authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1115: code is indented more than needed

Problem: Code is indented more than needed.
Solution: Use an early return to reduce indenti...

ed0c1d5d4b30d03b26ff08841f6da2ddf44025a7 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1114: CI does not use the latest Python version

Problem: CI does not use the latest Python version.
Solution: Switch from Python 3.10 to 3....

ef91ae4557ac93e581b0ec39bf4c78c3556d7484 authored almost 2 years ago by Philip H <[email protected]>
patch 9.0.1113: users cannot easily try out a PR

Problem: Users cannot easily try out a PR.
Solution: Add an "artifacts" section to the AppV...

0a657124a57baa10c65554f04c7806e939927830 authored almost 2 years ago by Christian Brabandt <[email protected]>
patch 9.0.1112: test_mswin_event() can hang

Problem: test_mswin_event() can hang.
Solution: Add the "execute" argument to process event...

7b0afc1d7698a79423c7b066a5d8d20dbb8a295a authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1111: termcap entries for RGB colors are not set automatically

Problem: Termcap entries for RGB colors are not set automatically.
Solution: Always set the...

96dd34e53492913029323dad902831380fa460d0 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1110: build fails on Mac OS X 10.4/10.5

Problem: Build fails on Mac OS X 10.4/10.5 .
Solution: Check if the dispatch/dispatch.h hea...

254480736f7db3667c7b84873efb49c2cb1d385f authored almost 2 years ago by Evan Miller <[email protected]>
patch 9.0.1109: leaking allocated type

Problem: Leaking allocated type.
Solution: Reset the "static" flag in the allocated type copy.

c4b3f6477c4956c49da1277d55e6915ea7e6a39e authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1108: type error when using "any" type and adding to float

Problem: Type error when using "any" type and adding a number to a float.
Solution: Accept ...

c6951a76a58663ef8a773d340f2260da7455643c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1107: float constant not recognized as float

Problem: Float constant not recognized as float.
Solution: Check the vartype instead of com...

73ade49c4b692e77d2c0b2ef0afbedbf55c5f946 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1106: not all postfix files are recognized

Problem: Not all postfix files are recognized.
Solution: Recognize main.cf.proto files. (cl...

09ce0b8e1197c85dacf97e75b9b9ac18e0d192df authored almost 2 years ago by KodeToad <[email protected]>
patch 9.0.1105: code is indented too much

Problem: Code is indented too much.
Solution: Use an early return. (Yegappan Lakshmanan, cl...

87c1cbbe984e60582f2536e4d3c2ce88cd474bb7 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1104: invalid memory access when checking function argument types

Problem: Invalid memory access when checking function argument types.
Solution: Do not chec...

56310d38d8e866085108c7b77b756f4373d5122a authored almost 2 years ago by Bram Moolenaar <[email protected]>
Bump actions/stale from 6 to 7

Bumps [actions/stale](https://github.com/actions/stale) from 6 to 7.
- [Release notes](https://g...

c718a09483b62703d28c71c527964ae02389001e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
patch 9.0.1103: jq files are not recognized

Problem: jq files are not recognized.
Solution: Add detection of Jq files. (David McDonald,...

b9a1edfc5434f2a3ac50b1a178d3c85aa417b798 authored almost 2 years ago by David McDonald <[email protected]>
patch 9.0.1102: complicated use of #ifdef

Problem: Complicated use of #ifdef.
Solution: Simplify #ifdef use. (Ken Takata, closes #11745)

a7fbaa43b7dbea55b2a48093f68abf819bc71682 authored almost 2 years ago by K.Takata <[email protected]>
patch 9.0.1101: unused global variable

Problem: Unused global variable.
Solution: Remove the variable. (closes #11752)

b536540ab3c13db629432c411e92c05c4a3808ba authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1100: a hashtab with many removed items is not cleaned up

Problem: A hashtab with many removed items is not cleaned up.
Solution: Re-hash a hashtab e...

d0883faac6a74f777c9a6be9d035c59ee1c969c5 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1099: trying to resize a hashtab may cause a problem

Problem: Trying to resize a hashtab may cause a problem.
Solution: Do not try to resize a h...

81b7ecc5cb78cad901a9a85e46ecba109cc6ee7d authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1098: code uses too much indent

Problem: Code uses too much indent.
Solution: Use an early return. (Yegappan Lakshmanan, cl...

465de3a57b815f1188c707e7c083950c81652536 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1097: tests are failing

Problem: Tests are failing.
Solution: Do clean up a hashtab when at the initial size.

b3d614369fceb891819badc941f80f08f57831f9 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1096: reallocating hashtab when the size didn't change

Problem: Reallocating hashtab when the size didn't change.
Solution: Bail out when the hash...

71d53e7c579b8af44083142ea3894b455947ad81 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1095: using freed memory when declaration fails

Problem: Using freed memory when declaration fails. (Yegappan Lakshmanan)
Solution: After u...

6ef5471afa69a654888bc285a51a6035405d33a0 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1094: compiler warning when HAS_MESSAGE_WINDOW is not defined

Problem: Compiler warning when HAS_MESSAGE_WINDOW is not defined.
Solution: Add UNUSED.

9b99411b93f017609399e04527fdd3b6e83b5a55 authored almost 2 years ago by Bram Moolenaar <[email protected]>
fix typos in MacVim.h

f3f85e66a67d2cc76528b1013bdebf8197eac65d authored almost 2 years ago by kwu8 <[email protected]>
patch 9.0.1093: using freed memory of object member

Problem: Using freed memory of object member. (Yegappan Lakshmanan)
Solution: Make a copy o...

590162cae0410b50572a3ab0e72a2e5873b99f1a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1092: search error message doesn't show used pattern

Problem: Search error message doesn't show used pattern.
Solution: Pass the actually used p...

e86190e7c1297da29d0fc2415fdeca5ecae8d2ba authored almost 2 years ago by Rob Pilling <[email protected]>
patch 9.0.1091: assignment to non-existing member causes a crash

Problem: Assignment to non-existing member causes a crash. (Yegappan
Lakshmanan)
...

f54cedd6763e7727b4bfaeb34bb7c365a17675eb authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1090: FHIR Shorthand files are not recognized

Problem: FHIR Shorthand files are not recognized.
Solution: Add a pattern to detect FSH fil...

c9207d5d79310bd4628ce46d8db588fac17878a0 authored almost 2 years ago by mgramigna <[email protected]>
patch 9.0.1089: unnessary assignment

Problem: unnessary assignment
Solution: Remove the assignment. (Luuk van Baal, closes #1136)

c53e7904b9ac559c7ad6e3acb136027d10aed54e authored almost 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.1088: clang warns for unused variable

Problem: Clang warns for unused variable.
Solution: Adjust #ifdef. (John Marriott)

9fca133eb78ce25531da394db904c4fa8d40b35c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1087: autocommand test sometimes fails

Problem: Autocommand test sometimes fails.
Solution: Add a short delay. (James McCoy, close...

ff3d5377040288539b5a913fa25fa98a661a1f23 authored almost 2 years ago by James McCoy <[email protected]>
patch 9.0.1086: display wrong in Windows terminal after exiting Vim

Problem: Display wrong in Windows terminal after exiting Vim.
Solution: Apply screen restor...

c8b126d70d567269464fd70c54e22fdd78ec50ad authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1085: compiler warns for uninitialized variable

Problem: Compiler warns for uninitialized variable.
Solution: Initialize the variable. Rem...

9b8a365d019bb948efba5b5276d52bdd99e15d05 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1084: code handling low level MS-Windows events cannot be tested

Problem: Code handling low level MS-Windows events cannot be tested.
Solution: Add test_msw...

20b795e0eba6c933868c8f7cf62fb85d4f007688 authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1083: empty and comment lines in a class cause an error

Problem: Empty and comment lines in a class cause an error.
Solution: Skip empty and commen...

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