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.1590: filetype test has trailing white space

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

247caa378fc1121c99ecc594fab024691a6d7a9b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1589: filetype test contains too many special characters

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

b140c114f641ac4cd4fb04e7bdec031295264a8d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1588: Incsearch not triggered when pasting clipboard register

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

9cf6ab133227ac7e9169941752293bb7178d8e38 authored over 1 year ago by K.Takata <[email protected]>
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...

05843e89601c03389a2d7978e7e16aec641a3dc4 authored over 1 year ago by Jake Stanger <[email protected]>
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...

78ee62563ea940086f094150f0356e38f780c580 authored over 1 year ago by Bram Moolenaar <[email protected]>
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 ...

30805a1aba0067cf0087f9a0e5c184562433e2e7 authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1584: not all meson files are recognized

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

1ba0b9e36f36926a7675b31efeda7d3e495c9157 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2"

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

3a2a60ce4a8e73594bca16814672fcc243d093ac authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

a40c0bcc83c32da02869f59b10538d6327df61c5 authored over 1 year ago by zeertzjq <[email protected]>
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...

a1d5f9f33c68d06475406d6f44d307d5e01adc01 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

9f3afe7a70d50447424b8d7404aae0d641cd827c authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1579: some error messages are not translated

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

d87dec0582db09fd0100b4e81f41d9f2fe58cbb3 authored over 1 year ago by RestorerZ <[email protected]>
patch 9.0.1578: SpellCap highlight not always updated when needed

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

2ac6497f0ef186f0e3ba67d7f0a485bfb612bb08 authored over 1 year ago by Luuk van Baal <[email protected]>
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...

1271572a35ae215fa023d97db9896c5745591024 authored over 1 year ago by K.Takata <[email protected]>
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...

097c5370ea8abab17ceb0f3bcd74f57b1655c7f7 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

a8490a4952c320f234ae4528d4a1e812a27f3a0a authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

167fb6d39b23e0967dabc523ce190e7447114e69 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

d4a9b7f61475f3166cce92b0bad748e8c1eb51fe authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1572: error messages are not translated

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

50809a45ebde327cb6fdcc727d7466e926aed713 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1571: RedrawingDisabled not used consistently

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

79cdf026f1b8a16298ee73be497c4bd5f3458cde authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1570: some tests are slow

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

bf63011a52a3cc32609ae5945665875062a5ae50 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

2bd6a09691fc71974ca7ab5973f8e08fdd2a889a authored over 1 year ago by h-east <[email protected]>
patch 9.0.1568: with 'smoothscroll' cursor may move below botline

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

d49f646bf56b29d44bbb16e79bc877b59aab38ac authored over 1 year ago by Luuk van Baal <[email protected]>
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 ...

d13c254d100509271b37d609c19e45c857352181 authored over 1 year ago by Isao Sato <[email protected]>
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...

74ccbb1f7df5bd5e5bd50dd7fe4ae9799da50274 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

6fadbc1e8c1f4c5b03eb6a78aeb023ca2c2a9a7d authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

0222c2d103ad9298bec4dc8864cd80b4e7559db1 authored over 1 year ago by Luuk van Baal <[email protected]>
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...

c0da540466c89e388e7a15a12bab2f9fc42d9671 authored over 1 year ago by Bram Moolenaar <[email protected]>
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....

7268e539968de227d49ffc66adb79e558502743e authored over 1 year ago by Philip H <[email protected]>
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...

798fa76dbf737f855e47b10bf326453866b429ab authored over 1 year ago by Luuk van Baal <[email protected]>
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...

f741e3ec1fcecc8f23f1b37415dc3e80a31d157e authored over 1 year ago by K.Takata <[email protected]>
patch 9.0.1559: function argument types not always checked

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

2ba51236fb7c27fe16dad4c44242f00e17c19726 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1558: wrong error for unreachable code after :throw

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

a2c0028fdf8dcf0408e27be730ac0e691ef9559b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1557: test failures for unreachable code

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

9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2 authored over 1 year ago by Bram Moolenaar <[email protected]>
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 ...

