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.1621: FILETYPE_FILE is defined to the same value multiple times

Problem: FILETYPE_FILE is defined to the same value multiple times. Same
for a f...

github.com/macvim-dev/macvim - c81dfaa69ceec9f6b88caf1dcdf2f859d4fcae47 authored over 1 year ago
patch 9.0.1620: Nix files are not recognized from the hashbang line

Problem: Nix files are not recognized from the hashbang line.
Solution: Add a hashbang chec...

github.com/macvim-dev/macvim - 19548c6a742d954ecd0b50b0680c37cc6ced7473 authored over 1 year ago
patch 9.0.1619: the focus gained/lost escape sequences cause trouble

Problem: The focus gained/lost escape sequences cause trouble for a
terminal wher...

github.com/macvim-dev/macvim - 85ef2df075a189da8b767d7554caaed8077de868 authored over 1 year ago
patch 9.0.1618: Trace32 files are not recognized

Problem: Trace32 files are not recognized.
Solution: Add patterns for the t32 filetype. (Ch...

github.com/macvim-dev/macvim - 7fbcee6f928356f1c205a4dfa67c1d542f743b92 authored over 1 year ago
patch 9.0.1617: charidx() result is not consistent with byteidx()

Problem: charidx() and utf16idx() result is not consistent with byteidx().
Solution: When t...

github.com/macvim-dev/macvim - 577922b917e48285a7a312daf7b5bbc6e272939c authored over 1 year ago
patch 9.0.1616: quickfix text field is truncated

Problem: Quickfix text field is truncated.
Solution: Fix output of text field after pattern...

github.com/macvim-dev/macvim - 5bf042810b19a627eda2f170624a0cfd7b4f6ed6 authored over 1 year ago
patch 9.0.1615: URL shortcut files are not recognized

Problem: URL shortcut files are not recognized.
Solution: Add a pattern for URL shortcut fi...

github.com/macvim-dev/macvim - cdb7b4c50826df254d2e5ba8abd211e49b7a9784 authored over 1 year ago
patch 9.0.1614: strlen() called too often for :spellrepall

Problem: strlen() called too often for :spellrepall.
Solution: Store the result in a variab...

github.com/macvim-dev/macvim - 59f7038536a370d771758dc34036cc1424be7421 authored over 1 year ago
patch 9.0.1613: some make output gets picked up by 'errorformat'

Problem: Some make output gets picked up by 'errorformat'.
Solution: Ignore make output by ...

github.com/macvim-dev/macvim - d1911a8e2b1498f0cb0275a98f63dd212204a1a8 authored over 1 year ago
patch 9.0.1612: "skipcol" not reset when using multi-byte characters

Problem: "skipcol" not reset when using multi-byte characters.
Solution: Compare with w_vir...

github.com/macvim-dev/macvim - 15d4747ffd197ffa5b5a41a852a1fe93b6cc35fd authored over 1 year ago
patch 9.0.1611: v:maxcol can be changed in a :for loop

Problem: v:maxcol can be changed in a :for loop.
Solution: Check for read-only loop variabl...

github.com/macvim-dev/macvim - 16d2c02c80e6d4822010816e085cabf91bf91423 authored over 1 year ago
Merge pull request #1405 from ychin/cleanup-window-clearing

Remove unnecessary MacVim-specific window clear

github.com/macvim-dev/macvim - a55fbcb7f7dbccbc0d4dcd550b028f808bab8c3a authored over 1 year ago
patch 9.0.1610: display is wrong when 'smoothscroll' is set

Problem: Display is wrong when 'smoothscroll' is set and scrolling multiple
lines...

github.com/macvim-dev/macvim - d9a92dc70b20c76cef9ca186676583c92c14311c authored over 1 year ago
Remove unnecessary MacVim-specific window clear

During merging from upstream Vim, I noticed that MacVim is doing some
unnecessary clears. From l...

github.com/macvim-dev/macvim - 776c73e3a04c694d7295ef2ddff3011c3ddecc40 authored over 1 year ago
Merge remote-tracking branch 'vim/master'

github.com/macvim-dev/macvim - 519b052cb6b2711dd3d1ce07ebecde2b4f37ca00 authored over 1 year ago
patch 9.0.1609: crash when an object indirectly references itself

Problem: Crash when an object indirectly references itself.
Solution: Avoid clearing an obj...

github.com/macvim-dev/macvim - f7ca56f7193f8b383be43f1f6b3a6c6ca77b4233 authored over 1 year ago
patch 9.0.1608: update_topline() is called twice

Problem: update_topline() is called twice.
Solution: Do not call update_topline() before cu...

github.com/macvim-dev/macvim - 5c606846b9a43c7e6b94c7e96838f7532792f557 authored over 1 year ago
patch 9.0.1607: screenpos() returns wrong row with diff filler lines

Problem: screenpos() returns wrong row with diff filler lines.
Solution: Only add filler li...

github.com/macvim-dev/macvim - 55daae392157823dc5434e6be1344f4336bfe96f authored over 1 year ago
patch 9.0.1606: using freed memory when 'foldcolumn' is set

Problem: Using freed memory when 'foldcolumn' is set.
Solution: Save extra pointer to free ...

github.com/macvim-dev/macvim - 58e1e010454113a7c8a9b0327c54d2ee7d73d2fd authored over 1 year ago
patch 9.0.1605: crash when calling method on super in child constructor

Problem: Crash when calling method on super in child constructor. (Israel
Chauca ...

github.com/macvim-dev/macvim - 114ec813b3a7f70d7a1c86e87226f5273e9d1def authored over 1 year ago
patch 9.0.1604: errors from the codestyle test are a bit confusing

Problem: Errors from the codestyle test are a bit confusing.
Solution: Use assert_report() ...

github.com/macvim-dev/macvim - abc8130d6a680026ffb2cc36b74d239e88f775d6 authored over 1 year ago
patch 9.0.1603: display wrong if scrolling multiple lines with 'smoothscroll'

Problem: Display wrong when scrolling multiple lines with 'smoothscroll'
set.
Sol...

github.com/macvim-dev/macvim - 3c802277604a6b21110e41bedfe4c937ba7c2b7d authored over 1 year ago
patch 9.0.1602: stray character visible if marker on top of double-wide char

Problem: Stray character is visible if 'smoothscroll' marker is displayed
on top ...

github.com/macvim-dev/macvim - ecb87dd7d3f7b9291092a7dd8fae1e59b9903252 authored over 1 year ago
patch 9.0.1601: filetype detection fails for *.conf file without comments

Problem: Filetype detection fails for *.conf file without comments.
(Dmitrii Tcyg...

github.com/macvim-dev/macvim - 664fd12aa27a3c6bd19cfa474c4630d6c03fcc61 authored over 1 year ago
patch 9.0.1600: screenpos() does not take w_skipcol into account

Problem: screenpos() does not take w_skipcol into account.
Solution: Subtract w_skipcol fro...

github.com/macvim-dev/macvim - f0e68c0e2a3539f899e737e5b167622fe081fbbd authored over 1 year ago
patch 9.0.1599: Cursor not adjusted when 'splitkeep' is not "cursor"

Problem: Cursor not adjusted when near top or bottom of window and
'splitkeep' is...

github.com/macvim-dev/macvim - a109f39ef54bc3894768170f02c1b6ac56164488 authored over 1 year ago
patch 9.0.1598: screenchar() and others are wrong with DBCS 'encoding'

Problem: screenchar(), screenchars() and screenstring() do not work
properly when...

github.com/macvim-dev/macvim - 47eec6716b8621fd43bac8ecc9c19089df26705e authored over 1 year ago
patch 9.0.1597: cursor ends up below the window after a put

Problem: Cursor ends up below the window after a put.
Solution: Mark w_crow and w_botline i...

github.com/macvim-dev/macvim - 8509014adda188ee8bdf6a2e123fbf15a91b29d2 authored over 1 year ago
patch 9.0.1596: :registers command does not work in sandbox

Problem: :registers command does not work in sandbox.
Solution: Add flag to the command. (c...

github.com/macvim-dev/macvim - eb43b7f0531bd13d15580b5c262a25d6a52a0823 authored over 1 year ago
patch 9.0.1595: line pointer becomes invalid when using spell checking

Problem: Line pointer becomes invalid when using spell checking.
Solution: Call ml_get() at...

github.com/macvim-dev/macvim - e84c773d42e8b6ef0f8ae9b6c7312e0fd47909af authored over 1 year ago
patch 9.0.1594: some internal error messages are translated

Problem: Some internal error messages are translated.
Solution: Consistently do not transla...

github.com/macvim-dev/macvim - 68ebcee0237d927dd5386073499162389d4d708a authored over 1 year ago
patch 9.0.1593: MS-Windows: assert error when compiled with debug mode

Problem: MS-Windows: assert error when compiled with debug mode.
Solution: Adjust arguments...

github.com/macvim-dev/macvim - 3c240f608c38ef1af67e112e0e689751c003f946 authored over 1 year ago
patch 9.0.1592: not all timer tests are marked as flaky

Problem: Not all timer tests are marked as flaky.
Solution: Set the flaky flag for all time...

github.com/macvim-dev/macvim - 29b4c513b11deb37f0e0538df53d195f602fa42c authored over 1 year ago
patch 9.0.1591: some "gomod" files are not recognized

Problem: Some "gomod" files are not recognized.
Solution: Check for "go.mod" file name befo...

github.com/macvim-dev/macvim - c9fbd2560f24180d2efa40028ed68427341d2d99 authored over 1 year ago
patch 9.0.1590: filetype test has trailing white space

Problem: Filetype test has trailing white space.
Solution: Remove trailing white space.

github.com/macvim-dev/macvim - 247caa378fc1121c99ecc594fab024691a6d7a9b authored over 1 year ago
patch 9.0.1589: filetype test contains too many special characters

Problem: Filetype test contains too many special characters.
Solution: Use Vim9 syntax for ...

github.com/macvim-dev/macvim - b140c114f641ac4cd4fb04e7bdec031295264a8d authored over 1 year ago
patch 9.0.1588: Incsearch not triggered when pasting clipboard register

Problem: Incsearch not triggered when pasting clipboard register on the
command l...

github.com/macvim-dev/macvim - 9cf6ab133227ac7e9169941752293bb7178d8e38 authored over 1 year ago
patch 9.0.1587: Corn config files are not recognized

Problem: Corn config files are not recognized.
Solution: Add a pattern for Corn config file...

github.com/macvim-dev/macvim - 05843e89601c03389a2d7978e7e16aec641a3dc4 authored over 1 year ago
patch 9.0.1586: error for using two messages with ngettext() differing in "%"

Problem: Checking translations gives an error for using two messages with
ngettex...

github.com/macvim-dev/macvim - 78ee62563ea940086f094150f0356e38f780c580 authored over 1 year ago
patch 9.0.1585: weird use of static variables for spell checking

Problem: Weird use of static variables for spell checking.
Solution: Move the variables to ...

github.com/macvim-dev/macvim - 30805a1aba0067cf0087f9a0e5c184562433e2e7 authored over 1 year ago
patch 9.0.1584: not all meson files are recognized

Problem: Not all meson files are recognized.
Solution: Add "meson.options". (Liam Beguin, c...

github.com/macvim-dev/macvim - 1ba0b9e36f36926a7675b31efeda7d3e495c9157 authored over 1 year ago
patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2"

Problem: Get E304 when using 'cryptmethod' "xchacha20v2". (Steve Mynott)
Solution: Add 4th ...

github.com/macvim-dev/macvim - 3a2a60ce4a8e73594bca16814672fcc243d093ac authored over 1 year ago
patch 9.0.1582: :stopinsert may not work in a popup close handler

Problem: :stopinsert may not work in a popup close handler. (Ben Jackson)
Solution: Restore...

github.com/macvim-dev/macvim - a40c0bcc83c32da02869f59b10538d6327df61c5 authored over 1 year ago
patch 9.0.1581: translation does not work for plural argument

Problem: Translation does not work for plural argument.
Solution: Use PLURAL_MSG() for erro...

github.com/macvim-dev/macvim - a1d5f9f33c68d06475406d6f44d307d5e01adc01 authored over 1 year ago
patch 9.0.1580: CI: indent test hangs on FreeBSD

Problem: CI: indent test hangs on FreeBSD.
Solution: Set 'nomore' when running the indent t...

github.com/macvim-dev/macvim - 9f3afe7a70d50447424b8d7404aae0d641cd827c authored over 1 year ago
patch 9.0.1579: some error messages are not translated

Problem: Some error messages are not translated.
Solution: Add the N_() marker on messages....

github.com/macvim-dev/macvim - d87dec0582db09fd0100b4e81f41d9f2fe58cbb3 authored over 1 year ago
patch 9.0.1578: SpellCap highlight not always updated when needed

Problem: SpellCap highlight not always updated when needed.
Solution: Handle updating line ...

github.com/macvim-dev/macvim - 2ac6497f0ef186f0e3ba67d7f0a485bfb612bb08 authored over 1 year ago
patch 9.0.1577: MS-Windows: context menu translations may be wrong

Problem: MS-Windows: context menu translations may be wrong.
Solution: Set the encoding bef...

github.com/macvim-dev/macvim - 1271572a35ae215fa023d97db9896c5745591024 authored over 1 year ago
patch 9.0.1576: users may not know what to do with an internal error

Problem: Users may not know what to do with an internal error.
Solution: Add a translated m...

github.com/macvim-dev/macvim - 097c5370ea8abab17ceb0f3bcd74f57b1655c7f7 authored over 1 year ago
patch 9.0.1575: "file N of M" message is not translated

Problem: "file N of M" message is not translated.
Solution: Make argument count message tra...

github.com/macvim-dev/macvim - a8490a4952c320f234ae4528d4a1e812a27f3a0a authored over 1 year ago
patch 9.0.1574: MS-Windows: list of translation input files incomplete

Problem: MS-Windows: list of translation input files incomplete.
Solution: Move the list of...

github.com/macvim-dev/macvim - 167fb6d39b23e0967dabc523ce190e7447114e69 authored over 1 year ago
patch 9.0.1573: error for function name has wrong line number

Problem: Error for function name has wrong line number.
Solution: Set the line number befor...

github.com/macvim-dev/macvim - d4a9b7f61475f3166cce92b0bad748e8c1eb51fe authored over 1 year ago
patch 9.0.1572: error messages are not translated

Problem: Error messages are not translated.
Solution: Add _().

github.com/macvim-dev/macvim - 50809a45ebde327cb6fdcc727d7466e926aed713 authored almost 2 years ago
patch 9.0.1571: RedrawingDisabled not used consistently

Problem: RedrawingDisabled not used consistently.
Solution: Avoid RedrawingDisabled going n...

github.com/macvim-dev/macvim - 79cdf026f1b8a16298ee73be497c4bd5f3458cde authored almost 2 years ago
patch 9.0.1570: some tests are slow

Problem: Some tests are slow.
Solution: Make a few test cases faster.

github.com/macvim-dev/macvim - bf63011a52a3cc32609ae5945665875062a5ae50 authored almost 2 years ago
patch 9.0.1569: cannot use "this.member" in lambda in class method

Problem: Cannot use "this.member" in lambda in class method.
Solution: Adjust check for res...

github.com/macvim-dev/macvim - 2bd6a09691fc71974ca7ab5973f8e08fdd2a889a authored almost 2 years ago
patch 9.0.1568: with 'smoothscroll' cursor may move below botline

Problem: With 'smoothscroll' cursor may move below botline.
Solution: Call redraw_later() i...

github.com/macvim-dev/macvim - d49f646bf56b29d44bbb16e79bc877b59aab38ac authored almost 2 years ago
patch 9.0.1567: profiler calculation may be wrong on 32 bit builds

Problem: Profiler calculation may be wrong on 32 bit builds.
Solution: Use 64 bit variable ...

github.com/macvim-dev/macvim - d13c254d100509271b37d609c19e45c857352181 authored almost 2 years ago
patch 9.0.1566: Motif: GUI scrollbar test fails in 24 lines terminal

Problem: Motif: GUI scrollbar test fails in 24 lines terminal.
Solution: Skip the part of t...

github.com/macvim-dev/macvim - 74ccbb1f7df5bd5e5bd50dd7fe4ae9799da50274 authored almost 2 years ago
patch 9.0.1565: json lines files are not recognized

Problem: Json lines files are not recognized.
Solution: Add a pattern to detect "jsonl" fil...

github.com/macvim-dev/macvim - 6fadbc1e8c1f4c5b03eb6a78aeb023ca2c2a9a7d authored almost 2 years ago
patch 9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll'

Problem: Display moves up and down with 'incsearch' and 'smoothscroll'.
Solution: Do not ch...

github.com/macvim-dev/macvim - 0222c2d103ad9298bec4dc8864cd80b4e7559db1 authored almost 2 years ago
patch 9.0.1563: GTK3: window manager resize hints are incomplete

Problem: GTK3: window manager resize hints are incomplete.
Solution: Use NULL for second ar...

github.com/macvim-dev/macvim - c0da540466c89e388e7a15a12bab2f9fc42d9671 authored almost 2 years ago
patch 9.0.1562: mixing package managers is not a good idea

Problem: Mixing package managers is not a good idea.
Solution: Install gcc 13 with apt-get....

github.com/macvim-dev/macvim - 7268e539968de227d49ffc66adb79e558502743e authored almost 2 years ago
patch 9.0.1561: display wrong when moving cursor to above the top line

Problem: Display wrong when moving cursor to above the top line and
'smoothscroll...

github.com/macvim-dev/macvim - 798fa76dbf737f855e47b10bf326453866b429ab authored almost 2 years ago
patch 9.0.1560: Win32: When 'encoding' is set $PATH has duplicate entries

Problem: Win32: When 'encoding' is set $PATH has duplicate entries.
Solution: Only append t...

github.com/macvim-dev/macvim - f741e3ec1fcecc8f23f1b37415dc3e80a31d157e authored almost 2 years ago
patch 9.0.1559: function argument types not always checked

Problem: Function argument types not always checked and using v:none may
cause an...

github.com/macvim-dev/macvim - 2ba51236fb7c27fe16dad4c44242f00e17c19726 authored almost 2 years ago
patch 9.0.1558: wrong error for unreachable code after :throw

Problem: Wrong error for unreachable code after :throw.
Solution: Adjust the error message.

github.com/macvim-dev/macvim - a2c0028fdf8dcf0408e27be730ac0e691ef9559b authored almost 2 years ago
patch 9.0.1557: test failures for unreachable code

Problem: Test failures for unreachable code.
Solution: Add a test override to ignore unreac...

github.com/macvim-dev/macvim - 9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2 authored almost 2 years ago
patch 9.0.1556: Vim9: error for missing "return" after "throw"

Problem: Vim9: error for missing "return" after "throw".
Solution: Set had_return flag for ...

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

github.com/macvim-dev/macvim - b7398fe41c9e1e731d058105a34158871ee83e3f authored almost 2 years ago
patch 9.0.1555: setcharsearch() does not clear last searched char properly

Problem: setcharsearch() does not clear last searched char properly.
Solution: Do not accep...

github.com/macvim-dev/macvim - e5d91ba1de83949eb9357c0fb8cbd91e7e69be6f authored almost 2 years ago
patch 9.0.1554: code for handling 'switchbuf' is repeated

Problem: Code for handling 'switchbuf' is repeated.
Solution: Add a function to handle 'swi...

github.com/macvim-dev/macvim - e42c27d9e8a18e3786f13f17663914cdd0f63f9e authored almost 2 years ago
patch 9.0.1553: CI: using slightly outdated gcc version

Problem: CI: using slightly outdated gcc version.
Solution: Use "brew" to get a more recent...

github.com/macvim-dev/macvim - b6a19594b29a7d4f33a1f4324a0579df61f48d06 authored almost 2 years ago
patch 9.0.1552: CI: sound-dummy module is not installed

Problem: CI: sound-dummy module is not installed.
Solution: Invert using the result of the ...

github.com/macvim-dev/macvim - c416fd4ca82a27c28915695ebab2e0886cd45bca authored almost 2 years ago
patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly

Problem: Position of marker for 'smoothscroll' not computed correctly.
Solution: Take 'list...

github.com/macvim-dev/macvim - 24b62ec8258cc7c9ca2c09f645f7f6b02584c892 authored almost 2 years ago
patch 9.0.1550: in cmdline window S-Tab does not select previous completion

Problem: In cmdline window S-Tab does not select previous completion.
(Maxim Kim)...

github.com/macvim-dev/macvim - 81f277f52664031a56aeabe889f1c36402316dba authored almost 2 years ago
patch 9.0.1549: USD filetype is not recognized

Problem: USD filetype is not recognized.
Solution: Add patterns for USD filetype. (Colin Ke...

github.com/macvim-dev/macvim - b848ce6b7e27f24aff47a4d63933e0f96663acfe authored almost 2 years ago
patch 9.0.1548: CI: check in sound-dummy module may throw an error

Problem: CI: check in sound-dummy module may throw an error.
Solution: Check whether apt-ca...

github.com/macvim-dev/macvim - ff40b625a693cf5094abe76b77655f13ad48739b authored almost 2 years ago
patch 9.0.1547: Coveralls workflow on CI is commented out

Problem: Coveralls workflow on CI is commented out.
Solution: Remove the Coveralls workflow...

github.com/macvim-dev/macvim - 12eb0f4ec5a9d9899d09691f944e4fbfdf4318fd authored almost 2 years ago
patch 9.0.1546: some commands for opening a file don't use 'switchbuf'

Problem: Some commands for opening a file don't use 'switchbuf'.
Solution: Use 'switchbuf' ...

github.com/macvim-dev/macvim - 54be5fb382d2bf25fd1b17ddab8b21f599019b81 authored almost 2 years ago
patch 9.0.1545: text not scrolled when cursor moved with "g0" and "h"

Problem: Text not scrolled when cursor moved with "g0" and "h".
Solution: Adjust w_skipcol ...

github.com/macvim-dev/macvim - 8667a5678f983ba899825b810ab849952d49bcb8 authored almost 2 years ago
patch 9.0.1544: recent glibc marks sigset() as a deprecated

Problem: Recent glibc marks sigset() as a deprecated.
Solution: Use sigaction() in mch_sign...

github.com/macvim-dev/macvim - 378447fc183b589039a5bf257923a86d439b0a91 authored almost 2 years ago
patch 9.0.1543: display errors when making topline shorter

Problem: Display errors when making topline shorter and 'smoothscroll' is
set.
So...

github.com/macvim-dev/macvim - 5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16 authored almost 2 years ago
patch 9.0.1542: line not fully displayed if it doesn't fit in the screen

Problem: Line not fully displayed if it doesn't fit in the screen.
Solution: Do not reset s...

github.com/macvim-dev/macvim - 6c018680be0ec25d42614a93be1ea08df29a9e2a authored almost 2 years ago
patch 9.0.1541: CI: sound dummy is disabled

Problem: CI: sound dummy is disabled.
Solution: Make sound dummy work again. (closes #12380)

github.com/macvim-dev/macvim - e741f039cf46ccfbdaaa274618810787129d152b authored almost 2 years ago
patch 9.0.1540: reverse() on string doesn't work in compiled function

Problem: reverse() on string doesn't work in compiled function.
Solution: Accept string in ...

github.com/macvim-dev/macvim - f9dc278946d52235a0025fd347bd9ff571258470 authored almost 2 years ago
patch 9.0.1539: typst filetype is not recognized

Problem: Typst filetype is not recognized.
Solution: Distinguish between sql and typst. (Ga...

github.com/macvim-dev/macvim - 4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e authored almost 2 years ago
patch 9.0.1538: :wqall does not trigger ExitPre

Problem: :wqall does not trigger ExitPre. (Bart Libert)
Solution: Move preparations for :qa...

github.com/macvim-dev/macvim - 411da64e77ef9d8edd1a5aa80fa5b9a4b159c93d authored almost 2 years ago
patch 9.0.1537: message for opening the cmdline window is not translated

Problem: Message for opening the cmdline window is not translated.
Solution: Add gettext() ...

github.com/macvim-dev/macvim - 65b34868dac4bdc99e1144e36d5315b569795fc4 authored almost 2 years ago
patch 9.0.1536: CI: sound dummy stopped working

Problem: CI: sound dummy stopped working.
Solution: Temporarily stop using sound dummy.

github.com/macvim-dev/macvim - 5fc7959dcbc43ddf2e9a2a06c547a5c10804e3d1 authored almost 2 years ago
patch 9.0.1535: test commented out in a wrong way

Problem: Test commented out in a wrong way.
Solution: Use legacy script comment character.

github.com/macvim-dev/macvim - a4467c433a767cc2dc046ff134094c1b6305b678 authored almost 2 years ago
patch 9.0.1534: test for expanding "~" in substitute takes too long

Problem: Test for expanding "~" in substitute takes too long.
Solution: Disable the test fo...

github.com/macvim-dev/macvim - 916d6dd5b1834293e21a72ef70175aae57e78fba authored almost 2 years ago
patch 9.0.1533: test for 'smoothscroll' is ineffective

Problem: Test for 'smoothscroll' is ineffective.
Solution: Change the order of testing "zb"...

github.com/macvim-dev/macvim - 6f37e530d3e2d58ff055723047bf91d91af2632c authored almost 2 years ago
patch 9.0.1532: crash when expanding "~" in substitute causes very long text

Problem: Crash when expanding "~" in substitute causes very long text.
Solution: Limit the ...

github.com/macvim-dev/macvim - ab9a2d884b3a4abe319606ea95a5a6d6b01cd73a authored almost 2 years ago
patch 9.0.1531: crash when register contents ends up being invalid

Problem: Crash when register contents ends up being invalid.
Solution: Check "y_array" is n...

github.com/macvim-dev/macvim - d1ae8366aff286d41e7f5bc513cc0a1af5130aad authored almost 2 years ago
patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff"

Problem: Cursor moves to wrong line when 'foldmethod' is "diff". (Rick
Howe)
Solu...

github.com/macvim-dev/macvim - aa6ba308a1498dc8da04d1d30ec0470018bf782a authored almost 2 years ago
patch 9.0.1529: code style test doesn't check for space after "if"

Problem: Code style test doesn't check for space after "if".
Solution: Add a test for space.

github.com/macvim-dev/macvim - c9471b18728b1b37c04845ca2bc59fc981308b2d authored almost 2 years ago
patch 9.0.1528: libsodium encryption is only used with "huge" features

Problem: Libsodium encryption is only used with "huge" features, even when
manual...

github.com/macvim-dev/macvim - dda01c05c2ded3f0d11703bd983a19b6ca7d5055 authored almost 2 years ago
patch 9.0.1527: crash when using negative value for term_cols

Problem: Crash when using negative value for term_cols.
Solution: Check for invalid term_co...

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

Problem: Condition is always true.
Solution: Remove unnecessary condition. (closes #12359)

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