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.0063: too many type casts for dict_get functions

Problem: Too many type casts for dict_get functions.
Solution: Change the key argument from...

d61efa50f8f5b9d9dcbc136705cc33874f0fdcb3 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0062: compiler warnings for signed/unsigned char

Problem: Compiler warnings for signed/unsigned char.
Solution: Add type casts. (John Marriott)

5ac50de83f1b4136f903c51a1d4e7d84a26c2271 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0061: ml_get error with nested autocommand

Problem: ml_get error with nested autocommand.
Solution: Also check line numbers for a nest...

5fa9f23a63651a8abdb074b4fc2ec9b1adc6b089 authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0060: accessing uninitialized memory when completing long line

Problem: Accessing uninitialized memory when completing long line.
Solution: Terminate stri...

b9e717367c395490149495cf375911b5d9de889e authored about 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0059: test file has wrong name

Problem: Test file has wrong name.
Solution: Rename the file. Various small fixes. (closes...

bb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4 authored about 2 years ago by zeertzjq <[email protected]>
patch 9.0.0058: Win32: cannot test low level events

Problem: Win32: cannot test low level events.
Solution: Add "sendevent" to test_gui_event()...

81a3ff97e2012bdafc3ece796289f2e11e2754f3 authored about 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

9f2b9b3889748aeca1582328e27b082f15a1c6d7 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0057: has('patch-xxx') returns true

Problem: has('patch-xxx') returns true.
Solution: Check for digit. (closes #10751)

5154a8880034b7bb94186d37bcecc6ee1a96f732 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0056: wrong line number reported when :cexpr fails in :def function

Problem: Wrong line number reported when :cexpr fails in :def function.
Solution: Set line_...

bd683e3a79d73e608fec0df7cee1109a27f2e70a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0055: bitbake files are not detected

Problem: Bitbake files are not detected.
Solution: Add bitbake filetype detection by file n...

fa49eb482729a5fe7da9c9a5ed8d14f68afa55c7 authored over 2 years ago by Gregory Anders <[email protected]>
patch 9.0.0054: compiler warning for size_t to int conversion

Problem: Compiler warning for size_t to int conversion.
Solution: Add type cast. (Mike Will...

c7bd2f08e531f08723cdc677212a3633d11c9a97 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

a1f7d7789f09c9082abd559cefff8f1d40980580 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0053: E1281 not tested with the old regexp engine

Problem: E1281 not tested with the old regexp engine.
Solution: Loop over the values of 're...

3a393790a4fd7a5edcafbb55cd79438b6e641714 authored over 2 years ago by Dominique Pelle <[email protected]>
patch 9.0.0052: "zG" may throw an error if invalid character follows

Problem: "zG" may throw an error if invalid character follows.
Solution: Pass the word leng...

2ebcc35826bc2deb04e5fc6d73332f55783e7f52 authored over 2 years ago by K.Takata <[email protected]>
patch 9.0.0051: using CTRL-C wih :append may hang Vim

Problem: Using CTRL-C wih :append may hang Vim.
Solution: Reset got_int. (closes #10729, cl...

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

c6a45c31d60ac0d6d84396197d0047d650f06026 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0050: split else-of is confusing

Problem: Split else-of is confusing.
Solution: Join the lines. (closes #10696)

b26592a84c8f578c8fbe83cf02ebb47453de1683 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

ff4538f5d2b352a233f57c6eb65fafab74db7636 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0049: csv and tsv files are not recognized

Problem: Csv and tsv files are not recognized.
Solution: Add patterns fo csv and tsv files....

99af91e5820c78a196c9272cd8ce5aa5be7bf374 authored over 2 years ago by Leandro Lourenci <[email protected]>
patch 9.0.0048: cursor in wrong column with mouse click after concealed text

Problem: Cursor in wrong column with mouse click after concealed text.
Solution: Store the ...

b90818867c089d4987f1a48ee3666674826d6f4b authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

08572c253352018a232ad80c390e2a2813f75723 authored over 2 years ago by ichizok <[email protected]>
Runtime files update

fee0c4aa99eb0a7a801dade758ce5e04b48c15d1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0047: using freed memory with recursive substitute

Problem: Using freed memory with recursive substitute.
Solution: Always make a copy for reg...

32acf1f1a72ebb9d8942b9c9d80023bf1bb668ea authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0046: reading past end of completion with duplicate match

Problem: Reading past end of completion with duplicate match.
Solution: Check string length

baefde14550231f6468ac2ed2ed495bc381c0c92 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0045: reading past end of completion with a long line

Problem: Reading past end of completion with a long line and 'infercase'
set.
Sol...

caea66442d86e7bbba3bf3dc202c3c0d549b9853 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0044: typos in comments, wrapping lines

Problem: Typos in comments, wrapping lines.
Solution: Adjust comments. Wrap lines.

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

5ed11535e0695163cec71033b98bb97356cf0113 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0043: insufficient testing for bracket commands

Problem: Insufficient testing for bracket commands.
Solution: Add a few more tests. (closes...

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

5dd3e59f372e046c957214d179117bde496215dc authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0042: missing change for filetype detection

Problem: Missing change for filetype detection.
Solution: Include change to detect guile fr...

324478037923feef1eb8a771648e38ade9e5e05a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0041: a couple of filetype patterns do not have "*" before "/etc"

Problem: A couple of filetype patterns do not have "*" before "/etc".
Solution: Add the sta...

704988f0c3598c1b0cc47f3b46f1f1229312f2bc authored over 2 years ago by smjonas <[email protected]>
Merge remote-tracking branch 'vim/master'

39e2bad3f2c0896ffa2200d995fff531a2901fa3 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0040: use of set_chars_option() is confusing

Problem: Use of set_chars_option() is confusing.
Solution: Add "apply" argument to store th...

b67f0c8e495cfbfc09d6c7ff670b8162faf07b01 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0039: not all systems have GDK_KEY_dead_circumflex

Problem: Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka)
Solution: Add a...

4c99e622ddd1cc0527262fda3b93e8e70f017371 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0038: 'listchars' test fails

Problem: 'listchars' test fails.
Solution: Use window-local value after setting the global ...

5ed26faace574f6b36744f9e17075d7e806aa877 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0037: build error

Problem: Build error.
Solution: Add missing change.

510f03738dfcadfe2099c5b6a58cb75f64dbaa82 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0036: 'fillchars' cannot have window-local values

Problem: 'fillchars' cannot have window-local values.
Solution: Make 'fillchars' global-loc...

96ba25ac01279f73c0ecb5d4aa4ff37aa359e5eb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0035: spell dump may go beyond end of an array

Problem: Spell dump may go beyond end of an array.
Solution: Limit the word length.

54e5fed6d27b747ff152cdb6edfb72ff60e70939 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0034: spell tests do not always clear the word list

Problem: Spell tests do not always clear the word list.
Solution: Clear the word list in Te...

288ed23e3929ff55a8ae30db0ba3f57b6f119dc8 authored over 2 years ago by zeertzjq <[email protected]>
patch 9.0.0033: on a Belgian keyboard CTRL-[ does not work

Problem: On a Belgian keyboard CTRL-[ does not work.
Solution: Handle GDK_KEY_dead_circumfl...

4dd9252d6f0e93c9118c808bd47f407d581947a8 authored over 2 years ago by Anton Sharonov <[email protected]>
Merge remote-tracking branch 'vim/master'

9243d1d921bfb68e111333f5af9c41cd6e2e8d75 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLine

Problem: In the quickfix window 'cursorline' overrules QuickFixLine
highlighting....

7fe956d17650b231f173868531bc7466010687f0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0031: <cmod> of user command does not have correct verbose value

Problem: <cmod> of user command does not have correct verbose value.
Solution: Use the valu...

9359e8a6d99fe2abfcbb9603339f1740d8870cc6 authored over 2 years ago by zeertzjq <[email protected]>
patch 9.0.0030: matchfuzzy test depends on path of current directory

Problem: Matchfuzzy test depends on path of current directory.
Solution: Use fnamemodify() ...

22e7e867e224596bd758260e4278ce6239c35ba5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0029: the bitmaps/vim.ico file is not in the distribution

Problem: The bitmaps/vim.ico file is not in the distribution.
Solution: Add it back to the ...

daaca8a1281ee610a308cd6209f81a06b3ae3a14 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0028: MS-Windows: tests fail if there is a "runtime" directory

Problem: MS-Windows: tests fail if there is a stray "runtime" directory.
Solution: Only use...

022f9ef16c955d6b5fca0f53b79899c56a3966c5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0027: the command line test is getting quite big

Problem: The command line test is getting quite big.
Solution: Move command line window tes...

2d2950198231a31bf87c1cd4322099cc36b0bb93 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0026: accessing freed memory with diff put

Problem: Accessing freed memory with diff put.
Solution: Bail out when diff pointer is no l...

c5274dd12224421f2430b30c53b881b9403d649e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0025: accessing beyond allocated memory with the cmdline window

Problem: Accessing beyond allocated memory when using the cmdline window in
Ex mo...

c6fdb15d423df22e1776844811d082322475e48a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0024: may access part of typeahead buf that isn't filled

Problem: May access part of typeahead buf that isn't filled.
Solution: Check length of type...

af043e12d9e5869c597de40b9a2517ae97ac72e7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0023: on Solaris timer_create() exists but does not work

Problem: On Solaris timer_create() exists but does not work.
Solution: Adjust the configure...

f2ce76a8c0290af35e434e38cfe889ed0fec4c6a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0022: spell test fails

Problem: Spell test fails.
Solution: Expect new error is given.

95afae6d1760b2efcc4968dbd3784799d24e9fdf authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0021: invalid memory access when adding word to spell word list

Problem: Invalid memory access when adding word with a control character to
the i...

5e59ea54c0c37c2f84770f068d95280069828774 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0020: with some completion reading past end of string

Problem: With some completion reading past end of string.
Solution: Check the length of the...

f12129f1714f7d2301935bb21d896609bdac221c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0019: timers test not run where possible

Problem: Timers test not run where possible.
Solution: Adjust platform checks. (closes #10645)

eb273cd7b036c35ae9070bd6352101914f273e71 authored over 2 years ago by zeertzjq <[email protected]>
Update runtime files

0d878b95d8f9ece2fdba81050f5caba224540f9c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0018: going over the end of the typahead

Problem: Going over the end of the typahead.
Solution: Put a NUL after the typeahead.

27efc62f5d86afcb2ecb7565587fe8dea4b036fe authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0017: accessing memory beyond the end of the line

Problem: Accessing memory beyond the end of the line.
Solution: Stop Visual mode when closi...

3d51ce18ab1be4f9f6061568a4e7fabf00b21794 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0016: comparing line pointer for 'breakindent' is not reliable

Problem: Comparing line pointer for 'breakindent' is not reliable.
Solution: Make a copy of...

c2a79b87fc31080ba24394c0b30bab45f1bea852 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0015: with EXITFREE defined terminal menus are not cleared

Problem: With EXITFREE defined terminal menus are not cleared.
Solution: Also clear termina...

79ae152697ed0dfa578cfac305d05021dec2a6bc authored over 2 years ago by zeertzjq <[email protected]>
patch 9.0.0014: missing part of the test override change

Problem: Missing part of the test override change.
Solution: Add the missing part.

9610f94510220c783328e1857af87a6ae7bc20b4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0013: reproducing memory access errors can be difficult

Problem: Reproducing memory access errors can be difficult.
Solution: When testing, copy ea...

fa4873ccfc10e0f278dc46f39d00136fab059b19 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0012: signature files not detected properly

Problem: Signature files not detected properly.
Solution: Add a function to better detect s...

cdbfc6dbab1d63aa56af316d6b13e37939e7f7a8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0011: reading beyond the end of the line with put command

Problem: Reading beyond the end of the line with put command.
Solution: Adjust the end mark...

d25f003342aca9889067f2e839963dfeccf1fe05 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0010: returning 0 for has('patch-9.0.0') is inconsistent

Problem: Returning 0 for has('patch-9.0.0') is inconsistent.
Solution: Make it return 1. (c...

b0375d466e5ca57dca71995c342870b3226d8115 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

286bd68d59d940dab45dbe9afe4dd77fa8810973 authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0009: going past the end of a menu item with only modifier

Problem: Going past the end of a menu item with only modifier.
Solution: Check for NUL.

083692d598139228e101b8c521aaef7bcf256e9a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0008: cannot specify the variable name for "xxd -i"

Problem: Cannot specify the variable name for "xxd -i".
Solution: Add the "-name" argument....

83e11800cc3775de3135ac7d823137c8c1e87fa1 authored over 2 years ago by David Gow <[email protected]>
patch 9.0.0007: no support for double, dotted and dashed underlines

Problem: No support for double, dotted and dashed underlines.
Solution: Add the termcap ent...

84f546363068e4ddfe14a8a2a2322bb8d3a25417 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0006: not all Visual Basic files are recognized

Problem: Not all Visual Basic files are recognized.
Solution: Change detection of *.cls fil...

8b5901e2f9466eb6f38f5b251e871f609f65e252 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 9.0.0005: hare files are not recognized

Problem: Hare files are not recognized.
Solution: Add a filetype pattern. (Hugo Osvaldo Bar...

040674129f3382822eeb7b590380efa5228124a8 authored over 2 years ago by Hugo Osvaldo Barrera <[email protected]>
patch 9.0.0004: plural messages not translated properly

Problem: Plural messages not translated properly.
Solution: Use ngettext() in a few more pl...

d14bb1aef9a142f403aa16298c23db2751de9391 authored over 2 years ago by Matvey Tarasov <[email protected]>
patch 9.0.0003: functions are global while they could be local

Problem: Functions are global while they could be local.
Solution: Add "static". Add a few...

ee47eaceaa148e07b566ff420f9a3c2edde2fa34 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.0002: map functionality outside of map.c

Problem: Map functionality outside of map.c.
Solution: Move f_hasmapto() to map.c. Rename ...

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

adfe7be38282da7d772cca025ebbe5080085ef6f authored over 2 years ago by ichizok <[email protected]>
patch 9.0.0001: Travis CI is no longer used

Problem: Travis CI is no longer used.
Solution: Delete the Travis CI configuration. (Hugo O...

75417d960bd17a5b701cfb625b8864dacaf0cc39 authored over 2 years ago by Bram Moolenaar <[email protected]>
release version 9.0

Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.

eb49041875118be5fe60f07750c7c86cb26dccef authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5172: "make menu" still uses legacy script

Problem: "make menu" still uses legacy script.
Solution: make menu generation script use Vi...

c19f1a3488c1bb6fe5707dc6338b13cb9f598670 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5171: dependencies and proto files are outdated

Problem: Dependencies and proto files are outdated.
Solution: Update dependencies and proto...

d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5170: tiny issues

Problem: Tiny issues.
Solution: Tiny improvements.

944cc9ceba8868acd238264d4a3894803c566b37 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

069a7d561bbe7e3b9bf132f71b7121c59f99e8f1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5169: nested :source may use NULL pointer

Problem: Nested :source may use NULL pointer.
Solution: Do not use the NULL pointer.

79481367a457951aabd9501b510fd7e3eb29c3d8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5168: cannot build with Python 3.11

Problem: Cannot build with Python 3.11.
Solution: Adjust define for _PyObject_TypeCheck. (Z...

fee511c1d39ecd155e27545cf70aeaa99d31b215 authored over 2 years ago by Zdenek Dohnal <[email protected]>
patch 8.2.5167: get(Fn, 'name') on funcref returns special byte code

Problem: get(Fn, 'name') on funcref returns special byte code.
Solution: Use the printable ...

1ae8c262df7083dfb4b41485508951c50eccc84c authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

96715fcfb86675b316a7b2316ab2aed3a2ac79d1 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5166: test for DiffUpdated fails

Problem: Test for DiffUpdated fails.
Solution: Also accept a count of two.

f65cc665fa751bad3ffe75f58ce1251d6695949f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5165: import test fails because 'diffexpr' isn't reset

Problem: Import test fails because 'diffexpr' isn't reset.
Solution: Reset 'diffexpr'.

507618702e0b04d37028a5bdf7d0d1b09555e19a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5164: invalid memory access after diff buffer manipulations

Problem: Invalid memory access after diff buffer manipulations.
Solution: Use zero offset w...

c101abff4c6756db4f5e740fde289decb9452efa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5163: crash when deleting buffers in diff mode

Problem: Crash when deleting buffers in diff mode.
Solution: Recompute diffs later. Skip w...

cd38bb4d83c942c4bad596835c6766cbf32e5195 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5162: reading before the start of the line with BS in Replace mode

Problem: Reading before the start of the line with BS in Replace mode.
Solution: Check the ...

0971c7a4e537ea120a6bb2195960be8d0815e97b authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files

8a3b805c6c9cae341d560df9c3567ebbe42a7404 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5161: might still access invalid memory

Problem: Might still access invalid memory.
Solution: Add extra check for negative value.

0fbc9260a75dfc4d86f20e7c0eb76878f513a212 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5160: accessing invalid memory after changing terminal size

Problem: Accessing invalid memory after changing terminal size.
Solution: Adjust cmdline_ro...

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

e1dc76fbf333243ecfdfc3c0a81ea9984913b4f5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5159: fix for CTRL-key combinations causes problems

Problem: Fix for CTRL-key combinations causes more problems than it solves.
Solution: Roll ...

7bb6d56cfc8ac82dea323f6799a773d7fa3286a8 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5158: TSTP and INT signal tests are not run with valgrind

Problem: TSTP and INT signal tests are not run with valgrind.
Solution: Sleep a bit longer....

61e3784819d3776ec6fb40d97a12a1bb659e8143 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5157: MS-Windows GUI: CTRL-key combinations do not always work

Problem: MS-Windows GUI: CTRL-key combinations do not always work.
Solution: Handle special...

4e0fc8956649d3208aeaa1642c5efc44e385d77a authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.5156: search timeout test often fails with FreeBSD

Problem: Search timeout test often fails with FreeBSD.
Solution: Double the maximum time.

e9b74c03618e2dcd01cd71f8d62d620fbce884fa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5155: in diff mode windows may get out of sync

Problem: In diff mode windows may get out of sync. (Gary Johnson)
Solution: Avoid that the ...

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

a57b553b432855667c9f26edfad95ccfdd24a6b7 authored over 2 years ago by Bram Moolenaar <[email protected]>