Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MacVim

Vim as a native macOS native GUI application
Collective - Host: opensource - https://opencollective.com/macvim - Website: https://macvim.org - Code: https://github.com/macvim-dev

patch 9.0.1525: 'smoothscroll' does not always work properly

Problem: 'smoothscroll' does not always work properly.
Solution: Do not reset w_skipcol aft...

github.com/macvim-dev/macvim - 3ce8c389155fc1257082cdb0cef7801b49f6aaf9 authored almost 2 years ago
patch 9.0.1524: passing -1 for bool is not always rejected

Problem: Passing -1 for bool is not always rejected.
Solution: Check for error in a better ...

github.com/macvim-dev/macvim - 8cf51376b842e0060edf08bd2e5bd9933c552ecf authored almost 2 years ago
patch 9.0.1523: some error messages are not marked for translation

Problem: Some error messages are not marked for translation.
Solution: Surround the message...

github.com/macvim-dev/macvim - 276410e78f0b82e3123059383994d2f4c578dfbd authored almost 2 years ago
patch 9.0.1522: some functions give two error messages

Problem: Some functions give two error messages.
Solution: Do not give a second error messa...

github.com/macvim-dev/macvim - e4098457ab9c94225b1b0e3c5e06b82b75587971 authored almost 2 years ago
patch 9.0.1521: failing redo of command with control characters

Problem: Failing redo of command with control characters.
Solution: Use AppendToRedobuffLit...

github.com/macvim-dev/macvim - 30b6d6104c3d541c41c868989c020b743e01af08 authored almost 2 years ago
patch 9.0.1520: completion for option name includes all bool options

Problem: Completion for option name includes all bool options.
Solution: Do not recognize t...

github.com/macvim-dev/macvim - 048d9d25214049dfde04c468c14bd1708fb692b8 authored almost 2 years ago
patch 9.0.1519: global 'filetype' is set when detected from file content

Problem: Global 'filetype' is set when it is detected from the file content.
Solution: Set ...

github.com/macvim-dev/macvim - 0b70aeb49d6dfd1879162f202150cb1ed5f024ad authored almost 2 years ago
patch 9.0.1518: search stats not always visible when searching backwards

Problem: Search stats not always visible when searching backwards.
Solution: Do not display...

github.com/macvim-dev/macvim - 34a6a3617b5b6ce11372439f14762caddc4b0cea authored almost 2 years ago
patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGS

Problem: MacOS: configure removes -O2 from $CFLAGS.
Solution: Only adjust $CFLAGS for gcc. ...

github.com/macvim-dev/macvim - 00d07e7682d289c3afee9df557ae909b9b403f9c authored almost 2 years ago
patch 9.0.1516: cannot use special keys in <Cmd> mapping

Problem: Cannot use special keys in <Cmd> mapping.
Solution: Do allow for special keys in <...

github.com/macvim-dev/macvim - 3ab3a864814f903da8a158c01820e4fbe1013c08 authored almost 2 years ago
patch 9.0.1515: reverse() does not work for a String

Problem: reverse() does not work for a String.
Solution: Implement reverse() for a String. ...

github.com/macvim-dev/macvim - 03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b authored almost 2 years ago
patch 9.0.1514: test waits unnecessarily long before checking screendump

Problem: Test waits unnecessarily long before checking screendump.
Solution: Remove TermWai...

github.com/macvim-dev/macvim - 45fcb7928af8ac9bc5685ce7c804b8250866a874 authored almost 2 years ago
patch 9.0.1513: text scrolls unnecessarily when splitting

Problem: Text scrolls unnecessarily when splitting and 'splitkeep' is not
"cursor...

github.com/macvim-dev/macvim - b926bf47d61360a4ec5e4867714a08d70fd49965 authored almost 2 years ago
patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set

Problem: Inserting lines when scrolling with 'smoothscroll' set.
Solution: Adjust line heig...

github.com/macvim-dev/macvim - c8502f9b880b6d23baa4f9d28b60e1ceb442e35f authored almost 2 years ago
patch 9.0.1511: crash when using wrong arg types to assert_match()