cf2610c82b64b1785af0804916789295cae45e93 authored over 1 year ago by Bram Moolenaar <[email protected]>
Update runtime files

b7398fe41c9e1e731d058105a34158871ee83e3f authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

e5d91ba1de83949eb9357c0fb8cbd91e7e69be6f authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1554: code for handling 'switchbuf' is repeated

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

e42c27d9e8a18e3786f13f17663914cdd0f63f9e authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
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...

b6a19594b29a7d4f33a1f4324a0579df61f48d06 authored over 1 year ago by Philip H <[email protected]>
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 ...

c416fd4ca82a27c28915695ebab2e0886cd45bca authored over 1 year ago by Philip H <[email protected]>
patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly

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

24b62ec8258cc7c9ca2c09f645f7f6b02584c892 authored over 1 year ago by Luuk van Baal <[email protected]>
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)...

81f277f52664031a56aeabe889f1c36402316dba authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1549: USD filetype is not recognized

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

b848ce6b7e27f24aff47a4d63933e0f96663acfe authored over 1 year ago by Colin Kennedy <[email protected]>
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...

ff40b625a693cf5094abe76b77655f13ad48739b authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1547: Coveralls workflow on CI is commented out

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

12eb0f4ec5a9d9899d09691f944e4fbfdf4318fd authored over 1 year ago by Philip H <[email protected]>
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' ...

54be5fb382d2bf25fd1b17ddab8b21f599019b81 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
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 ...

8667a5678f983ba899825b810ab849952d49bcb8 authored over 1 year ago by Luuk van Baal <[email protected]>
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...

378447fc183b589039a5bf257923a86d439b0a91 authored over 1 year ago by ichizok <[email protected]>
patch 9.0.1543: display errors when making topline shorter

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

5d01f86d99bc3a3fd92d4f4e9338a9e78e9ebe16 authored over 1 year ago by Luuk van Baal <[email protected]>
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...

6c018680be0ec25d42614a93be1ea08df29a9e2a authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1541: CI: sound dummy is disabled

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

e741f039cf46ccfbdaaa274618810787129d152b authored over 1 year ago by Philip H <[email protected]>
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 ...

f9dc278946d52235a0025fd347bd9ff571258470 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1539: typst filetype is not recognized

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

4ce1bda869e4ec0152d7dcbe1e491ceac5341d5e authored over 1 year ago by Gaetan Lepage <[email protected]>
patch 9.0.1538: :wqall does not trigger ExitPre

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

411da64e77ef9d8edd1a5aa80fa5b9a4b159c93d authored over 1 year ago by Bram Moolenaar <[email protected]>
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() ...

65b34868dac4bdc99e1144e36d5315b569795fc4 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1536: CI: sound dummy stopped working

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

5fc7959dcbc43ddf2e9a2a06c547a5c10804e3d1 authored over 1 year ago by Bram Moolenaar <[email protected]>
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.

a4467c433a767cc2dc046ff134094c1b6305b678 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

916d6dd5b1834293e21a72ef70175aae57e78fba authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1533: test for 'smoothscroll' is ineffective

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

6f37e530d3e2d58ff055723047bf91d91af2632c authored over 1 year ago by Luuk van Baal <[email protected]>
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 ...

ab9a2d884b3a4abe319606ea95a5a6d6b01cd73a authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

d1ae8366aff286d41e7f5bc513cc0a1af5130aad authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

aa6ba308a1498dc8da04d1d30ec0470018bf782a authored over 1 year ago by Luuk van Baal <[email protected]>
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.

c9471b18728b1b37c04845ca2bc59fc981308b2d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1528: libsodium encryption is only used with "huge" features

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

dda01c05c2ded3f0d11703bd983a19b6ca7d5055 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

c28e7a2b2f23dbd246a1ad7ad7aaa6f7ab2e5887 authored over 1 year ago by Kenta Sato <[email protected]>
patch 9.0.1526: condition is always true

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

d619d6a9c6fa0e4295c817a88f84f0bab9457bbe authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1525: 'smoothscroll' does not always work properly

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

3ce8c389155fc1257082cdb0cef7801b49f6aaf9 authored over 1 year ago by Luuk van Baal <[email protected]>
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 ...

