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.0737: Lisp word only recognized when a space follows

Problem: Lisp word only recognized when a space follows.
Solution: Also match a word at the...

d26c5805bcbd630dab0478c2d22503a6e32a83c1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0736: quickfix listing does not handle very long messages

Problem: Quickfix listing does not handle very long messages.
Solution: Use a growarray ins...

f8412c9d7cc487dacf47a217ae947da68a525c53 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0735: breakindent and scrolloff tests fail

Problem: Breakindent and scrolloff tests fail.
Solution: Temporarily skip the assertions.

e42033e735febb163fdc57aadbc11787ca611ba9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'

Problem: Cursor position invalid when scrolling with 'smoothscroll' set.
(Ernie R...

2fbabd238a94022c99506e920186a5b6cdf15426 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0733: use of strftime() is not safe

Problem: Use of strftime() is not safe.
Solution: Check the return value of strftime(). Us...

84d14ccdb50dc9f362066a2c83bfaf331314e5ea authored about 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0732: no check for white space before and after "=<<"

Problem: No check for white space before and after "=<<". (Doug Kearns)
Solution: Check for...

d987642626f84fe2f0b32a1ca5ede31b436ce677 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0731: clang-tidy configuration files are not recognized

Problem: clang-tidy configuration files are not recognized.
Solution: Recognize clang-tidy ...

af40f9af335e0c8b167eac31ceace45b6a2e0565 authored about 2 years ago by dundargoc <[email protected]>
patch 9.0.0730: startup test fails with right-left feature

Problem: Startup test fails with right-left feature.
Solution: Do not delete test file too ...

9ce7915d0667e6cb8f930634473f0caf2967f4e3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0729: the rightleft and arabic features are disabled

Problem: The rightleft and arabic features are disabled.
Solution: Re-enable the features, ...

ae906c8b1bf023f4a15f38b4abef9dedc2f18467 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1312 from ychin/text-input-client-support-lookup

Support dictionary/data lookups of text

80a7ca9f161eceea7eb09e7e8241145f7542ecc3 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Support dictionary/data lookups of text

This adds support for looking up data under the mouse cursor. Usually it
will bring up a diction...

83e925e9230bbdff93379b5dde3b8b36b561eb40 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0728: extend() test fails

Problem: extend() test fails.
Solution: Item is final, not const.

a4962cd7bac8464d9f8d95d37614ecf595c5487e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0727: help in the repository differs from patched version too much

Problem: Help in the repository differs from patched version too much.
Solution: Make a pat...

7c6cd443757348aa987eed87506549ab6b2079fe authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0726: looping over list of lists works in script, not in function

Problem: Looping over list of lists and changing the list contents works in
Vim9 ...

159b2d5bfc4edc013024e8c996141d37542ebc15 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off

Problem: Virtual text "after" wraps to next line even when 'wrap' is off
and 'lis...

7e017461e21ac534f8a0d59c1165d11358c69d87 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0724: closure in compiled function gets same variable in block

Problem: Closure in compiled function gets same variable in block.
Solution: At the end of ...

a275f2cdcc4353e7653a69c7c818422db5da599d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0723: extra empty line below virtual text when 'list' is set

Problem: Extra empty line below virtual text when 'list' is set.
Solution: Do not reset lcs...

a9a364872e41932990aba1787af65f67c7e14917 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0722: virtual text "after" does not show with 'list' set

Problem: Virtual text "after" does not show with 'list' set.
Solution: Do not break out of ...

877151b3d8f6dacca56ce8e7f20fa5b27142d782 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0721: virtual text "above" with padding not displayed correctly

Problem: Virtual text "above" with padding not displayed correctly.
Solution: Take padding ...

9466fb8001227a4bc9045e91045426bc40680366 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasing

Problem: MS-Windows GUI may have pixel dust from antialiasing.
Solution: When a character c...

0c502d2e7031611788c301c7da0896f0fd9515fd authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0719: too many delete() calls in tests

Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.

56564964e6d0956c29687e8a10cb94fe42f5c097 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0718: extra empty line between two virtual text "below"

Problem: Extra empty line between two virtual text "below" when 'wrap' and
'numbe...

ccf2837a05cef0ea4913ebff4f2f6000bc050271 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0717: compiler warning for unused variable in tiny build

Problem: Compiler warning for unused variable in tiny build.
Solution: Add #ifdefs.

d3283fba2593d093593fc692702aabfaa2a68523 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0716: with 'nowrap' virtual text "after" does not scroll left

Problem: With 'nowrap' virtual text "after" does not scroll left.
Solution: Skip part of th...

cd105417a53fcf97c0935f3468201ef11516c9f1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0715: wrong argument for append() gives two error messages

Problem: Wrong argument for append() gives two error messages.
Solution: When getting an er...

801cd35e7e3b21e519e12a1610ee1d721e40893e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctly

Problem: With 'nowrap' two virtual text below not displayed correctly.
Solution: Set text_p...

1206c163dbc8caace86e53f375f298af6cfab75a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0713: <amatch> of MenuPopup event is expanded like a file name

Problem: <amatch> of MenuPopup event is expanded like a file name.
Solution: Do not expand ...

c601d988b6b1a672f71e3d61f4aaa4f7742a3a21 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum

Problem: Wrong column when calling setcursorcharpos() with zero lnum.
Solution: Set the lin...

79f234499b6692cc16970b7455bc9b002242632f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0711: SubStation Alpha files are not recognized

Problem: SubStation Alpha files are not recognized.
Solution: Add patterns for SubStation A...

084f2620ec7d08d6043de30436197c002fffe3ec authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0710: quitting/unloading/hiding a terminal does not work properly

Problem: Quitting/unloading/hiding a terminal buffer does not always work
properl...

4282633ba63f6e11f2fe42c4b7758dace184f30d authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1310 from ychin/macvim-file-close-terminal

Add File.Close support for terminal which also makes it work for Cmd-W

bb4c48ae7ed40fbbc3655ae5d8ece48de67a5a6a authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0709: virtual text "after" not correct with 'nowrap'

Problem: Virtual text "after" not correct with 'nowrap'.
Solution: Do not display "after" t...

f167c7b42476f8ab5b32c3c5ccbdca914316e96b authored about 2 years ago by Bram Moolenaar <[email protected]>
Add File.Close support for terminal which also makes it work for Cmd-W

Since Vim upstream added support for `:confirm q` for terminals, we can
now get our File.Close m...

f8462bd3b436028f40f4b52f55675d534a0d1d1c authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

09d44aa8c51661f86f3875536fdf5520265b30ed authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0708: :confirm does not work properly for a terminal buffer

Problem: :confirm does not work properly for a terminal buffer.
Solution: Handle :confirm f...

15b314ffbb93f934b72cb71aa8f881caea026256 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0707: with 'smoothscroll' cursor position not adjusted in long line

Problem: With 'smoothscroll' and 'scrolloff' non-zero the cursor position
is not ...

118c235112854f34182d968613d7fe98be3b290b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0706: :help in a narrow window always opens at the top

Problem: :help in a narrow window always opens at the top.
Solution: Respect 'splitbelow'. ...

28f7e701b7857cfc5ab5531ee7ac26e2542ad662 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0705: virtual text truncation does not take padding into account

Problem: Virtual text truncation does not take padding into account.
Solution: Subtract the...

13845c48d8ca96e0fa5bb237db519dd00045742f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0704: CI runs "tiny" and "small" builds, which are the same

Problem: CI runs "tiny" and "small" builds, which are the same.
Solution: Remove the "small...

b7af5a044525b72ad607a8bf4fcfff9b9b7565df authored about 2 years ago by Naruhiko Nishino <[email protected]>
patch 9.0.0703: failing check for argument type for const any

Problem: Failing check for argument type for const any.
Solution: Check for any type proper...

330d64d32cbb8ba7cdfe8dc0bedd4caff3bb01e8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0702: incomplete testing cursor position with 'linebreak' set

Problem: Incomplete testing cursor position after change with 'linebreak'
set.
So...

30c0c467d6cc2a7af960ccb9002b50115b0e55cf authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0701: with 'smoothscroll' cursor position not adjusted in long line

Problem: With 'smoothscroll' the cursor position s not adjusted in a long
line.
S...

8cf3459878198c5bb4a96f3c63214b2beccce341 authored about 2 years ago by Bram Moolenaar <[email protected]>
Update documentation to remove +sound from TODO

This was implemented in upstream Vim.

89e86cc7e4c6ea28767f22b82e3519c37ddf897f authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

996a256ed5c9b64fb735e02e4966ba65fce8345c authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0700: there is no real need for a "big" build

Problem: There is no real need for a "big" build.
Solution: Move common features to "normal...

25f3a146a0e4c731b8608f4cfbbfdf7a71b2d05e authored about 2 years ago by Martin Tournoij <[email protected]>
Merge pull request #1308 from ychin/menu-enabled-state-fix

Fix menu items like Edit.Cut/Copy not disabled in normal mode

47023e1cff4f4183cc0ff119d7bab8e47044dec5 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0699: tiny build fails

Problem: Tiny build fails.
Solution: Add #ifdef.

bf499c0e6f30a94fe062f83ea0190f93178d0d74 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0698: VisVim is outdated, does not work with current Visual Studio

Problem: VisVim is outdated, does not work with current Visual Studio.
Solution: Remove Vis...

251c1e2ed810d532f7c7d7eb5d6ed5e28a12e501 authored about 2 years ago by Martin Tournoij <[email protected]>
patch 9.0.0697: cursor in wrong position with Visual substitute

Problem: Cursor in wrong position with Visual substitute.
Solution: When restoring 'linebre...

16dab41537ae206f4cab676ad53edbae5fd5fb45 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0696: it is unclear if the +rightleft and +arabic features are used

Problem: It is unclear if the +rightleft and +arabic features are actively
being ...

fbdce1850098e7e9364993cd8c51e4a686c01ae9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0695: failing check for dictionary type for const any

Problem: Failing check for dictionary type for const any.
Solution: Check for any type prop...

0089ce293f885afc2b77f12aa110f33b2101973a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0694: no native sound support on Mac OS

Problem: No native sound support on Mac OS.
Solution: Add sound support for Mac OS. (Yee Ch...

4314e4f7da4db5d85f63cdf43b73be3689502c93 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0693: browse() first argument cannot be a bool

Problem: browse() first argument cannot be a bool.
Solution: Use tv_get_bool_chk() instead ...

5a049846e4c54d70094c3f29ffbd340c75e9c50e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0692: PoE filter files are not recognized

Problem: PoE filter files are not recognized.
Solution: Add a pattern to detect PoE filter ...

b7f52f5659c68b61ccc645ef866f8fd82361cd26 authored about 2 years ago by ObserverOfTime <[email protected]>
patch 9.0.0691: lalloc(0) error in listchars test

Problem: lalloc(0) error in listchars test.
Solution: Skip generating text for tab if tab_l...

2b7b4f7670f607704307f7715ce56752757c22e3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0690: buffer size for expanding tab not correctly computed

Problem: Buffer size for expanding tab not correctly computed.
Solution: Correctly use size...

a0789478f6ebbb823670b7e14ce13ea3fd3b0217 authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix menu items like Edit.Cut/Copy not disabled in normal mode

We are using auto-enabling of menu items, which require each target of
macaction to implement va...

08a85b2b2b02cf7ddeb0e47b324c8358e65d92cf authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1307 from ychin/docs-add-reference-to-os-appearance

Add clearer documentation about how to query the system appearance mode

29f05303dbe23901c196f8f35cca9eaec2022e1f authored about 2 years ago by Yee Cheng Chin <[email protected]>
Add clearer documentation about how to query the system appearance mode

See #1306

52dcad216b366fb56b580ddf46e7c045df13dcf2 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0689: compiler warning for unused function

Problem: Compiler warning for unused function.
Solution: Add #ifdef. (John Marriott)

fcb86b0a99a9abedc408c99dae7591b6da832be8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0688: debugger does not display the whole command

Problem: Debugger does not display the whole command.
Solution: Set ea.cmd before checking ...

33b55b562b90e5cc0091fa39d87cd60956c73f57 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0687: "export def" does not work in a nested block

Problem: "export def" does not work in a nested block.
Solution: Do not handle "export" wit...

5ab300195b0831cbdba3ce349416a0e6a218e4ef authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0686: the right ALT key does not work on some MS-Windows keyboards

Problem: The right ALT key does not work on some MS-Windows keyboards.
Solution: Adjust the...

8d8b9758ced52b6303af95ad7e28ae9c5636cdf8 authored about 2 years ago by Anton Sharonov <[email protected]>
patch 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 script

Problem: FORTIFY_SOURCE causes a crash in Vim9 script.
Solution: Use a pointer to the first...

07eaa1ede4a39b6a95203beebd94943b62a216c1 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0684: skipped :exe command fails compilation on MS-Windows

Problem: Skipped :exe command fails compilation on MS-Windows.
Solution: Adjust return valu...

2eae3d24d7fe8beed64652bc5c1cbddd09dafc9a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0683: cannot specify a time for :echowindow

Problem: Cannot specify a time for :echowindow.
Solution: A count can be used to specify th...

bdc09a18fca32715687d9911a431da69186528cc authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0682: crash when popup with deleted timer is closed

Problem: Crash when popup with deleted timer is closed. (Igbanam
Ogbuluijah)
Solu...

cf3d0eaf47a56a52b355d8faf4e59685396f9c05 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1305 from ychin/fix-emenu-crash

Fix :emenu crash when it's associated with a macaction in a non-valid mode

2fbd8bf2ce5568408a70844718d85e5bc1d49a88 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix :emenu crash when it's associated with a macaction in a non-valid mode

The existing emenu code has this odd exception where if you invoke it on
a menu with <Nop> bound...

b43fee4c096e4b2fdd79e3e56e8fb0575d1c5e3f authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge remote-tracking branch 'vim/master'

f1749a22cbf2f57fdd2420eea6be7c5edee257da authored about 2 years ago by Yee Cheng Chin <[email protected]>
Merge pull request #1303 from ychin/warnings-fixes

Fix misc MacVim warnings

f6cabb187268c0e8676630d4b4a1b7b402488d7f authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set

Problem: "<<<" shows for 'smoothscroll' even when 'showbreak is set.
Solution: When 'showbr...

0937b9fb244949b7ce9bfcf8398d7495b9b6aa85 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo'

Problem: Tests failing with 'breakindent', 'number' and "n" in 'cpo'.
Solution: Do count th...

3725116f6ec3b5c01e456b151a60c0690e04f76c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo'

Problem: Tests failing with 'smoothscroll', 'number' and "n" in 'cpo'.
Solution: Do not cou...

35b251d2c2c9d415887d334473669ea886117356 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0678: using exclamation marks on :function

Problem: Using exclamation marks on :function.
Solution: Use :func and :endfunc as usual.

97f0eb169bf805c372b13c6bc9a03da2e75e3354 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0677: breakindent test accepts wrong result

Problem: Breakindent test accepts wrong result.
Solution: Fix the number column and adjust ...

06618f94f1c9ed73a84ad5d6a8e1933b0b8da846 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0676: CI on Mac M1 with gcc actually uses clang

Problem: CI on Mac M1 with gcc actually uses clang.
Solution: Remove the gcc task. (Ozaki K...

d459020c62f945ca089a6f7349d559cc9db8596b authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0675: search test screendump is outdated

Problem: Search test screendump is outdated.
Solution: Update the screendump for improved d...

851907a7ab2db84e1e93c3f7ef417cc46c5c19c7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0674: build error with tiny version

Problem: Build error with tiny version.
Solution: Use PLINES_NOFILL macro.

4d31b48a114c106ec18ceaae9cfd084b8ca7faee authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0673: first line wong with 'smoothscroll' and 'scrolloff' zero

Problem: First line not scrolled properly with 'smoothscroll' and
'scrolloff' zer...

46b54747c5d252c584571a321231bad9330018ec authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0672: line partly shows with 'smoothscroll' and 'scrolloff' zero

Problem: Cursor line only partly shows with 'smoothscroll' and 'scrolloff'
zero.
...

9bab7a024393200bb2c03b3abddfda86436990a7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0671: negative topline using CTRL-Y with 'smoothscroll' and 'diff'

Problem: Negative topline using CTRL-Y with 'smoothscroll' and 'diff'.
(Ernie Rae...

1a58e1d97cfc72e501cbf63ad75f46f1bb4c8da2 authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix warning: zoomAll / makeWindowsPerform

Fix the deprecation warning on makeWindowsPerform. While we could simply
replace it with the mor...

c41e05baac96c0e26d8a593dd477fe4c292be115 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0670: no space for command line when there is a tabline

Problem: No space for command line when there is a tabline.
Solution: Correct computation o...

c9f5f73206272ccad0aa536854debc5f9781978a authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix NSFilenamesPboardType -> NSPasteboardTypeFileURL deprecation warning

This is a little tricky because it's not a simple map. With
NSPasteboardTypeFileURL, we have to ...

dc1ad365ded0112ffd05e48aa3b192bf7bdb86dc authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix NSWindowStyleMaskTexturedBackground deprecation warning

Seems like the flag has been completely useless since macOS 11. We
previously kept it around des...

94564fdc40d8008ac619e0d25490e8b7e93df911 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix MMTouchBarButton warning when calling "desc" function

Refactor the code so that the relevant class is in header and can be
called. Also fix different ...

2faa2855c475bd5673581cdc1d08af32eadf80dc authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix MacVim warnings: enum renames, graphicsPort, setcmdheight

The list of warnings fixed:

- Fix misc AppKit control states enums that got renamed and depreca...

cd325778997b794cecd643343129375e6de11661 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix warnings due to usages of the deprecated NSStringPboardType

This turned out more complicated than I thoguht because
the newer NSPasteboardTypeString (public...

2e67bf421a3d21af99ce3b73e98baa285244805b authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix build phase dependency warnings

Make sure to specify the build phase (e.g. building locale files)
input/output dependencies so t...

2a6dea1b37cc64fc5b38a7a6e9f21ff7930f1a8a authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix MacVim compiler warnings (for Vim-process files)

Fix NSStringPboardType and NSFindPboard deprecation warnings.

Also, fix up an awkward use of co...

e9e129017c167cda74669b901bbe9e847a1857f0 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0669: too many delete() calls in tests

Problem: Too many delete() calls in tests.
Solution: Use deferred delete where possible.

db77cb3c08784e6038dd029271b2080c1b2d9acb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0668: CI on Mac M1 only uses clang

Problem: CI on Mac M1 only uses clang
Solution: Also run with gcc. (closes #11263)

3ff71cda986b809e8ffeebee6804b50b3607df63 authored about 2 years ago by Philip H <[email protected]>
patch 9.0.0667: ml_get error when 'splitkeep' is "screen"

Problem: ml_get error when 'splitkeep' is "screen". (Marius Gedminas)
Solution: Check the b...

346823d3e5668b99d2c2fd920e7f215e21ad3ea7 authored about 2 years ago by Luuk van Baal <[email protected]>
patch 9.0.0666: spacing-combining characters handled as composing

Problem: Spacing-combining characters handled as composing, causing text to
take ...

7beaf6a720ddc7e2989c8831872bfb98ec78a65d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0665: setting 'cmdheight' has no effect if last window was resized

Problem: Setting 'cmdheight' has no effect if last window was resized.
Solution: Do apply '...

0816f473ab2f6cf7d8311c0f97371cada7f20d18 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0664: bad redrawing with spell checking, using "C" and "$" in 'cpo'

Problem: Bad redrawing with spell checking, using "C" and "$" in 'cpo'.
Solution: Do not re...

f3ef026c9897f1d2e3fba47166a4771d507dae91 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0663: tests check for +cmdwin feature which is always present

Problem: Tests check for +cmdwin feature which is always present.
Solution: Remove the chec...

d1955987147a299d7bca30cd1b5792535ff0745c authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0662: concealed characters do not work correctly

Problem: Concealed characters do not work correctly.
Solution: Subtract boguscols instead o...

75008661821eee6989476908feaf64a9dea03e05 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properly

Problem: Multi-byte "lastline" item in 'fillchars' does not work properly
when th...

18b3500b8c517e44c23197e558aa36aed1c6916c authored about 2 years ago by zeertzjq <[email protected]>