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 8.2.4801: fix for cursorbind fix not fully tested

Problem: Fix for cursorbind fix not fully tested.
Solution: Add another test case. (Christi...

3fd7480cd25f1e939fc2362e0644d497bcc81b71 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4800: missing test update for adjusted t_8u behavior

Problem: Missing test update for adjusted t_8u behavior.
Solution: Update and extend the test.

d0eaf675aa1f00bf7a10fd15b562098530a94991 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4799: popup does not use correct topline

Problem: Popup does not use correct topline.
Solution: Also add one when firstline is negat...

0044e5100a0e76a0bc1ea18c63a432c20428de5e authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4798: t_8u option was reset even when set by the user

Problem: t_8u option was reset even when set by the user.
Solution: Only reset t_8u when us...

dbec26d7893dca4ff38fa4b96ac91203d30ccae5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4797: getwininfo() may get oudated values

Problem: getwininfo() may get oudated values.
Solution: Make sure w_botline is up-to-date. ...

8530b41fd3872c9a1349b083470d565677948518 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4796: file left behind after running cursorline tests

Problem: File left behind after running cursorline tests.
Solution: Uncomment the line that...

da1050cd6fbb67cfde5b4a149d8d9db80bb4351c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is set

Problem: 'cursorbind' scrolling depends on whether 'cursorline' is set.
Solution: Always ca...

2c645e8b00641f504072f35e061b7392ed41f491 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4794: compiler warning for not initialized variable

Problem: Compiler warning for not initialized variable.
Solution: Initialize the variable. ...

4c84dd33ad739237bb38bb4e51702af972b5e507 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4793: recognizing Maxima filetype even though it might be another

Problem: Recognizing Maxima filetype even though it might be another.
Solution: Remove *.mc...

928a13135629fa8e73796760077b1b877918a080 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4792: indent operator creates an undo entry for every line

Problem: Indent operator creates an undo entry for every line.
Solution: Create one undo en...

e4686989944bffdbcf59890aa21091b135528618 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4791: events triggered in different order when reusing buffer

Problem: Autocmd events triggered in different order when reusing an empty
buffer...

fef4485ef58d5937b170c6dc69431359469fc9cd authored over 2 years ago by Charlie Groves <[email protected]>
patch 8.2.4790: lilypond filetype not recognized

Problem: Lilypond filetype not recognized.
Solution: Add patterns for lilypond. (Doug Kearns)

c448e9c95089b5e7170a0dd36635a226c5eb5b1c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline

Problem: The cursor may be in the in wrong place when using :redraw while
editing...

a653e53b1f4ba08de0dbcea06288cf0cc1c6e752 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4788: large payload for LSP message not tested

Problem: Large payload for LSP message not tested.
Solution: Add a test with a large LSP pa...

bac9a9e5c233dcf9cf734c61e4e4311fe57eccd1 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4787: prop_find() does not find the right property

Problem: prop_find() does not find the right property.
Solution: Fix the scan order. (close...

9bd3ce22e36b5760a5e22e7d34d1bd6a3411258e authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4786: test for win_gotoid() in Visual mode fails on Mac

Problem: Test for win_gotoid() in Visual mode fails on Mac.
Solution: Skip the test on MacOS.

861fcee8de19a694de413dd28e0ebe80010f0b4f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4785: Visual mode not stopped if win_gotoid() goes to other buffer

Problem: Visual mode not stopped early enough if win_gotoid() goes to
another buf...

3aca0916f0dba6114ae0f7d5458763a934fe7a02 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4784: lamba test with timer is flaky

Problem: Lamba test with timer is flaky.
Solution: Adjust sleep time on retry.

1693712f0263afb929ebca1159ceb17c1563ee3b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4783: Coverity warns for leaking memory

Problem: Coverity warns for leaking memory.
Solution: Use another strategy freeing "theline".

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

75ab590f8504a8912ca0b8c58f6b897bb7a34f07 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4782: accessing freed memory

Problem: Accessing freed memory.
Solution: Clear evalarg after checking for trailing charac...

a929c922b1cb7c84ad1b5d1d0fc9a4f7c68ab8e0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4781: Maxima files are not recognized

Problem: Maxima files are not recognized.
Solution: Add patterns to detect Maxima files. (D...

d0a20c9d111da75febb60ffee2e15f727ab6a5ad authored over 2 years ago by Doron Behar <[email protected]>
patch 8.2.4780: parsing an LSP message fails when it is split

Problem: Parsing an LSP message fails when it is split.
Solution: Collapse the received dat...

03cca297df5210f94be2246cfdb1ee9a30454bea authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

e4c45796accc63db497852d086b923b98ee14dd3 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4779: lsan suppression is too version specific

Problem: lsan suppression is too version specific.
Solution: Leave out the version number. ...

53e8f3ffdf80dbd24a60adb51f8f21982fd41c57 authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4778: pacman files use dosini filetype

Problem: Pacman files use dosini filetype.
Solution: Use conf instead. (Chaoren Lin, closes...

35cff32dd82e5e2b72453b9f27d0655fc5b8a639 authored over 2 years ago by Chaoren Lin <[email protected]>
patch 8.2.4777: screendump tests fail because of a redraw

Problem: Screendump tests fail because of a redraw.
Solution: Do not output t_8u before rec...

366f0bdd08ae8f4aec38bca6b02ba41adae6ffce authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4776: GTK: 'lines' and 'columns' may change during startup

Problem: GTK: 'lines' and 'columns' may change during startup.
Solution: Ignore stale GTK r...

9f53e7bd7f0865585a5447fa3665c5d4c4f91408 authored over 2 years ago by Ernie Rael <[email protected]>
patch 8.2.4775: SpellBad highlighting does not work in Konsole

Problem: SpellBad highlighting does not work in Konsole.
Solution: Do not keep t_8u defined...

280aebfd356c4fc8b84f13314068411157ad72f2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4774: crash when using a number for lambda name

Problem: Crash when using a number for lambda name.
Solution: Check the type of the lambda ...

8b91e71441069b1dde9ac9ff9d9a829b1b4aecca authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4773: build failure without the +eval feature

Problem: Build failure without the +eval feature.
Solution: Use other error message. Avoid...

a9549c9e8f368a7fa1dcbe14ec23e82c6a0b8715 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4772: old Coverity warning for not checking ftell() return value

Problem: Old Coverity warning for not checking ftell() return value.
Solution: Check return...

3df8f6e353eeaf24bb5fe3769ed07c03791bb58e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4771: Coverity warns for not checking return value

Problem: Coverity warns for not checking return value.
Solution: Check return value of rett...

066e0d9869a16d89b1b2336b4150f476c5337283 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4770: cannot easily mix expression and heredoc

Problem: Cannot easily mix expression and heredoc.
Solution: Support in heredoc. (Yegappan...

efbfa867a146fcd93fdec2435597aa4ae7f1325c authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4769: build warning with UCRT

Problem: Build warning with UCRT.
Solution: Adjust #ifdef for _wenviron. (John Marriott)

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

cf45c1498f7889323d08d7ac12d64f81e97a1ebf authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4768: CI: codecov upload sometimes does not work

Problem: CI: codecov upload sometimes does not work.
Solution: Use action v3 instead of v2....

34ffa102806da6b7562a010a2dca08448d3cc465 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4767: openscad files are not recognized

Problem: Openscad files are not recognized.
Solution: Add a filetype pattern. (Niklas Adam,...

c360b2566ce2390d45d9436a6a85719fe2b387d5 authored over 2 years ago by salkin-mada <[email protected]>
patch 8.2.4766: KRL files using "deffct" not recognized

Problem: KRL files using "deffct" not recognized.
Solution: Adjust the pattern used for mat...

93c7a45e86934a92ec513b437fe9b8cc343c53e3 authored over 2 years ago by KnoP-01 <[email protected]>
patch 8.2.4765: function matchfuzzy() sorts too many items

Problem: Function matchfuzzy() sorts too many items.
Solution: Only put matches in the arra...

047a7019b293918343998ccbdfabd48c771f5eef authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4764: CI uses an older gcc version

Problem: CI uses an older gcc version.
Solution: Use GCC 11. (closes #10185)

d2edee5cf3bd1eb69d88a12bcab33fc4228e83c0 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4763: using invalid pointer with "V:" in Ex mode

Problem: Using invalid pointer with "V:" in Ex mode.
Solution: Correctly handle the command...

f50808ed135ab973296bca515ae4029b321afe47 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4762: using freed memory using synstack() and synID() in WinEnter

Problem: Using freed memory when using synstack() and synID() in WinEnter.
Solution: Check ...

ca7e86c23789eb0ed8f6400f25ea9e0e1036f9fc authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4761: documentation for using LSP messages is incomplete

Problem: Documentation for using LSP messages is incomplete.
Solution: Update the documenta...

e0805b849ce60f65149903b63584d49bf81f975e authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4760: using matchfuzzy() on a long list can take a while

Problem: Using matchfuzzy() on a long list can take a while.
Solution: Add a limit to the n...

9029a6e9931eede1d44f613687a2c01b9fe514ec authored over 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 8.2.4759: CurSearch highlight does not work for multi-line match

Problem: CurSearch highlight does not work for multi-line match.
Solution: Check cursor pos...

693ccd11606b59eb0f81c6c1948679e61ada4022 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4758: when using an LSP channel want to get the message ID

Problem: When using an LSP channel want to get the message ID.
Solution: Have ch_sendexpr()...

3b470ae88f034d3741832ab1cc51a5bb8edaf4c6 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4757: list of libraries to suppress lsan errors is outdated

Problem: List of libraries to suppress lsan errors is outdated.
Solution: Add another libra...

b9e99e58bbc07a6fd1029db1f31c3ecf283d098b authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4756: build error without the +eval feature

Problem: Build error without the +eval feature.
Solution: Adjust #ifdefs.

092e09cba7d7c1aec22f50b974379131f2464d5f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4755: cannot use <SID>FuncRef in completion spec

Problem: Cannot use <SID>FuncRef in completion spec.
Solution: Dereference a function name ...

12eb2eb4d78828513d91e04b0e69550ed37a5932 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4754: using cached values after unsetting some environment variables

Problem: Still using cached values after unsetting some known environment
variabl...

7714231bb5b15f7c85453f3945c108478de1d08a authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4753: error from setting an option is silently ignored

Problem: Error from setting an option is silently ignored.
Solution: Handle option value er...

31e5c60a682840959cae6273ccadd9aae48c928d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4752: wrong 'statusline' value can cause illegal memory access

Problem: Wrong 'statusline' value can cause illegal memory access.
Solution: Properly check...

5dc294a7b63ed0e508dd360bc4d98173f1a1aeec authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4751: mapping <SID>name.Func does not work for autoload script

Problem: Mapping <SID>name.Func does not work for script in autoload
directory.
S...

648dd88af67c7abac31915cbf0025f97031c96c1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4750: small pieces of dead code

Problem: Small pieces of dead code.
Solution: Remove the dead code. (Goc Dundar, closes #10...

b836658a04ee5456deca2ee523de9efe51252da3 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4749: <script> is not expanded in autocmd context

Problem: <script> is not expanded in autocmd context.
Solution: Add the context to the patt...

eca7c60d68e63001dbe3c8e5d240b0895e607fc3 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4748: cannot use an imported function in a mapping

Problem: Cannot use an imported function in a mapping.
Solution: Recognize <SID>name.Func.

8944551534b311a2d25acf6e8db235c6d906256c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4747: no filetype override for .sys files

Problem: No filetype override for .sys files.
Solution: Add g:filetype_sys. (Patrick Meiser...

f420ff2440a009acd9573fdb6ad6d53509d78009 authored over 2 years ago by KnoP-01 <[email protected]>
patch 8.2.4746: supercollider filetype not recognized

Problem: Supercollider filetype not recognized.
Solution: Match file extentions and check f...

8cac20ed42b7b7fc9c6b54e3055ca1047f50b8ca authored over 2 years ago by ranjithshegde <[email protected]>
patch 8.2.4745: using wrong flag for using bell in the terminal

Problem: Using wrong flag for using bell in the terminal.
Solution: Change to use BO_TERM.

aae9762b2cbcae8dea454e1701d00ea0f614175e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4744: a terminal window can't use the bell

Problem: A terminal window can't use the bell.
Solution: Add bell support for the terminal ...

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

b49342ee8c077157d93e73e294a4aa11b060354c authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4743: clang 14 is available on CI

Problem: Clang 14 is available on CI.
Solution: Switch from clang 13 to 14. (closes #10157)

9bbe5c6b8c44e08c90510c36596d13e54ca0eea4 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4742: there is no way to start logging very early in startup

Problem: There is no way to start logging very early in startup.
Solution: Add the --log ar...

c9a9a0ac1ec3b985d38c01ddf9f0ba2f15386f34 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4741: startup test fails

Problem: Startup test fails.
Solution: Avoid an error for verbose expansion. Fix that the ...

60895f3e36def9beb7d5463e792e5154ad9a7a0a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4740: when expand() fails there is no error message

Problem: When expand() fails there is no error message.
Solution: When 'verbose' is set giv...

575445200bd35283191ecd7a0d596b37c5b477a4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4739: accessing freed memory after WinScrolled autocmd event

Problem: Accessing freed memory after WinScrolled autocmd event.
Solution: Check the window...

d58862d18f091d3c14fa3647e724ef7eea1ecefa authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4738: Esc on commandline executes command instead of abandoning it

Problem: Esc on commandline executes command instead of abandoning it.
Solution: Save and r...

11a57dfd16a47f248fe949344bd5db3f12b9bd32 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4737: // in JavaScript string recognized as comment

Problem: // in JavaScript string recognized as comment.
Solution: Only check for linecommen...

1655619717ff109ea8bf1002883636d5af345e48 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4736: build problem for Cygwin with Motif

Problem: Build problem for Cygwin with Motif.
Solution: Undefine ControlMask. (Kelvin Lee, ...

825b55e695b842beb6515ec5c53583aac9efe7b7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4735: quickfix tests can be a bit hard to read

Problem: Quickfix tests can be a bit hard to read.
Solution: Use heredoc instead of strings...

4a7724a4406f639edd3f93f3542626811cf56719 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4734: getcharpos() may change a mark position

Problem: getcharpos() may change a mark position.
Solution: Copy the mark position. (closes...

3caf1cce2b85a8f24195d057f0ad63082543e99e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4733: HEEx and Surface do need a separate filetype

Problem: HEEx and Surface do need a separate filetype.
Solution: Revert 8.2.4729. (closes #...

4232dff815db1a727cb1aea26783267d8bd731c3 authored over 2 years ago by Aaron Tinio <[email protected]>
patch 8.2.4732: duplicate code to free fuzzy matches

Problem: Duplicate code to free fuzzy matches.
Solution: Bring back fuzmatch_str_free().

c6e0a5e98c07d898e829d62bd938b1cc1fd37e94 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4731: the changelist index is not remembered per buffer

Problem: The changelist index is not remembered per buffer.
Solution: Keep the changelist i...

db0ea7f2b00c84d84f188c9e9953c4f1887528e7 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4730: MS-Windows GUI: cannot use CTRL-/

Problem: MS-Windows GUI: cannot use CTRL-/.
Solution: Handle the WM_KEYUP event. (Yasuhiro ...

e08fde007308fffec818b4ad6eccf573f54bed5b authored over 2 years ago by Yasuhiro Matsumoto <[email protected]>
patch 8.2.4729: HEEx and Surface templates do not need a separate filetype

Problem: HEEx and Surface templates do not need a separate filetype.
Solution: Use Eelixir ...

fa76a24109f3c3287e4ee17b6270bfd5310c12f3 authored over 2 years ago by Aaron Tinio <[email protected]>
patch 8.2.4728: no test that v:event cannot be modified

Problem: No test that v:event cannot be modified.
Solution: Add a test. (closes #10139)

021996ffaa933d9dc0c3553ca01de93fbf3d522b authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4727: unused code

Problem: Unused code.
Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136)

7765f5cf964c751cd780484220bb65773b1b0348 authored over 2 years ago by Dominique Pelle <[email protected]>
Merge remote-tracking branch 'vim/master'

1adcfe521449f2e8a4c1a845854dd622d288298a authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4726: cannot use expand() to get the script name

Problem: Cannot use expand() to get the script name.
Solution: Support expand('<script>'). ...

6013d0045dec7ca7c0068fbe186c42d754a7368b authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4725: unused variable in tiny build

Problem: Unused variable in tiny build.
Solution: Add #ifdef.

2ce97ae6aaec7007cca16a446d73161b82f2ba69 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4724: current instance of last search pattern not easily spotted

Problem: Current instance of last search pattern not easily spotted.
Solution: Add CurSearc...

a43993897aa372159f682df37562f159994dc85c authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4723: the ModeChanged autocmd event is inefficient

Problem: The ModeChanged autocmd event is inefficient.
Solution: Avoid allocating memory. (...

2bf52dd065495cbf28e28792f2c2d50d44546d9f authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4722: ending recording with mapping records too much

Problem: When a recording is ended with a mapped key that key is also
recorded.
S...

81b46a6ccd818609e1ca8cd410e26a58428c30ba authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4721: cooklang files are not recognized

Problem: Cooklang files are not recognized.
Solution: recognize *.cook files. (Goc Dundar, ...

36951ed1dab2b2e816dc8959c72b5732f36d9e3b authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.4720: ABB Rapid files are not recognized properly

Problem: ABB Rapid files are not recognized properly.
Solution: Add checks for ABB Rapid fi...

b09c320039ad49e62d2e2d7f14ba47ee3ca0706a authored over 2 years ago by KnoP-01 <[email protected]>
patch 8.2.0003: Build file dependencies are incomplete

Problem: Build file dependencies are incomplete.
Solution: Fix the dependencies. (Ken Takat...

0bbf09ca41382302493e5db51b01d2fbdc778586 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4719: ">" marker sometimes not displayed in the jumplist

Problem: ">" marker sometimes not displayed in the jumplist.
Solution: If the buffer no lon...

a0f659c76e22108880f857b8961422afc5ed8f5d authored over 2 years ago by Christian Brabandt <[email protected]>
patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place

Problem: @@@ in the last line sometimes drawn in the wrong place.
Solution: Make sure the c...

cee9c844f27bceaba90362a3fa27a04d4d06c0fd authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4717: for TextYankPost v:event does not contain all information

Problem: For TextYankPost v:event does not contain information about the
operatio...

a016eeba7a5777ba1f2ec2dbcda7c96823bf9ab1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4716: memory allocation failure not tested when defining a function

Problem: Memory allocation failure not tested when defining a function.
Solution: Add a tes...

7c7e19cf50d76568e2637ad66b095044a41c6a82 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4715: Vagrantfile not recognized

Problem: Vagrantfile not recognized.
Solution: Recognize Vagrantfile as ruby. (Julien Voisi...

5e1792270a072a96157e5d5e1d6a97414e26d0bf authored over 2 years ago by Julien Voisin <[email protected]>
Update runtime files

cbaff5e06ec525d31dc44093125c42029e01d508 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4714: using g:filetype_dat and g:filetype_src not tested

Problem: Using g:filetype_dat and g:filetype_src not tested.
Solution: Add a test. (Patrick...

a8034a4886843fbf10bd59a6f55ec723da515b8e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4713: plugins cannot track text scrolling

Problem: Plugins cannot track text scrolling.
Solution: Add the WinScrolled event. (closes ...

0937182d49fa8db50cec42785f22f1031760a0bd authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4712: only get profiling information after exiting

Problem: Only get profiling information after exiting.
Solution: Add "profile dump" and "pr...

18ee0f603ebd3c091f6d2ab88e652fda32821048 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaves

Problem: When 'insermode' is set :edit from <Cmd> mapping misbehaves.
Solution: Don't set "...

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

1466ff05ebd4a4fbf80c7e678bb6e0446f57ab48 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4710: smart indenting does not work after completion

Problem: Smart indenting does not work after completion.
Solution: Set "can_si". (Christian...

ac72c21da696cf6c31630a9e5ff4c0d3e2049c11 authored over 2 years ago by Christian Brabandt <[email protected]>