8cf51376b842e0060edf08bd2e5bd9933c552ecf authored over 1 year ago by zeertzjq <[email protected]>
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...

276410e78f0b82e3123059383994d2f4c578dfbd authored over 1 year ago by zeertzjq <[email protected]>
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...

e4098457ab9c94225b1b0e3c5e06b82b75587971 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1521: failing redo of command with control characters

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

30b6d6104c3d541c41c868989c020b743e01af08 authored over 1 year ago by zeertzjq <[email protected]>
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...

048d9d25214049dfde04c468c14bd1708fb692b8 authored over 1 year ago by Bram Moolenaar <[email protected]>
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 ...

0b70aeb49d6dfd1879162f202150cb1ed5f024ad authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

34a6a3617b5b6ce11372439f14762caddc4b0cea authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGS

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

00d07e7682d289c3afee9df557ae909b9b403f9c authored over 1 year ago by Rose <[email protected]>
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 <...

3ab3a864814f903da8a158c01820e4fbe1013c08 authored over 1 year ago by zeertzjq <[email protected]>
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. ...

03ff1c2dde7f15eca5c9baa6dafbda9b49bedc3b authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1514: test waits unnecessarily long before checking screendump

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

45fcb7928af8ac9bc5685ce7c804b8250866a874 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1513: text scrolls unnecessarily when splitting

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

b926bf47d61360a4ec5e4867714a08d70fd49965 authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set

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

c8502f9b880b6d23baa4f9d28b60e1ceb442e35f authored over 1 year ago by Luuk van Baal <[email protected]>
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...

12e7a1fe7527e9e59adbe248a95b4b532e3ec58c authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1510: misleading variable name for error message

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

70e8028a4d63c83f67bc3314d064613e2041e462 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1509: error message lacks mentioning the erroneous argument

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

23919540367952f7fbb06350d7b5af96316fbd5f authored over 1 year ago by Bram Moolenaar <[email protected]>
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" ...

f2588b6fc90ba85b333ee8f747e8d1ebbc7e6300 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1507: assert message is confusing with boolean result

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

53f5e51628b56ef9171671cd6e9970374036a084 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1506: line number not displayed when using 'smoothscroll'

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

88bb3e0a48f160134bdea98cd2b8bd3af86f9d6f authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1505: error when heredoc content looks like heredoc

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

a93d9cdc74f70ca2c85781496ffae4ca738fcd88 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1504: no error when calling remote_startserver("")

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

17b695190d63b2de745499cb40a383c2672e275e authored over 1 year ago by h-east <[email protected]>
patch 9.0.1503: Luau files are not recognized

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

2dcfe9ae1df61e1249520ed435dd8cf60e157103 authored over 1 year ago by Amaan Qureshi <[email protected]>
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...

5b10a140983c16140d69a214494c4b8af8b34763 authored over 1 year ago by Luuk van Baal <[email protected]>
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...

3ef2e41128bbe372f4e4535429ffa4770f572623 authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

58a44751cec55be1ace0d4be5367dc19bc56be5d authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1499: using uninitialized memory with fuzzy matching

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

caf642c25de526229264cab9425e7c9979f3509b authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

58806c1553afa2924377f6445ac6ed8cb852f9ca authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

971cd2b8bc3e3a7faa886162cd7568938c627882 authored over 1 year ago by Emir SARI <[email protected]>
patch 9.0.1496: test restoring register with wrong value

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

0b933c331d72f4a378fc30d96a7d16eb1aedd1d4 authored over 1 year ago by zeertzjq <[email protected]>
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...

660eb9f9db6e704e39e40c6f0bf747a14de30321 authored over 1 year ago by Kenny Stauffer <[email protected]>
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...

bf1b7132021bac0fccefebb4a1c24a5f372bae4f authored over 1 year ago by Bram Moolenaar <[email protected]>
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...

4e1ca0d9a6c6d66987da67155e97f83f286ffbcc authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1492: using uninitialized memory when argument is missing

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

b7f2270bab102d68f83a6300699b7f98efad81f2 authored over 1 year ago by Bram Moolenaar <[email protected]>