Problem: Crash when using wrong arg types to assert_match().
Solution: Check for NULL point...

github.com/macvim-dev/macvim - 12e7a1fe7527e9e59adbe248a95b4b532e3ec58c authored almost 2 years ago
patch 9.0.1510: misleading variable name for error message

Problem: Misleading variable name for error message.
Solution: Change "name" to "number". ...

github.com/macvim-dev/macvim - 70e8028a4d63c83f67bc3314d064613e2041e462 authored almost 2 years ago
patch 9.0.1509: error message lacks mentioning the erroneous argument

Problem: Error message lacks mentioning the erroneous argument.
Solution: Specify the argum...

github.com/macvim-dev/macvim - 23919540367952f7fbb06350d7b5af96316fbd5f authored almost 2 years ago
patch 9.0.1508: catch does not work when lines are joined with a newline

Problem: Catch does not work when lines are joined with a newline.
Solution: Set "nextcmd" ...

github.com/macvim-dev/macvim - f2588b6fc90ba85b333ee8f747e8d1ebbc7e6300 authored almost 2 years ago
patch 9.0.1507: assert message is confusing with boolean result

Problem: Assert message is confusing with boolean result. assert_inrange()
repla...

github.com/macvim-dev/macvim - 53f5e51628b56ef9171671cd6e9970374036a084 authored almost 2 years ago
patch 9.0.1506: line number not displayed when using 'smoothscroll'

Problem: Line number not displayed when using 'smoothscroll'.
Solution: Adjust condition fo...

github.com/macvim-dev/macvim - 88bb3e0a48f160134bdea98cd2b8bd3af86f9d6f authored almost 2 years ago
patch 9.0.1505: error when heredoc content looks like heredoc

Problem: Error when heredoc content looks like heredoc.
Solution: Handle curly expressions....

github.com/macvim-dev/macvim - a93d9cdc74f70ca2c85781496ffae4ca738fcd88 authored almost 2 years ago
patch 9.0.1504: no error when calling remote_startserver("")

Problem: No error when calling remote_startserver() with an empty string.
Solution: Give an...

github.com/macvim-dev/macvim - 17b695190d63b2de745499cb40a383c2672e275e authored almost 2 years ago
patch 9.0.1503: Luau files are not recognized

