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.0228: crash when pattern looks below the last line

Problem: Crash when pattern looks below the last line.
Solution: Consider invalid lines to ...

13ed494bb5edc5a02d0ed0feabddb68920f88570 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0227: cannot read error message when abort() is called

Problem: Cannot read error message when abort() is called.
Solution: Output a newline befor...

213e70e284b0975dd34525e94e59e26811097c72 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1269 from ichizok/fix/ci-macos-12

CI: Update environments to macos-11 and macos-12

975733ef492e103bda5d43e19d011f6c057bace6 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0226: job_start() test may fail under valgrind

Problem: job_start() test may fail under valgrind.
Solution: Wait until the job is running.

9e043181ad51536f23d069e719d6f6b96c4c0ec0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0225: using freed memory with multiple line breaks in expression

Problem: Using freed memory with multiple line breaks in expression.
Solution: Free eval_to...

91c7cbfe31bbef57d5fcf7d76989fc159f73ef15 authored about 2 years ago by Bram Moolenaar <[email protected]>
Fix `unused-but-set-variable` error when built on 12.x

Add `timeout` argument to serverReadReply()

b033b481fa9bb4fb76bc67ed595ce53bdef23969 authored about 2 years ago by ichizok <[email protected]>
Fix `unused-but-set-variable` error when built on 12.x

Add `netbeans_draw_multisign_indicator()` stub

1fb0cd2229d6419678de25c90590e13888dbaa16 authored about 2 years ago by ichizok <[email protected]>
CI: Update environments to macos-11 and macos-12

Fix python path

aac7dcd4f776737adcb9257b99545b9713459a88 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0224: Using NULL pointer when skipping compiled code

Problem: Using NULL pointer when skipping compiled code.
Solution: Check for skipping.

4875d6ab068f09df88d24d81de40dcd8d56e243d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0223: typo in diffmode test

