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

Merge pull request #1413 from ychin/sign-dmg-without-sparkle

Make sign-developer-id work if Sparkle is disabled

ab4a3e2eff46e94252daca4de24ca5fa259cab96 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Add "What's New" page to show release notes after update to new version

Currently when a user uses Sparkle updater to update, they will see the
release notes beforehand...

07336ac22b257239d9e394db3296631d81381c7e authored over 1 year ago by Yee Cheng Chin <[email protected]>
Make sign-developer-id work if Sparkle is disabled

Currently it Sparkle is disabled we remove it from the bundle. Make code
signing resilient to th...

e6236208cf85d38d8c0514cb2fbd50cba06e79cf authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1676: warning for buffer in use when exiting early

Problem: Warning for buffer in use when exiting early.
Solution: Change file names to be ab...

16abd997c99b1a40fb0ba54889ce0cf44d7585b4 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1675: test may run into timeout when using valgrind

Problem: Test may run into timeout when using valgrind.
Solution: Use a longer timeout when...

7c2beb48ef46cf5f1ed7e8512ef5a7c9099e5ae4 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1674: help for builtin functions is not sorted properly

Problem: Help for builtin functions is not sorted properly.
Solution: Put err_teapot() help...

416bd916b4cc4502eb734218f406e4edd8dd199c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1673: cannot produce a status 418 or 503 message

Problem: Cannot produce a status 418 or 503 message.
Solution: Add err_teapot().

80adaa8ae8398403ca4e9797219ea9a501fc76a5 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1411 from ychin/fix-clock_gettime-10.9-deployment

Fix legacy builds crashing in 10.9-10.11 by disabling clock_gettime

9bae3e404c87a28572c97a9b7dcb516fc925137e authored over 1 year ago by Yee Cheng Chin <[email protected]>
Fix legacy builds crashing in 10.9-10.11 by disabling clock_gettime

Recent Vim builds introduced the use of clock_gettime(), which on macOS
was only introduced in 1...

aebdca4339b0625165ec27fbc475a87f73b25ccd authored over 1 year ago by Yee Cheng Chin <[email protected]>
Merge pull request #1409 from ychin/create-dmg-upgrade

Upgrade create-dmg and build DMG disk image with APFS

3aa035b5113289e7c35a4b8d5bc8e387c42fbff0 authored over 1 year ago by Yee Cheng Chin <[email protected]>
Configure dmg builds to use newer APFS/LZFSE formats for non-legacy build

Use newer formats for creating the DMG file for distributing MacVim.
APFS has been supported ful...

1bf160678cfc20b8d8e0f0fb41fd18b897e292df authored over 1 year ago by Yee Cheng Chin <[email protected]>
Update create-dmg to latest (1.1.1)

Latest version hasn't been officially released yet as they don't
frequently release new versions...

5614bcc719a103936493b077eb7fc12946a08c6b authored over 1 year ago by Yee Cheng Chin <[email protected]>
Move create-dmg from src/ to src/MacVim/

Currently all other MacVim-related source code are in that folder. This
just makes it a little e...

77277e5f248860f656bf2a5ea78bf46479140f78 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1672: tabline highlight wrong after truncated double width label

Problem: Tabline highlight wrong after truncated double width label.
Solution: Fill up half...

d392a74c5a8af8271a33a20d37ae1a8ea422cb4b authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1671: Termdebug: error with more than 99 breakpoints

Problem: Termdebug: error with more than 99 breakpoints.
Solution: Use a different sign for...

e7d9ca2b3bf99b0b759be8952e02c77110a354c1 authored over 1 year ago by skywind3000 <[email protected]>
patch 9.0.1670: resetting local option to global value is inconsistent

Problem: Resetting local option to global value is inconsistent.
Solution: Handle "<" speci...

bf5f189e449d6517239b79804d7a422a46946838 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1669: Crash syncing swapfile in new buffer when using sodium crypt

