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.1265: using an interface method may give a compilation error

Problem: Using an interface method may give a compilation error.
Solution: Do not try to co...

b8bebd0cd78679162228ee08265c9a5b3a409e1c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1264: Motif: compiler warning for unused argument

Problem: Motif: compiler warning for unused argument.
Solution: Add "UNUSED".

eb45ad25ab5022e5bead0dbb19fe5704924f918a authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1263: KDL files are not recognized

Problem: KDL files are not recognized.
Solution: Add a pattern for KDL files. (Amaan Quresh...

907349a74331fc1bc48cf43c1e7d54cb9e0e4fc9 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1262: the did_set_string_option function is too long

Problem: The did_set_string_option function is too long.
Solution: Split off functionality ...

f2e30d0c448b9754d0d4daa901b51fbbf4c30747 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1356 from ychin/coretext-rendering-fixes-composing-chars-clipping

Fix misc CoreText rendering bugs and issues with clipping and composing characters

17f3c3ddf445575a290b1070f03633137bd99352 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix composing characters renderered at an offset

MacVim previously didn't really render composing characters with
multiple glyphs correctly. For ...

fe2305ddf5b466a934ab68e739f10d9557031551 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Rename the "preserve line spacing" setting to "use macOS calculation"

The setting was added to "preserve" the font's original line spacing
intents, but after further ...

e05f23b3b99993e9932e961942f3a465ee7277a7 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Remove the ceil() call around fontDescent in Core Text renderer

I have looked and I do not believe there is a good reason to do this
rounding up at all. I belie...

49e7a1da766368a0c38da7d5d907a5925826d438 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix CoreText clipping issues with tall texts

This fixes the issue where particularly tall characters will get clipped
at the row boundary. Th...

d1c8e612fe44304b8b2f45a98edfd8dc9279d0ee authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix MacVim-specific C files to pass coding style test

233e188cf8b5b489c89ddbf170c01a58ea6229c3 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

325e09dfcf8019cb0c3f36a0d81d94e79c1f8d80 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1261: Elsa files are not recognized

Problem: Elsa files are not recognized.
Solution: Add a pattern for Elsa files. (Amaan Qure...

2a99fe6c41efcd5d1eb47823e7e73cf391e230ba authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1260: Coverity warns for possible NULL pointer usage

Problem: Coverity warns for possible NULL pointer usage.
Solution: Change the condition.

836137d89abfaddef688ff2c7e6a2f68d5dfca79 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1259: diffmode test fails

Problem: Diffmode test fails.
Solution: Adjust expected result for adjusted indenting.

492324e58840f441d7226e7656844e778e65d7fb authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1258: code style test fails

Problem: Code style test fails.
Solution: Adjust test files.

755bf2b3d265ceb9c02752d4286a055e44f9ce29 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1257: code style is not check in test scripts

Problem: Code style is not check in test scripts.
Solution: Add basic code style check for ...

94722c510745a0cfd494c51625a514b92dd2bfb2 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1256: NetworkManager connection files are not recognized

Problem: NetworkManager connection files are not recognized.
Solution: Add a pattern for Ne...

04e4f1d98556e67d7337224b67b71c828410ee0f authored over 1 year ago by ObserverOfTime <[email protected]>
patch 9.0.1255: changing 'virtualedit' does not have immediate effect

Problem: Changing 'virtualedit' does not have immediate effect.
Solution: Correct how is ch...

8fe5b9c8c1223861cec0484ccc031858ae08d107 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1254: calling a method on an interface does not work

Problem: Calling a method on an interface does not work.
Solution: At runtime figure out wh...

d0200c8631582bbb16a9b585e2ca7adccc84ccdd authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1253: CI adds repository unnecessarily

Problem: CI adds repository unnecessarily.
Solution: Remove the line from the workflow. (cl...

192e24d974522852bdca67db6d76ead87f57e677 authored over 1 year ago by Philip H <[email protected]>
patch 9.0.1252: MS-Windows: scrollback cropped off on Vim exit

Problem: MS-Windows: scrollback cropped off on Vim exit.
Solution: Don't call SetConsoleScr...

f75a2cb3c7db6244fd7e3eee75c85d40a1614fa0 authored over 1 year ago by Christopher Plewright <[email protected]>
patch 9.0.1251: checking returned value of ga_grow() is inconsistent

Problem: Checking returned value of ga_grow() is inconsistent.
Solution: Check for FAIL ins...

fadc02a2a57755fa1342b1b44c2ceab3046125fc authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1250: cannot use an object method with :defer

Problem: Cannot use an object method with :defer. (Ernie Rael)
Solution: Find the object me...

8dbab1d8ceb82a0fb693a1b7fcb57a2dfb4de068 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1249: cannot export an abstract class

Problem: Cannot export an abstract class. (Ernie Rael)
Solution: Add the EX_EXPORT flag to ...

657aea7fc47fb919ce76fad64ba0ec55a1af80f1 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1248: cannot export an interface

Problem: Cannot export an interface. (Ernie Rael)
Solution: Add the EX_EXPORT flag to :inte...

53f54e49b7152e93d09ff77406f7eb63b3b5f732 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow window

Problem: Divide by zero with 'smoothscroll' set and a narrow window.
Solution: Bail out whe...

870219c58c0804bdc55419b2e455c06ac715a835 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1246: code is indented more than necessary

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

142ed77898facf8f423fee2717efee1749c55f9a authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1245: code is indented more than necessary

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

032713f8299abd92fcfb1e490d1ae5c1ecadde41 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1244: cursor displayed in wrong position when leaving Insert mode

Problem: Cursor briefly displayed in a wrong position when pressing Esc in
Insert...

0f843ef091eceb470caece1d90fdfe08926fe076 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1243: :setglobal cannot use script-local function for "expr" option

Problem: :setglobal cannot use script-local function for "expr" option.
Solution: Use the p...

01d4efe2e87632aa085897d3d64e27585908f977 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1242: code for :runtime completion is not consistent

Problem: Code for :runtime completion is not consistent.
Solution: Make code for cmdline ex...

b0d45ec67f4976318f199a7929ad3bcf93686fd0 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1241: Coverity warns for not checking function return value

Problem: Coverity warns for not checking function return value.
Solution: Explicitly ignore...

b58201035060d223d4d795ef9c3bc6b171eee9af authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1240: cannot access a private object member in a lambda

Problem: Cannot access a private object member in a lambda defined inside
the cla...

62a6923470827acbf124df41134ae6df52f334e6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1239: cannot have a line break before an object member access

Problem: Cannot have a line break before an object member access.
Solution: Check for "." i...

b149d2279673aa89ab5e35958d05cc4bcc70f82a authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1238: :runtime completion can be further improved

Problem: :runtime completion can be further improved.
Solution: Also complete the {where} a...

5c8771bc5a2be123ab8e6325fa60ed524e8efb09 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1237: code is indented more than necessary

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

6ec66660476562e643deceb7c325cd0e8c903663 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1236: code in same_leader() can be simplified

Problem: Code in same_leader() can be simplified.
Solution: Simplify code that is executed ...

9cbf791995514e72476399fe06e055a707ec0158 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1235: MS-Windows console: not flushing termguicolors

Problem: MS-Windows console: not flushing termguicolors.
Solution: Flush termguicolors. (Ch...

dc7179f9a4cc74d864d1f6414e691d25bac8f831 authored over 1 year ago by Christopher Plewright <[email protected]>
patch 9.0.1234: the code style has to be checked manually

Problem: The code style has to be checked manually.
Solution: Add basic code style checks i...

ebfec1c531f32d424bb2aca6e7391ef3bfcbfe20 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches

Problem: search() loops forever if "skip" is TRUE for all matches.
Solution: Keep the posit...

3d79f0a4309995956bd8889940cca22f7a15881d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1232: ColorTable saving and restoring does not work properly

Problem: ColorTable saving and restoring does not work properly.
Solution: Restore ColorTab...

d343c60df4b0adc6b1baac4d68a72a735ac21dc4 authored over 1 year ago by Christopher Plewright <[email protected]>
patch 9.0.1231: completion of :runtime does not handle {where} argument

Problem: Completion of :runtime does not handle {where} argument.
Solution: Parse the {wher...

3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1230: Apache thrift files are not recognized

Problem: Apache thrift files are not recognized.
Solution: Add a pattern for thrift files. ...

f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1229: Cap'n Proto files are not recognized

Problem: Cap'n Proto files are not recognized.
Solution: Add a pattern and the "capnp" file...

040e795e8da05ff38cc896528d4dcad100f0b584 authored over 1 year ago by Amaan Qureshi <[email protected]>
patch 9.0.1228: fuzzy menu completion is only tested in the GUI

Problem: Fuzzy menu completion is only tested in the GUI.
Solution: Make fuzzy menu complet...

145a6afe3a4be54689af5233710c85346ba1e5da authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1227: no cmdline completion for :runtime

Problem: No cmdline completion for :runtime.
Solution: Add completion for :runtime. (closes...

a6759381a590b2d395e05b109ca9ccfc356be5a8 authored over 1 year ago by root <[email protected]>
patch 9.0.1226: spurious empty line when using text properties

Problem: Spurious empty line when using text propertie and virtual text.
Solution: Do not s...

51b2fc2ef5183487dc1acd9f526e904e5bda7814 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1225: reading past the end of a line when formatting text

Problem: Reading past the end of a line when formatting text.
Solution: Check for not going...

11977f917506d950b7e0cae558bd9189260b253b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1224: cannot call a :def function with a number for float argument

Problem: Cannot call a :def function with a number for a float argument.
Solution: Accept a...

47bba53bdb6d59057887149e2eeb2071803e547e authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1223: cannot use setcellwidths() below 0x100

Problem: Cannot use setcellwidths() below 0x100.
Solution: Also accept characters between 0...

7193323b7796c05573f3aa89d422e848feb3a8dc authored over 1 year ago by K.Takata <[email protected]>
patch 9.0.1222: terminal tests are flaky on MacOS

Problem: Terminal tests are flaky on MacOS.
Solution: Add TermWait() calls. (Yegappan Laksh...

e446a017ffeaf1941589ac51ce9153b859018e5b authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1346 from ychin/fix-unnecessary-bindtextdomain-ifdef

Fix unnecessary ifdef when dealing with gettext

5933cc8810bcb5b03a799e0aaac348a85efcd579 authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1221: code is indented more than necessary

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

f97a295ccaa9803367f3714cdefce4e2283c771d authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1220: termcap/terminfo entries do not indicate possible modifiers

Problem: Termcap/terminfo entries do not indicate where modifiers might
appear.
S...

4aecaa168e90cf28da7a6facea6b11ae250a8a18 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1219: handling of FORTIFY_SOURCE flags doesn't match Fedora usage

Problem: Handling of FORTIFY_SOURCE flags doesn't match Fedora usage.
Solution: Adjust the ...

4219698603f45bb710435f4c4fd8e03428aa2380 authored almost 2 years ago by Zdenek Dohnal <[email protected]>
patch 9.0.1218: completion includes functions that don't work

Problem: Completion includes functions that don't work.
Solution: Skip functions that are n...

90c2353365c5da40dec01b09e1f482983cf7f55d authored almost 2 years ago by Kota Kato <[email protected]>
patch 9.0.1217: using an object member in a closure doesn't work

Problem: Using an object member in a closure doesn't work.
Solution: Initialize lv_loop_dep...

486fc25a295464d107264b63997bdbe3745e3c71 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1216: Coverity warns for ignoring return value

Problem: Coverity warns for ignoring return value.
Solution: Break out of loop if function ...

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

2b7f6eeb16d0b4a25b56f999368901f969f078cf authored almost 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.1215: using isalpha() adds dependency on current locale

Problem: Using isalpha() adds dependency on current locale.
Solution: Do not use isalpha() ...

0ef9a5c09482649cf0cc6768ed6fc640b4ed2a0a authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1214: file left behind after running tests

Problem: File left behind after running tests.
Solution: Delete the file. (Dominique Pellé,...

541c87c808df91b55e51fedc4987152a3edfe80d authored almost 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.1213: adding a line below the last one does not expand fold

Problem: Adding a line below the last one does not expand fold.
Solution: Do not skip mark_...

da3dd7d857ba4fb4bf408dedd1d9d6a2d5e2ae9f authored almost 2 years ago by Brandon Simmons <[email protected]>
patch 9.0.1212: cannot read back what setcellwidths() has done

Problem: Cannot read back what setcellwidths() has done.
Solution: Add getcellwidths(). (Ko...

66bb9ae70f7371456ed76518076d2a344f8ab417 authored almost 2 years ago by Kota Kato <[email protected]>
patch 9.0.1211: storing value in interface member does not always work

Problem: Storing value in interface member does not always work.
Solution: Convert the inde...

f7d1c6e1884c76680980571f1cf15e0928d247b5 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1210: compiler complains about declaration after label

Problem: Compiler complains about declaration after label.
Solution: Move declaration to be...

b391e1f805fdd288cbe9103d92c21eff5dcc97c4 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1209: getting interface member does not always work

Problem: Getting interface member does not always work.
Solution: Convert the index on the ...

29ac5df37baf7e6e751c7ebd4ab37a2aa826e9e6 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1208: code is indented more than necessary

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

a41e221935edab62672a15123af48f4f14ac1c7d authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1207: error when object type is expected but getting "any"

Problem: Error when object type is expected but getting "any".
Solution: When actual type i...

450c7a97d1a28f715acaf562298112b9b932adc3 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1206: testing with Python on AppVeyor does not work properly

Problem: Testing with Python on AppVeyor does not work properly.
Solution: Fix typo. Move ...

5a57a5e209bff2bc11bfde69184bbfb0362c0b99 authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1205: crash when handling class that extends another class

Problem: Crash when handling class that extends another class with more
than one ...

ae3205aa55741152b0143dbd7d637b35f576793e authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1204: expression compiled the wrong way after using an object

Problem: Expression compiled the wrong way after using an object.
Solution: Generate consta...

912bfee71041fce0902bbcb649faf247519ec400 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1203: return type of values() is always list<any>

Problem: Return type of values() is always list<any>.
Solution: Use the member type if poss...

32517c4c14ed3f9240fcd5b7c01d0ca2e586f7e4 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1202: crash when iterating over list of objects

Problem: Crash when iterating over list of objects.
Solution: Do not make a copy of tt_memb...

f450804e1438307c79a62053f8c32eef1508383a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1201: assignment with operator doesn't work in object method

Problem: Assignment with operator doesn't work in object method.
Solution: Handle loading t...

4cae845ce32797bcae845aacf740ed865b479f34 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1200: AppVeyor builds with an old Python version

Problem: AppVeyor builds with an old Python version.
Solution: Switch from Python 3.8 to 3....

474f226582dcd8a4570fcb4d7d3e5a3b27279470 authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1199: crash when using kitty and using a mapping with <Esc>

Problem: Crash when using kitty and using a mapping with <Esc>.
Solution: Do not try settin...

584b853ee034754edd278d15f2966ac3d8c9d72c authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1198: abstract class not supported yet

Problem: Abstract class not supported yet.
Solution: Implement abstract class and add tests.

24a8d06d7f4db0865f374ced2f4d4b57cbc5b9e4 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1197: dump file missing from patch

Problem: Dump file missing from patch.
Solution: Add missing dump file.

034c350207931a7ff57c76536d4703f6da595919 authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1196: code is indented more than necessary

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

e8575988969579f9e1439181ae338b2ff74054a8 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1195: restoring KeyTyped when building statusline not tested

Problem: Restoring KeyTyped when building statusline not tested.
Solution: Add a test. Cle...

378e6c03f98efc88e8c2675e05a548f9bb7889a1 authored almost 2 years ago by zeertzjq <[email protected]>
patch 9.0.1194: compiler warning for comparing pointer with int

Problem: Compiler warning for comparing pointer with int.
Solution: Change NULL to zero.

b40a2fb3b3e4fef137eebb3bab9c02adc5540658 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1193: cannot map <Esc> when using the Kitty key protocol

Problem: Cannot map <Esc> when using the Kitty key protocol.
Solution: Add a non-simplified...

32030a9f3be25e1343ef15028511614fb4c20e9f authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1192: no error when class function argument shadows a member

Problem: No error when class function argument shadows a member.
Solution: Check for shadow...

d40f00cb43019fb4d39b89f407f8b52e92f9e16f authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1191: some Bazel files are not recognized

Problem: Some Bazel files are not recognized.
Solution: Add an extra Bazel pattern. (Keith ...

3213952966896ffb1d8fa186bcf8c43359fca0f0 authored almost 2 years ago by Keith Smiley <[email protected]>
patch 9.0.1190: AppVeyor runs much slower with MSVC 2022

Problem: AppVeyor runs much slower with MSVC 2022.
Solution: Go back to MSVC 2015. (Christo...

60908c492237edcfe6cde995171240c9bace05b6 authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1189: invalid memory access with folding and using "L"

Problem: Invalid memory access with folding and using "L".
Solution: Prevent the cursor fro...

232bdaaca98c34a99ffadf27bf6ee08be6cc8f6a authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1188: return value of type() for class and object unclear

Problem: Return value of type() for class and object unclear.
Solution: Add v:t_object and ...

c0c2c262650103c4a21b64c3246388a350688616 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1187: test for using imported class fails

Problem: Test for using imported class fails.
Solution: Skip over rest of type.

3ce33b120c6479dfc8f22c7cc8945b9ef54285b0 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1186: imported class does not work when used twice in a line

Problem: Imported class does not work when used twice in a line.
Solution: Fix the type par...

4059400993ff380414dce9b577eff0f8c86b7725 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1185: using class from imported script not tested

Problem: Using class from imported script not tested.
Solution: Add tests. Implement what ...

a86655af84f1596f0f3ef22813724fe06f1e4809 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1184: interface of an object is not recognized when checking type

Problem: Interface of an object is not recognized when checking type.
Solution: Use the int...

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

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

0233bdfa2b487c392dc4fd1a29113e08fbace334 authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1182: go checksum files are not recognized

Problem: go checksum files are not recognized.
Solution: Add the name of go checksum files....

043d7b2c84cda275354aa023b5769660ea70a168 authored almost 2 years ago by Amaan Q <[email protected]>
patch 9.0.1181: class inheritance and typing insufficiently tested

Problem: Class inheritance and typing insufficiently tested.
Solution: Add more tests. Imp...

6481accd4086845cfce7548e06cb797c80587a98 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1180: compiler warnings without the +job feature

Problem: Compiler warnings without the +job feature.
Solution: Adjust #ifdefs. (John Marriott)

bcbfaf32e02a92a6d6d35fc409b1b16aa931e3fa authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1179: not all errors around inheritance are tested

Problem: Not all errors around inheritance are tested.
Solution: Add more tests. Fix uncov...

6aa0937fb88001a5ea18e732aad4c625e9b2baeb authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1178: a child class cannot override functions from a base class

Problem: A child class cannot override functions from a base class.
Solution: Allow overrid...

58b40092e616585a763cf4d214d47ccd9167d6f7 authored almost 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.1177: AppVeyor uses some older tools

Problem: AppVeyor uses some older tools.
Solution: Switch to Visual Studio 2022 and Python ...

ad15a39fdbde5ef8d4af9e0fca7e7e53b4843270 authored almost 2 years ago by Christopher Plewright <[email protected]>
patch 9.0.1176: smithy files are not recognized

Problem: smithy files are not recognized.
Solution: Add a pattern for Smithy files. (Chris ...

f68cddabffcbc5b8fbfe9003182cb4b55ff8d72c authored almost 2 years ago by Chris Kipp <[email protected]>
patch 9.0.1175: the set_ref_in_item() function is too long

Problem: The set_ref_in_item() function is too long.
Solution: Use a separate function for ...

ea125393af01ecaf75cee8e085a57f8143f3ae3e authored almost 2 years ago by Yegappan Lakshmanan <[email protected]>