Problem: Luau files are not recognized.
Solution: Add a patter for Luau files. (Amaan Qures...

github.com/macvim-dev/macvim - 2dcfe9ae1df61e1249520ed435dd8cf60e157103 authored almost 2 years ago
patch 9.0.1502: no test for deleting the end of a long wrapped line

Problem: No test for deleting the end of a long wrapped line.
Solution: Add a test to check...

github.com/macvim-dev/macvim - 5b10a140983c16140d69a214494c4b8af8b34763 authored almost 2 years ago
patch 9.0.1501: crash with nested :try and :throw in catch block

Problem: Crash with nested :try and :throw in catch block.
Solution: Jump to :endtry before...

github.com/macvim-dev/macvim - 3ef2e41128bbe372f4e4535429ffa4770f572623 authored almost 2 years ago
patch 9.0.1500: The falsy operator is not tested properly

Problem: The falsy operator is not tested properly.
Solution: Add a few more test cases. (c...

github.com/macvim-dev/macvim - 58a44751cec55be1ace0d4be5367dc19bc56be5d authored almost 2 years ago
patch 9.0.1499: using uninitialized memory with fuzzy matching

Problem: Using uninitialized memory with fuzzy matching.
Solution: Initialize the arrays us...

github.com/macvim-dev/macvim - caf642c25de526229264cab9425e7c9979f3509b authored almost 2 years ago
patch 9.0.1498: in a terminal window the cursor may jump around

Problem: In a terminal window the cursor may jump around. (Kenny Stauffer)
Solution: Do not...

github.com/macvim-dev/macvim - 58806c1553afa2924377f6445ac6ed8cb852f9ca authored almost 2 years ago
patch 9.0.1497: the ruler percentage can't be localized

Problem: The ruler percentage can't be localized.
Solution: Use a string that can be transl...

github.com/macvim-dev/macvim - 971cd2b8bc3e3a7faa886162cd7568938c627882 authored almost 2 years ago
patch 9.0.1496: test restoring register with wrong value

Problem: Test restoring register with wrong value.
Solution: Correct name of variable. (clo...

github.com/macvim-dev/macvim - 0b933c331d72f4a378fc30d96a7d16eb1aedd1d4 authored almost 2 years ago
patch 9.0.1495: GTK3: hiding the mouse pointer does not work

Problem: GTK3: hiding the mouse pointer does not work. (Rory O’Kane)
Solution: Set alpha le...

github.com/macvim-dev/macvim - 660eb9f9db6e704e39e40c6f0bf747a14de30321 authored almost 2 years ago
patch 9.0.1494: crash when recovering from corrupted swap file

Problem: Crash when recovering from corrupted swap file.
Solution: Bail out when the line i...

github.com/macvim-dev/macvim - bf1b7132021bac0fccefebb4a1c24a5f372bae4f authored almost 2 years ago
patch 9.0.1493: popup menu position wrong in window with toolbar

Problem: Popup menu position wrong in window with toolbar.
Solution: Take the window toolba...

github.com/macvim-dev/macvim - 4e1ca0d9a6c6d66987da67155e97f83f286ffbcc authored almost 2 years ago
patch 9.0.1492: using uninitialized memory when argument is missing

Problem: Using uninitialized memory when argument is missing.
Solution: Check there are suf...

github.com/macvim-dev/macvim - b7f2270bab102d68f83a6300699b7f98efad81f2 authored almost 2 years ago
patch 9.0.1491: wrong scrolling with ls=0 and :botright split

Problem: Wrong scrolling with ls=0 and :botright split.
Solution: Add statusline before cal...

github.com/macvim-dev/macvim - fbf2071ac9ef08302a1df86c15f3d4ddbe871243 authored almost 2 years ago
patch 9.0.1490: the ModeChanged event may be triggered too often

Problem: The ModeChanged event may be triggered too often.
Solution: Only trigger ModeChang...

github.com/macvim-dev/macvim - 73916bac5ac2a054a0c71adfe8d742691cdfd95c authored almost 2 years ago
patch 9.0.1489: crypt with libsodium is not tested on CI

Problem: Crypt with libsodium is not tested on CI.
Solution: Configure testing with libsodi...

github.com/macvim-dev/macvim - 2f14716c464bbbf1d6cabfb8e270eac0972e98d2 authored almost 2 years ago
patch 9.0.1488: xchacha20v2 crypt header is platform dependent

Problem: xchacha20v2 crypt header is platform dependent.
Solution: Avoid using "size_t". (O...

github.com/macvim-dev/macvim - 35a2ec18d6560251e8164636bac6e21ea504648e authored almost 2 years ago
patch 9.0.1487: Content-type header for LSP channel not according to spec

Problem: Content-type header for LSP channel not according to spec.
Solution: Use "vscode-j...

github.com/macvim-dev/macvim - c3eddd2068620ceb4e475961192c1d8cae3350cd authored almost 2 years ago
patch 9.0.1486: parallel make might not work

Problem: Parallel make might not work.
Solution: Add missing dependencies. (Samuel Dionne-R...

github.com/macvim-dev/macvim - cfc788c38848adcd54e4130f16f2813cd1e215dd authored almost 2 years ago
patch 9.0.1485: no functions for converting from/to UTF-16 index

Problem: no functions for converting from/to UTF-16 index.
Solution: Add UTF-16 flag to exi...

github.com/macvim-dev/macvim - 67672ef097dd708244ff042a8364994da2b91e75 authored almost 2 years ago
patch 9.0.1484: Coverity warns for using invalid array index

Problem: Coverity warns for using invalid array index.
Solution: Add entry for Xchacha, eve...

github.com/macvim-dev/macvim - e1b4822137b74d45fde1d47d2e32b3ae89966092 authored almost 2 years ago
patch 9.0.1483: += operator does not work on class member

Problem: += operator does not work on class member.
Solution: Do not skip as if "this." was...

github.com/macvim-dev/macvim - 22363c69945e48a7496f0ae00bc06235084ddd7a authored almost 2 years ago
patch 9.0.1482: crash when textprop has a very large "padding" value

Problem: Crash when textprop has a very large "padding" value. (Yegappan
Lakshman...

github.com/macvim-dev/macvim - 2354b66ac52a8a9165e8bd0d642e19e757ba12c3 authored almost 2 years ago
patch 9.0.1481: decrypting with libsodium may fail if the library changes

Problem: Decrypting with libsodium may fail if the library changes.
Solution: Add parameter...

github.com/macvim-dev/macvim - aae583441bcdbb0bfef3b8a1d193e04ae09ca95d authored almost 2 years ago
patch 9.0.1480: using popup menu may leave text in the command line

Problem: Using popup menu may leave text in the command line.
Solution: Clear the command l...

github.com/macvim-dev/macvim - dcd40cfca0fe0e65d405ce9711745a8ec846c30c authored almost 2 years ago
patch 9.0.1479: small source file problems; outdated list of distrib. files

Problem: Small source file problems; outdated list of distributed files.
Solution: Small up...

github.com/macvim-dev/macvim - f39d9e9dca443e42920066be3a98fd9780e4ed33 authored almost 2 years ago
Update runtime files

github.com/macvim-dev/macvim - 71badf9547e8f89571b9a095183671cbb333d528 authored almost 2 years ago
patch 9.0.1478: filetypes for *.v files not detected properly

Problem: Filetypes for *.v files not detected properly.
Solution: Use the file contents to ...

github.com/macvim-dev/macvim - 80406c26188219f3773b2e9c49160caeeb386ee2 authored almost 2 years ago
patch 9.0.1477: crash when recovering from corrupted swap file

Problem: Crash when recovering from corrupted swap file.
Solution: Check for a valid page c...

github.com/macvim-dev/macvim - b67ba03d3ef2e6c5f207d508e85fc6906f938028 authored almost 2 years ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 6acaecf3d38e2cc6e750801d56a9eafd366b0140 authored almost 2 years ago
patch 9.0.1476: lines put in non-current window are not displayed

Problem: Lines put in non-current window are not displayed. (Marius
Gedminas)
Sol...

github.com/macvim-dev/macvim - e7f05a8780426dc7af247419c6d02d5f1e896689 authored almost 2 years ago
patch 9.0.1474: CI runs with old version of Ubuntu and tools

Problem: CI runs with old version of Ubuntu and tools.
Solution: Update CI to more recent v...

github.com/macvim-dev/macvim - 9be736f2eb7b3474246d644d3defe6fd126b5b18 authored almost 2 years ago
patch 9.0.1473: CI does not run sound tests

Problem: CI does not run sound tests.
Solution: Re-enable sound tests. Use "apt-get" inste...

github.com/macvim-dev/macvim - 017227079f104bd69483ee3d33e31490d7e52135 authored almost 2 years ago
patch 9.0.1472: ":drop fname" may change the last used tab page

Problem: ":drop fname" may change the last used tab page.
Solution: Restore the last used t...

github.com/macvim-dev/macvim - 8281a16efc76197f7b0b2a385dffb44fce66d33e authored almost 2 years ago
patch 9.0.1471: warnings for function declarations

Problem: Warnings for function declarations.
Solution: Add argument types. (Michael Jarvis,...

github.com/macvim-dev/macvim - be9624eb47ff4db4f068c65ad9cd37b14d1818a8 authored almost 2 years ago
patch 9.0.1470: deferred functions invoked in unexpected order

Problem: Deferred functions invoked in unexpected order when using :qa and
autoco...

github.com/macvim-dev/macvim - 1be4b81bfb3d7edf0e2ae41711d429e8fa5e0555 authored almost 2 years ago
patch 9.0.1469: deferred functions not called from autocommands

Problem: Deferred functions not called from autocommands.
Solution: Also go through the fun...

github.com/macvim-dev/macvim - 960cf9119e3f4922ca9719feb5e0c0bc5e3b9840 authored almost 2 years ago
patch 9.0.1468: recursively calling :defer function if it does :qa

Problem: Recursively calling :defer function if it does :qa in a compiled
functio...

github.com/macvim-dev/macvim - a1f2b5ddc63d4e2b6ab047d8c839dd8477b36aba authored almost 2 years ago
patch 9.0.1467: Jenkinsfiles are not recognized as groovy

Problem: Jenkinsfiles are not recognized as groovy.
Solution: Add a pattern for Jenkinsfile...

github.com/macvim-dev/macvim - 142ffb024dd5123090c2fd02f55702e76520f1df authored almost 2 years ago
patch 9.0.1466: cannot use an object member name as a method argument

Problem: Cannot use an object member name as a method argument.
Solution: Do not give an er...

github.com/macvim-dev/macvim - 61378a15425553cec1ec15f590e70ca50c7c34a8 authored almost 2 years ago
patch 9.0.1465: Haiku build fails

Problem: Haiku build fails.
Solution: Do not include globals.h and proto.h twice. (Ozaki Ki...

github.com/macvim-dev/macvim - 89f9ffbe810c4705439096d646681e734e353e3e authored almost 2 years ago
patch 9.0.1464: strace filetype detection is expensive

Problem: Strace filetype detection is expensive.
Solution: Match with a cheap pattern first...

github.com/macvim-dev/macvim - 6e5a9f948221b52caaaf106079cb3430c4dd7c77 authored almost 2 years ago
patch 9.0.1463: virtual text truncation only works with Unicode 'encoding'

Problem: Virtual text truncation only works with Unicode 'encoding'.
Solution: Convert the ...

github.com/macvim-dev/macvim - 4c42c7eef43ff0f58fa574f7a900c8a3313f372e authored almost 2 years ago
patch 9.0.1462: recursively calling :defer function if it does :qa

Problem: Recursively calling :defer function if it does :qa.
Solution: Clear the defer entr...

github.com/macvim-dev/macvim - 42994bf678f46dc9ca66e49f512261da8864fff6 authored almost 2 years ago
patch 9.0.1461: ruler not drawn correctly when using 'rulerformat'

Problem: Ruler not drawn correctly when using 'rulerformat'.
Solution: Adjust formatting de...

github.com/macvim-dev/macvim - fc8a601c3251c0388a88c1235b18c529385f7196 authored almost 2 years ago
patch 9.0.1460: insufficient testing for getcmdcompltype()

Problem: Insufficient testing for getcmdcompltype().
Solution: Add a few more test cases. (...

github.com/macvim-dev/macvim - 961b2e54bdbe1c06e4bf8ccf7a7e3deb129b45de authored almost 2 years ago
patch 9.0.1459: typo in name of type

Problem: Typo in name of type.
Solution: Change funccal_T to funccall_T. (closes #12265)

github.com/macvim-dev/macvim - e7d49465a4ad390c1b0fb6d6b97bc30241fe5db9 authored almost 2 years ago
patch 9.0.1458: buffer overflow when expanding long file name

Problem: Buffer overflow when expanding long file name.
Solution: Use a larger buffer and a...

github.com/macvim-dev/macvim - a77670726e3706973adffc2b118f4576e1f58ea0 authored almost 2 years ago
patch 9.0.1457: no regression test for what patch 9.0.1333 fixes

Problem: No regression test for what patch 9.0.1333 fixes.
Solution: Extend existing test t...

github.com/macvim-dev/macvim - ceff9cd1bb194f252c63da8e1c2dc7d6764d9d1f authored almost 2 years ago
patch 9.0.1456: shortmess test depends on order of test execution

Problem: Shortmess test depends on order of test execution.
Solution: Clear messages. (clos...

github.com/macvim-dev/macvim - 657b31fa3bda2089fef18c30fc706abe5d57e865 authored almost 2 years ago
patch 9.0.1455: C++ 20 modules are not recognized

Problem: C++ 20 modules are not recognized.
Solution: Add patterns to recognize C++ 20 modu...

github.com/macvim-dev/macvim - 732d69e1918b28ad0fe16eb9bc5a776c7958122b authored almost 2 years ago
patch 9.0.1454: code indenting is confused by macros

Problem: Code indenting is confused by macros.
Solution: Put semicolon after the macros ins...

github.com/macvim-dev/macvim - 7e5fe38efc105721400048a2ffdeddbe1b9c0650 authored almost 2 years ago
patch 9.0.1453: typos in source code and tests

Problem: Typos in source code and tests.
Solution: Fi the typos. (Dominique Pellé, closes #...

github.com/macvim-dev/macvim - b49dfd0cf296623af2d756cefc3e73b5b307734e authored almost 2 years ago
patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never set

Problem: Code using EVAL_CONSTANT is dead, it is never set.
Solution: Remove EVAL_CONSTANT....

github.com/macvim-dev/macvim - b7f6f93475a3ad5c590a09a2577fd51590bea9e1 authored almost 2 years ago
patch 9.0.1451: unnecessary redrawing when 'showcmdloc' is not "last"

Problem: Unnecessary redrawing when 'showcmdloc' is not "last".
Solution: Redraw later when...

github.com/macvim-dev/macvim - aa7f25ebf16b8be99239af1134b441e3da93060a authored almost 2 years ago
patch 9.0.1450: MacOS: building fails if clock_gettime() is not available

Problem: MacOS: building fails if clock_gettime() is not available.
Solution: Add a configu...

github.com/macvim-dev/macvim - 08210f8def4886b0cd04dd4bbebed719f0512315 authored almost 2 years ago
patch 9.0.1449: test for prompt buffer is flaky

Problem: Test for prompt buffer is flaky.
Solution: Use WaitForAssert() instead of TermWait...

github.com/macvim-dev/macvim - ff6c230051ed2a2dbbbd517f51fe00c8ea27961b authored almost 2 years ago
patch 9.0.1448: diff test fails on MacOS 13

Problem: Diff test fails on MacOS 13.
Solution: Install GNU diffutils. (Ozaki Kiichi, close...

github.com/macvim-dev/macvim - d76670fc0d9bd9e09d8a3aa68ef58f796136d964 authored almost 2 years ago
patch 9.0.1447: condition is always true

Problem: Condition is always true.
Solution: Remove the useless condition. (closes #12253)

github.com/macvim-dev/macvim - 474891bc89e657100bd37c29129451a0e601879d authored almost 2 years ago
patch 9.0.1446: unnecessary checks for the "skip" flag when skipping

Problem: Unnecessary checks for the "skip" flag when skipping.
Solution: Remove the unneces...

github.com/macvim-dev/macvim - 5299c0933f942c61bfd48064c91365e518fa868c authored almost 2 years ago
patch 9.0.1445: openSUSE: configure doesn't find the Motif library

Problem: openSUSE: configure doesn't find the Motif library. (Tony
Mechelynck)
So...

github.com/macvim-dev/macvim - 01967f5b1042b375b38098eceaf31671902c8dbb authored almost 2 years ago
patch 9.0.1444: crash when passing NULL to setcmdline()

Problem: Crash when passing NULL to setcmdline(). (Andreas Louv)
Solution: Use tv_get_strin...

github.com/macvim-dev/macvim - ac6cd31afcbdd08bfa92ca33f7d4ce5773ba4353 authored almost 2 years ago
patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer

Problem: Ending Insert mode when accessing a hidden prompt buffer.
Solution: Don't stop Ins...

github.com/macvim-dev/macvim - 05a627c3d4e42a18f76c14828d68ee4747118211 authored almost 2 years ago
vimhelp: Enable site search functionality

Now that search engines have had time to index macvim.org/docs, enable
site search functionality.

github.com/macvim-dev/docs - 30ba3737e2409a513d918aed8e6d5706209fd605 authored almost 2 years ago
patch 9.0.1442: mapset() does not restore non-script context

Problem: mapset() does not restore non-script context.
Solution: Also accept negative sid. ...

github.com/macvim-dev/macvim - bfc7cbd1d44e53e844a079d8ad16ae990dad664d authored almost 2 years ago
patch 9.0.1441: MacOS: Python 3 using framework do not set dll name properly

Problem: MacOS: Python 3 using framework do not set dll name properly.
Solution: Use the fr...

github.com/macvim-dev/macvim - b6ebe5af74a965d703eb8ee66a07c97b0bbe6e58 authored almost 2 years ago
patch 9.0.1440: "rvim" can execute a shell through :diffpatch

Problem: "rvim" can execute a shell through :diffpatch.
Solution: Disallow the shell "patch...

github.com/macvim-dev/macvim - 23a971da506249fc8388f06cd5c011b83406ac5c authored almost 2 years ago
patch 9.0.1439: start Insert mode when accessing a hidden prompt buffer

Problem: Start Insert mode when accessing a hidden prompt buffer.
Solution: Call leaving_wi...

github.com/macvim-dev/macvim - cde8de034524d00aba4ff4142e658baff511e12d authored almost 2 years ago
patch 9.0.1438: .fs files are falsely recognized as forth files

Problem: .fs files are falsely recognized as forth files.
Solution: Check 100 lines for som...

github.com/macvim-dev/macvim - 065088d5549e7711668321cc5a77c9a9b684b142 authored almost 2 years ago
patch 9.0.1437: test fails with different error number

Problem: Test fails with different error number.
Solution: Adjust the expected error.

github.com/macvim-dev/macvim - 3cdd799951b4d08f987a8346a8de544e41fab3d7 authored almost 2 years ago
patch 9.0.1436: cannot compare a typed variable with v:none

Problem: Cannot compare a typed variable with v:none.
Solution: Allow for "x is v:none" and...

github.com/macvim-dev/macvim - 2ed57ac3675624b9d943d7753f48855e5dbebdbb authored almost 2 years ago
patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set

Problem: Scrolling too many lines when 'wrap' and 'diff' are set.
Solution: Only scroll by ...

github.com/macvim-dev/macvim - 38d867f041349e1400c2cce9cac06f59ae6ccbb1 authored almost 2 years ago
patch 9.0.1434: crash when adding package already in 'runtimepath'

Problem: Crash when adding package already in 'runtimepath'.
Solution: Change order for usi...

github.com/macvim-dev/macvim - 39c9ec16ea7ef13c5d783481542ee9aa6c05282c authored almost 2 years ago
patch 9.0.1433: on some systems the Lua library is not found

Problem: On some systems the Lua library is not found.
Solution: Check if a subdirectory fo...

github.com/macvim-dev/macvim - 869113f3765d51fc822a61b2ba53d339797c1231 authored almost 2 years ago
patch 9.0.1432: completion popup in wrong position with virtual text "above"

Problem: Completion popup in wrong position with virtual text "above".
Solution: Adjust the...

github.com/macvim-dev/macvim - 6ac2e4392a9d8b89c8824bf94a9da24a6f07c74f authored almost 2 years ago
patch 9.0.1431: getscriptinfo() loops even when specific SID is given

Problem: getscriptinfo() loops even when specific SID is given.
Solution: Only loop when ne...

github.com/macvim-dev/macvim - 2d68b722e3bca7532eb0d83ce773934618f12db5 authored almost 2 years ago
patch 9.0.1430: Livebook files are not recognized

Problem: Livebook files are not recognized.
Solution: Add a pattern for Livebook files. (Ma...

github.com/macvim-dev/macvim - 64002035178ac3e0d9ab7269d1bf06c6ede5a854 authored almost 2 years ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 4204e69cdc69b159670528ef40e420e2c552df9f authored almost 2 years ago
Merge pull request #1399 from macvim-dev/dependabot/github_actions/actions/stale-8

Bump actions/stale from 7 to 8

github.com/macvim-dev/macvim - ecc0c916cd6edef8140fdb7ee430e1aba5414b47 authored almost 2 years ago