Problem: Crash syncing swapfile in new buffer when using sodium crypt.
(James McC...

19e6c4fd2d262075d39cb802ea5b85f5ec92f153 authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1668: PEM files are not recognized

Problem: PEM files are not recognized.
Solution: Add patterns to match PEM files. (closes #...

0256d76a3392aef270b38d1cf7633008e45c2003 authored over 1 year ago by ObserverOfTime <[email protected]>
patch 9.0.1667: regression test doesn't fail when fix is reverted

Problem: Regression test doesn't fail when fix is reverted.
Solution: Add "n" to 'cpoptions...

e42989374144a63d986b878618aeac328e35ac3b authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1666: compiler may warn for uninitialized variable

Problem: Compiler may warn for uninitialized variable.
Solution: Initialize this_props_len....

a2a90d5e202c3f8c5cbbf945b94833007b5711e7 authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1665: empty CmdlineEnter autocommand causes errors in Ex mode

Problem: Empty CmdlineEnter autocommand causes errors in Ex mode.
Solution: Save and restor...

590aae35575cbd74d80c41d87fc647f2812aad70 authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set

Problem: Divide by zero when scrolling with 'smoothscroll' set.
Solution: Avoid using a neg...

8154e642aa476e1a5d3de66c34e8289845b2b797 authored over 1 year ago by fullwaywang <[email protected]>
patch 9.0.1663: Termdebug on MS-Windows: some file names are not recognized

Problem: Termdebug on MS-Windows: some file names are not recognized.
Solution: Do not alwa...

c9a4a8ab28da2b11856a3f08ccba2e91f46b85c3 authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1662: crash when using a class member twice

Problem: Crash when using a class member twice. (Christian J. Robinson)
Solution: Make a co...

4e2406c7a9d5f7f03faec8c42fac15c192fb59b0 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1661: BUCK files are not recognized

Problem: BUCK files are not recognized.
Solution: Recognize BUCK files as "bzl". (Son Luong...

b46e0f3263acd99c61df06ee3c4d1f6e0b471bc3 authored over 1 year ago by Son Luong Ngoc <[email protected]>
patch 9.0.1660: error for using matchfuzzy() returning a list of dicts

Problem: Error for using matchfuzzy() in Vim9 script returning a list of
dicts.
S...

2d8e9985440d2f1ebb1be55296f371e10739bc76 authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1659: Termdebug: default highlight cleared if changing colorscheme

Problem: Termdebug: default highlight cleared when changing colorscheme.
Solution: Use a Co...

279de0cd1f58ea520826a3dd1c5562a71157b23b authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1658: autoload files for "zig" are not installed

Problem: Autoload files for "zig" are not installed.
Solution: Add install and uninstall ru...

c8b6d4b37853b24c92d9166eb48636918b6e676e authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1657: one more syntax test depends on the system

Problem: One more syntax test depends on the system.
Solution: Use "dash" instead of "sh".

79186bee785081322c198f0074cb1f2d07764eb6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1656: syntax test fails when detected shell type differs

Problem: Syntax test fails when detected shell type differs.
Solution: Avoid using "/bin/sh...

7d0dbd0070fd8ed86b08f81f6acfad9a5fe55672 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1655: syntax test fails when Vim window is not tall enough

Problem: Syntax test fails when Vim window is not tall enough.
Solution: Make sure each ter...

2f43ec9363b8f4120609ef43841a5524fed0f7d7 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1654: MS-Windows: test for default 'viewdir' fails

Problem: MS-Windows: test for default 'viewdir' fails.
Solution: Escape the pattern.

813b7a85f2489e9f698239a9fee17c64da68f435 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1653: Amiga: default 'viewdir' may not work

Problem: Amiga: default 'viewdir' may not work.
Solution: Use "home:" instead of "$VIM". Ad...

b8b1c8ebd4e62d4567aa16b57b25823b80bfc76f authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1652: unclear why syntax test fails on Mac

Problem: Unclear why syntax test fails on Mac.
Solution: Echo v:errors when it's not empty.

bd32e8ad8d23737d022b3f3ae7540892ab279304 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1651: unclear why syntax test fails on Mac

Problem: Unclear why syntax test fails on Mac.
Solution: Temporarily show the whole "messag...

10c1dbc06a5f8bb8c530f85158505e4f53b07606 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1650: MS-Windows: default 'viewdir' may include read-only directory

Problem: MS-Windows: default 'viewdir' may include read-only directory.
Solution: Use $HOME...

801961d2c2876e5d2d0b52a585b9d04535168ebd authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1649: syntax test failure causes script to abort

Problem: Syntax test failure causes script to abort.
Solution: Fix appending string to list.

c6530c9d6860fcc5074371f84768be82bae597f6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1648: result of syntax tests is hard to see

Problem: Result of syntax tests is hard to see.
Solution: List the failed tests.

031d6321885c15c054d28e3a434de743c1b3193d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1647: insufficient testing for syntax plugins

Problem: Insufficient testing for syntax plugins.
Solution: Add shell file examples. (Charl...

1aa5f1c21fea60fe64cdcdf6990bf43ea5cc78a0 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1646: CI: codecov may take a very long time to run

Problem: CI: codecov may take a very long time to run.
Solution: Add a timeout. (Philip Hei...

982ded68b660d6c9849bfdc1b0dc469909266e1e authored over 1 year ago by Philip H <[email protected]>
patch 9.0.1645: zserio files are not recognized

Problem: zserio files are not recognized.
Solution: Add a pattern for zserio files. (Domini...

2b994da57a0ac6ec0ec09fe3783f48ecd2bce610 authored over 1 year ago by =?UTF-8?q?Dominique=20Pell=C3=A9?= <[email protected]>
patch 9.0.1644: not all filetype file name matches are tested

Problem: Not all filetype file name matches are tested.
Solution: Add more file names to te...

bd087ae8f07f026bbd179911830027ff92f42c01 authored over 1 year ago by smjonas <[email protected]>
patch 9.0.1643: filetype detection fails if file name ends in many '~'

Problem: Filetype detection fails if file name ends in many '~'.
Solution: Strip multiple '...

c12e4eecbb26cedca96e0810d3501043356eebaa authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1642: build failure with tiny features

Problem: Build failure with tiny features.
Solution: Add #ifdef's.

545c8a506e7e0921ded7eb7ffe3518279cbcb16a authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1641: the log file does not give information about window sizes

Problem: The log file does not give information about window sizes.
Solution: Add a few log...

55f1b822d8516a5afa42c9e5ac980f2395c70ad0 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

a27b466e4da2173160ed161ef9e307d0806769d3 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1640: compiler warning for unused variables without crypt feature

Problem: Compiler warning for unused variables without the crypt feature.
Solution: Adjust ...

7f29122c8ce2ca224d21abbaeb35e38bc354d95d authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1639: build failure without the crypt feature

Problem: Build failure without the crypt feature.
Solution: Adjust #ifdefs

bc385a150f9d812bb3e54ff0d5db75d3c6c3bb43 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1638: crypt tests hang and cause memory errors

Problem: crypt tests hang and cause memory errors
Solution: Move variable to start of funct...

438d0c5e58aa475179ade9a1b99013733c5b8f06 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1637: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable.
Solution: Move the variable to an inn...

54f50cbf6a470316a262e4389d62424e6f06b81c authored over 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1636: expanding a pattern interferes with cmdline completion

Problem: Expanding a pattern interferes with command line completion.
Solution: Set the fil...

094dd152fe1d47878ec6c0b3f54b03ffde7f4a2d authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1635: error message is cleared when removing mode message

Problem: Error message is cleared when removing mode message.
Solution: Also reset flags wh...

da51ad51bf4fbd66619786d0e6a83fb3ca09930b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1634: message is cleared when removing mode message

Problem: Message is cleared when removing mode message (Gary Johnson).
Solution: Do not cle...

800cdbb7caeb5dd4379c6cb071bb12391f20bcf3 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1633: duplicate code for converting float to string

Problem: Duplicate code for converting float to string.
Solution: Use tv_get_string(). (clo...

19dfa276c37dcf657922c6f9b48cf2954191e8b6 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1632: not all cabal config files are recognized

Problem: Not all cabal config files are recognized.
Solution: Add a couple of patterns. (Ma...

166cd7b801ebe4aa042a9bbd6007d1951800aaa9 authored over 1 year ago by Marcin Szamotulski <[email protected]>
patch 9.0.1631: passing wrong variable type to option gives multiple errors

Problem: Passing a wrong variable type to an option gives multiple errors.
Solution: Bail o...

4c7cb372c17a84c8a35254d93eb37cb854cd39da authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1630: "make clean" at the toplevel fails

Problem: "make clean" at the toplevel fails.
Solution: Clean the indent and syntax director...

8d687a7424b33b7ad7f6778b0c5d092a44f4bc3a authored over 1 year ago by Ben Jackson <[email protected]>
patch 9.0.1629: having utf16idx() rounding up is inconvenient

Problem: Having utf16idx() rounding up is inconvenient.
Solution: Make utf16idx() round dow...

95707037afa1aeae4f3494dc623a721ceed7fc4e authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1628: syntax tests fail on FreeBSD

Problem: Syntax tests fail on FreeBSD.
Solution: Pass the Vim executable path with VIMPROG....

d5b952a871835b057176fd37fc91b971e8e3f300 authored over 1 year ago by K.Takata <[email protected]>
patch 9.0.1627: no generic mechanism to test syntax plugins

Problem: No generic mechanism to test syntax plugins.
Solution: Add a syntax plugin test me...

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

10e8ff9b26078994cae57c2422b145d37aaf714e authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1626: Visual area not shown when using 'showbreak'

Problem: Visual area not shown when using 'showbreak' and start of line is
not vi...

f578ca2c8f36b61ac3301fe8b59a8473c964cdc2 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1625: "super" is not considered a reserved name

Problem: "super" is not considered a reserved name.
Solution: Add "super" to the list of re...

ce723f391844695a07d9af02ef60330afd3e158c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1624: crash when calling object constructor

Problem: Crash when calling object constructor from legacy script. (Israel
Chauca...

5ca05fa59e587f9724306d4788c5dde07fc7225b authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1623: the program to filetype translation is not exported

Problem: The program to filetype translation is not exported.
Solution: Export Exe2filetype().

f07d1a7108f29068efeb61d91454c4120ab5ae6c authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1622: filetype name t32 is a bit obscure

Problem: Filetype name t32 is a bit obscure.
Solution: Rename t32 to trace32. (Christoph Sa...

740df76c90ee2c421ab7852b7ff2835aa0af782a authored over 1 year ago by Christoph Sax <[email protected]>
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...

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

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

85ef2df075a189da8b767d7554caaed8077de868 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1618: Trace32 files are not recognized

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

7fbcee6f928356f1c205a4dfa67c1d542f743b92 authored over 1 year ago by Christoph Sax <[email protected]>
patch 9.0.1617: charidx() result is not consistent with byteidx()

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

577922b917e48285a7a312daf7b5bbc6e272939c authored over 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1616: quickfix text field is truncated

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

5bf042810b19a627eda2f170624a0cfd7b4f6ed6 authored over 1 year ago by Shane Harper <[email protected]>
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...

cdb7b4c50826df254d2e5ba8abd211e49b7a9784 authored over 1 year ago by ObserverOfTime <[email protected]>
patch 9.0.1614: strlen() called too often for :spellrepall

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

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

d1911a8e2b1498f0cb0275a98f63dd212204a1a8 authored over 1 year ago by Gregory Anders <[email protected]>
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...

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

16d2c02c80e6d4822010816e085cabf91bf91423 authored over 1 year ago by Bram Moolenaar <[email protected]>
Merge pull request #1405 from ychin/cleanup-window-clearing

Remove unnecessary MacVim-specific window clear

a55fbcb7f7dbccbc0d4dcd550b028f808bab8c3a authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1610: display is wrong when 'smoothscroll' is set

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

d9a92dc70b20c76cef9ca186676583c92c14311c authored over 1 year ago by zeertzjq <[email protected]>
Remove unnecessary MacVim-specific window clear

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

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

519b052cb6b2711dd3d1ce07ebecde2b4f37ca00 authored over 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1609: crash when an object indirectly references itself

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

f7ca56f7193f8b383be43f1f6b3a6c6ca77b4233 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1608: update_topline() is called twice

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

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

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

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

114ec813b3a7f70d7a1c86e87226f5273e9d1def authored over 1 year ago by Ernie Rael <[email protected]>
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() ...

abc8130d6a680026ffb2cc36b74d239e88f775d6 authored over 1 year ago by Bram Moolenaar <[email protected]>
patch 9.0.1603: display wrong if scrolling multiple lines with 'smoothscroll'

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

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

ecb87dd7d3f7b9291092a7dd8fae1e59b9903252 authored over 1 year ago by zeertzjq <[email protected]>
patch 9.0.1601: filetype detection fails for *.conf file without comments

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

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

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

a109f39ef54bc3894768170f02c1b6ac56164488 authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1598: screenchar() and others are wrong with DBCS 'encoding'

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

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

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

eb43b7f0531bd13d15580b5c262a25d6a52a0823 authored over 1 year ago by Julio B <[email protected]>
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...

e84c773d42e8b6ef0f8ae9b6c7312e0fd47909af authored over 1 year ago by Luuk van Baal <[email protected]>
patch 9.0.1594: some internal error messages are translated

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

68ebcee0237d927dd5386073499162389d4d708a authored over 1 year ago by RestorerZ <[email protected]>
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...

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

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

c9fbd2560f24180d2efa40028ed68427341d2d99 authored over 1 year ago by Omar El Halabi <[email protected]>