Problem: Typo in diffmode test.
Solution: Fix the typo. (closes #10932)

5fd6ab820b4a0aaa5c6020852f39d118375fab49 authored about 2 years ago by zeertzjq <[email protected]>
Merge remote-tracking branch 'vim/master'

7d8dc726ae9bdcb7be3595fd93e128a5db125241 authored about 2 years ago by ichizok <[email protected]>
patch 9.0.0222: no good reason why text objects are only in larger builds

Problem: No good reason why text objects are only in larger builds.
Solution: Graduate +tex...

887748742deae3d6de7aa0fdbb042afe1ccf5e7a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0221: accessing freed memory if compiling nested function fails

Problem: Accessing freed memory if compiling nested function fails.
Solution: Mess up the v...

1889f499a4f248cd84e0e0bf6d0d820016774494 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0220: invalid memory access with for loop over NULL string

Problem: Invalid memory access with for loop over NULL string.
Solution: Make sure mb_ptr2l...

f6d39c31d2177549a986d170e192d8351bd571e2 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0219: cannot make a funcref with "s:func" in a def function

Problem: Cannot make a funcref with "s:func" in a def function in legacy
script.
...

948a3894d98f5e2a6e7fc57189fe9c2a5919eebf authored about 2 years ago by Kota Kato <[email protected]>
patch 9.0.0218: reading before the start of the line

Problem: Reading before the start of the line.
Solution: When displaying "$" check the colu...

e98c88c44c308edaea5994b8ad4363e65030968c authored about 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0217: 'shellslash' works differently when sourcing a script again

Problem: 'shellslash' works differently when sourcing a script again.
Solution: Use the nam...

5a4fff4d948cd12a5cf5f637ad2c561815a77d8e authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0216: undo earlier test sometimes fails on MS-Windows

Problem: Undo earlier test sometimes fails on MS-Windows.
Solution: Use another file name.

cce293f87beb57a75ff738fade7fafadbc4a78a9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0215: not passing APC_INDENT flag

Problem: Not passing APC_INDENT flag.
Solution: Pass the flag where it's needed.

8a77d208ff580b231ffacf4202dc3a6ce171087f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0214: splitting a line may duplicate virtual text

Problem: Splitting a line may duplicate virtual text. (Ben Jackson)
Solution: Don't duplica...

d8d4cfcb393123fa19640be0806091d47935407f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0213: using freed memory with error in assert argument

Problem: Using freed memory with error in assert argument.
Solution: Make a copy of the error.

249e1b903a9c0460d618f6dcc59aeb8c03b24b20 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0212: invalid memory access when compiling :unlet

Problem: Invalid memory access when compiling :unlet.
Solution: Don't read past the end of ...

dbdd16b62560413abcc3c8e893cc3010ccf31666 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0211: invalid memory access when compiling :lockvar

Problem: Invalid memory access when compiling :lockvar.
Solution: Don't read past the end o...

d1d8f6bacb489036d0fd479c9dd3c0102c988889 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0210: 'list' mode does not work properly with virtual text

Problem: 'list' mode does not work properly with virtual text.
Solution: Show the "$" at th...

c3a483fc3c65f649f9985bb88792a465ea18b0a2 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0209: build error with small features

Problem: Build error with small features.
Solution: Add #ifdef.

677a39fdf6a61d77ae5d14faeb498f94fd8742ff authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0208: the override flag has no effect for virtual text

Problem: The override flag has no effect for virtual text. (Ben Jackson)
Solution: Make the...

9e7e28fc4c32337f2153b94fb08140f47e46e35d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0207: stacktrace not shown when debugging

Problem: Stacktrace not shown when debugging.
Solution: Set msg_scroll in msg_source(). (cl...

28c162f6f1f525882a9a60f10ab4836dee7eb59f authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0206: redraw flags are not named specifically

Problem: Redraw flags are not named specifically.
Solution: Prefix "UPD_" to the flags, for...

a4d158b3c839e96ed98ff87c7b7124ff4518c4ff authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0205: cursor in wrong position when inserting after virtual text

Problem: Cursor in wrong position when inserting after virtual text. (Ben
Jackson...

28c9f895716cfa8f1220bc41b72a534c0e10cabe authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0204: indexof() may leak memory

Problem: indexof() may leak memory.
Solution: Free allocated values. (Yegappan Lakshmanan, ...

63acae13f57c5ad4c8ec3146d0c458550b9e984e authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1232 from ryandesign/patch-1

Fix typo in comment in Miscellaneous.m

1ac521ea049ed58ac1803359ddada5a22d49e2aa authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0203: confusing variable name

Problem: Confusing variable name.
Solution: Use "prim_aep" instead of "spell_aep".

c9b6570fab46bf2c246a954cfb8c0d95fe2746b3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0202: code and help for indexof() is not ideal

Problem: Code and help for indexof() is not ideal.
Solution: Refactor the code, improve the...

3fbf6cd355de2212e9227f57d545592aae3f688f authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0201: CursorLine highlight overrules virtual text highlight

Problem: CursorLine highlight overrules virtual text highlight.
Solution: Let extra attribu...

9113c2cd19c72c0973ee5dc095a0a7f03f2af344 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0200: cursor wrong if 'nowrap' and two right aligned text props

Problem: cursor in a wrong positoin if 'wrap' is off and using two right
aligned ...

8f369fb1ab7debeeda0fec69c379c528d162d9c5 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0199: cursor position wrong with two right-aligned virtual texts

Problem: Cursor position wrong with two right-aligned virtual texts.
Solution: Add the padd...

f0ccfa474a5c4940d03bfc6084e896dc8ac2d791 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0198: ml_get error when switching buffer in Visual mode

Problem: ml_get error when switching buffer in Visual mode.
Solution: End Visual mode when ...

cfeb8a584be11758cf71ae02f6c937b06d6bb66f authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0197: astro files are not detected

Problem: Astro files are not detected.
Solution: Add a pattern to match Astro files. (Emili...

6a76e84f555da6d9ee57db80143e1e5eb85535ff authored about 2 years ago by Emilia Zapata <[email protected]>
patch 9.0.0196: finding value in list may require a for loop

Problem: Finding value in list may require a for loop.
Solution: Add indexof(). (Yegappan L...

b218655d5a485f5b193fb18d7240837d42b89812 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge pull request #1273 from ychin/auto-close-inactive-issues

Add automation to auto-close PR/issues if they are waiting for response

373f4af50158f7e5ecdb3901e87a042d5f0018ea authored about 2 years ago by Yee Cheng Chin <[email protected]>
Add automation to auto-close PR/issues if they are waiting for response

If a PR or issue has been tagged with "Response Needed" on GitHub, this
will auto-mark as stale ...

2b92b4a80b970d2e6d1eda0cbf278020138e7358 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0195: metafun files are not recogized

Problem: Metafun files are not recogized.
Solution: Add filetype detection patterns.

9032b9ceb6073288d75386dbcbd9d1982fa24080 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0194: cursor displayed in wrong position after removing text prop

Problem: Cursor displayed in wrong position after removing text prop. (Ben
Jackso...

326c5d36e7cb8526330565109c17b4a13ff790ae authored about 2 years ago by Bram Moolenaar <[email protected]>
Update FUNDING.yml for MacVim sponsorship

MacVim now allows sponsors. Update the file to point to the correct sponsorship pages.

e11edefefce836fba0d1697e252b28bd7a7381f7 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0193: search and match highlgith interfere with virtual text

Problem: Search and match highlgith interfere with virtual text highlight.
(Ben J...

e38fc86180fd3f6b372648eea6adc3f623fea302 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0192: possible invalid memory access when 'cmdheight' is zero

Problem: Possible invalid memory access when 'cmdheight' is zero. (Martin
Tournoi...

fdc5d17d58cc9c9edc9fb2816e1afaabc531bf1e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0191: messages test fails; window size incorrect

Problem: Messages test fails; window size incorrect when 'cmdheight' is
made smal...

d4cf9fc53e0b1d36e84d28ecd5595a6f102f325e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0190: the way 'cmdheight' can be made zero is inconsistent

Problem: The way 'cmdheight' can be made zero is inconsistent.
Solution: Only make 'cmdheig...

f797e309caff48f7a56c73b16e62ff67c4dcbdd6 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1270 from ychin/fix-settitle-crash-appearance-changed

Fix potential crash in setTitle

fdb147a812bd7053cea008e6986d15b2cf22cb36 authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix potential crash in setTitle

This happens when changing appearance mode (e.g. transparent title bar)
and you could get to a s...

db9022663a323a6f86cee813ffbb776248d5f5e6 authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0189: invalid memory access for text prop without highlight

Problem: Invalid memory access for text prop without highlight.
Solution: Check for a valid...

87f3a2ca3d0ffbfa7389bbb89add4d8d3fca6fbb authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0188: strange effects when using "text_align" with non-zero column

Problem: Strange effects when using virtual text with "text_align" and
non-zero c...

82b14c143aa1e70d55509cc9fa408828e90c93de authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0187: command line height changes when maximizing window height

Problem: Command line height changes when maximizing window height.
Solution: Do not change...

96bde99bf890acd9952863a02c1d15edca2000e1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0186: virtual text without highlighting does not show

Problem: Virtual text without highlighting does not show. (Ben Jackson)
Solution: Use a tex...

3331dd03515655ec6b9c1bd374db6e8c27acb27a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0185: virtual text does not show if text prop at same position

Problem: Virtual text does not show if tehre is a text prop at same
position. (Be...

952c9b02f8a7c2386b66ed643eef0acd35e842ae authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0184: virtual text prop highlight continues after truncation

Problem: Virtual text prop highlight continues after truncation.
Solution: Recompute the le...

1d8844aa59416dd306912b5563b8e928dfd387ba authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0183: extra space after virtual text when 'linebreak' is set

Problem: Extra space after virtual text when 'linebreak' is set.
Solution: Do not count vir...

52de3a8d3943520bbd4e5e40a4c43fcc7182dac0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0182: quarto files are not recognized

Problem: Quarto files are not recognized.
Solution: Recognize quarto files by the extension...

3a9687fb2749cb3da6e3bbf60cb9eaa81f7889ae authored about 2 years ago by smjonas <[email protected]>
patch 9.0.0181: textprop test with line2byte() fails on MS-Windows

Problem: Textprop test with line2byte() fails on MS-Windows.
Solution: Fix updating chuncks...

e5a0e8c1d781aa3781b4f6167fc2cba1193213f1 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0180: stray logfile appears when running tests

Problem: Stray logfile appears when running tests.
Solution: Remove ch_logfile() calls.

ef257e7bd1850f34dd54382222b0e7537cf234bf authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty line

Problem: Cursor position wrong with wrapping virtual text in empty line.
Solution: Adjust h...

49a90792d950c51608d0459ef8699fe921070718 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0178: cursor position wrong with virtual text before Tab

Problem: Cursor position wrong with virtual text before Tab.
Solution: Use the byte length,...

e428fa04a758cc87ea580c856a796e58e407504b authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click

Problem: Cursor position wrong with 'virtualedit' and mouse click after end
of th...

8f49e690dc7b6ed521fb11431e2a406d01c4de3a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0176: checking character options is duplicated and incomplete

Problem: Checking character options is duplicated and incomplete.
Solution: Move checking t...

8ca29b6a3599b82b8822b7697cad63d0244c2d59 authored about 2 years ago by zeertzjq <[email protected]>
Merge pull request #1268 from ychin/fix-10.9-transparent-titlebar-crash

Fix crashing on 10.9

ec02e85c26999792510cdc51a4592c7970e726af authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0175: spell checking for capital not working with trailing space

Problem: Spell checking for capital not working with trailing space.
Solution: Do not calcu...

afa23d1b99692e3c726eb694933ab348b442a1e4 authored about 2 years ago by Christian Brabandt <[email protected]>
Fix MacVim crashing on 10.9

This fixes MacVim to work again on OSX 10.9. It was previously crashing
on launch for last few v...

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

8572495cbbf9dcad19cdaab3c30c255845fe98f4 authored about 2 years ago by ichizok <[email protected]>
Merge pull request #1267 from ychin/fix-macvim-disable-install-menus

Fix did_install_default_menus not working with MacVim

622a45e8a2c897d592c5a34571fe4dbd0a71e9ec authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix did_install_default_menus not working with MacVim

The `macaction` blocks were previously not respecting the
`did_install_default_menus` setting. I...

ac0153c8f30c87ba119cdbca4a49eef4599751fb authored about 2 years ago by Yee Cheng Chin <[email protected]>
patch 9.0.0174: no error for using "#{ comment" in a compiled function

Problem: No error for using "#{ comment" in a compiled function.
Solution: Make error check...

ad6d9cc679259936b7c8453f17c0ec9d7ab7dcd0 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0173: assert fails only on MS-Windows

Problem: Assert fails only on MS-Windows.
Solution: Disable the assert for now.

e6a3d81e053d150b6db4d7e04dbe401cb0161151 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0172: trying to allocate zero bytes

Problem: Trying to allocate zero bytes.
Solution: Do not allocate the proptype array when t...

1024690c015921b0a458172bc368133f63af1b89 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0171: quickfix line highlight is overruled by 'cursorline'

Problem: Quickfix line highlight is overruled by 'cursorline'.
Solution: Reverse the combin...

6e5c61119a07b513a99baa9618e8182a74fd7e24 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0170: various minor code formatting issues

Problem: Various minor code formatting issues.
Solution: Improve code formatting.

113d9dec9958debbae2b611c98aed2f6f23c8502 authored about 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

48c3f4e0bff7efd289a7001b68c777b6f89a7057 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0169: insufficient testing for line2byte() with text properties

Problem: Insufficient testing for line2byte() with text properties.
Solution: Add tests wit...

cf85d97bafdcc7837a77ab79cc04da189fa3dd0c authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0168: cursor positioned wrong with two virtual text properties

Problem: Cursor positioned wrong with two virtual text properties close
together....

25463610dfc7a4984f70b030463fb98b09772ad9 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0167: checking for text properties could be a bit more efficient

Problem: Checking for text properties could be a bit more efficient.
Solution: Return early...

38ea2733b4dd8e9bfc4a5bb5c11cb661bf000c4e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0166: when using text properties line text length computed twice

Problem: When using text properties the line text length is computed twice.
Solution: If th...

50652b0c5cfc9d48d3561772420e1f01f878f033 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0165: looking up a text property type by ID is slow

Problem: Looking up a text property type by ID is slow.
Solution: Keep an array of property...

e44336b00a6c51bef904450a8012e4982e38ba2d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0164: using freed memory with put command

Problem: Using freed memory with put command.
Solution: Get byte offset before replacing th...

c390cc13e55b25d85a0684aa1becde881ef8ab19 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0163: text property not adjusted for text inserted with "p"

Problem: Text property not adjusted for text inserted with "p".
Solution: Adjust column and...

ecb00c7b613b92ffb628a5a7f303ba06780288ad authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0162: text property "below" gets indent if 'breakindent' is set

Problem: Text property "below" gets indent if 'breakindent' is set. (Tim
Pope)
So...

73c3842fa54aa99e59b897b6ff1e69e800fe9cd3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0161: warning for uninitialized variable

Problem: Warning for uninitialized variable. (Tony Mechelynck)
Solution: Initialize line_at...

bf9158408a9d27932b8678f824cf1fe32d3cd920 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0160: some diff mode tests fail

Problem: Some diff mode tests fail.
Solution: Only advance "ptr" when a text property follows.

83bf11a1ffc5a7bc4a5ba81747df606d69c1465a authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0159: cannot build with small features

Problem: Cannot build with small features.
Solution: Check for E1170 only with FEAT_EVAL.

da70cf30ef9c03e5645de0df6f7d44ffb6b31f58 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0158: with 'nowrap' "below" property not displayed correctly

Problem: With 'nowrap' "below" property not displayed correctly.
Solution: Adjust virtual t...

48ca24d913105a14cf6d723d45f6b39e7b7b7b77 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0157: 'showbreak' displayed below truncated "after" text prop

Problem: 'showbreak' displayed below truncated "after" text prop.
Solution: Suppress 'showb...

cba6952e3499f85545c274873c67bb843d3f3518 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0156: giving E1170 only in an expression is confusing

Problem: Giving E1170 only in an expression is confusing.
Solution: Give E1170 for any "#{ ...

3f74c0ab32de7ed17dd16d9b06f5455a0bb1c297 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0155

Problem: No test for what patch 9.0.0155 fixes.
Solution: Add a test. Fix typos. (closes #1...

db9b96d84491131460e5876fe21b9bbc58c73ed7 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0154: text properties wrong after splitting a line

Problem: Text properties wrong after splitting a line.
Solution: Check for text properties ...

7d0f7e9524975ebcc3c7d98b5507de1b7df74370 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0153: no fold and sign column for virtual text with "below" align

Problem: No fold and sign column for virtual text with "below" align and
'nowrap'...

1306b36a7b63c33b8948a78c71feb087cf83a39d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0152: warning for unused argument in small build

Problem: Warning for unused argument in small build.
Solution: Add "UNUSED".

e2086350d3043fe4e7fece3754d454249459d5c4 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'

Problem: A "below" aligned text property does not work with 'nowrap'.
Solution: Start a new...

4d91d347e65a5621621ea1e3c97dce2c677ed71d authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0150: error for using #{ in an expression is a bit confusing

Problem: Error for using #{ in an expression is a bit confusing.
Solution: Mention that thi...

25f40af9d2f04d18c8a276249f2794e83aa5c290 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0149: test for fuzzy completion fails sometimes

Problem: Test for fuzzy completion fails sometimes.
Solution: Use a more specific file name...

5ac4b1a24e3ba52698a0d24b22cdd2e1c7895417 authored about 2 years ago by Bram Moolenaar <[email protected]>
Merge pull request #1265 from ychin/fix-macvim-vimtutor-menu

Fix vimtutor menu not working

8d238292ec8638f702cecb0bec86cfbccb18180a authored about 2 years ago by Yee Cheng Chin <[email protected]>
Fix vimtutor menu not working

Previously, the "Help.Vim Tutor" menu was using `:!vimtutor -g &`, but a
change in Vim (v8.2.350...

ea193e8b5dd8f4031eb3417211c6e2965c71666a authored about 2 years ago by Yee Cheng Chin <[email protected]>