summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0645: CTRL-Y does not stop at line 1v9.0.0645Bram Moolenaar2022-10-033-2/+21
* patch 9.0.0644: 'smoothscroll' is not copied to a new window on :splitv9.0.0644Bram Moolenaar2022-10-033-1/+106
* patch 9.0.0643: smoothscroll test failsv9.0.0643Bram Moolenaar2022-10-022-0/+4
* patch 9.0.0642: breakindent test failsv9.0.0642Bram Moolenaar2022-10-022-1/+3
* patch 9.0.0641: missing part of the new option codev9.0.0641Bram Moolenaar2022-10-022-0/+3
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-0218-29/+312
* patch 9.0.0639: checking for popup in screen_char() is too latev9.0.0639Bram Moolenaar2022-10-022-31/+28
* patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar2022-10-027-17/+114
* patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar2022-10-026-24/+39
* patch 9.0.0636: underline color may not work in some terminalsv9.0.0636Bram Moolenaar2022-10-012-2/+7
* patch 9.0.0635: build error and compiler warningsv9.0.0635Bram Moolenaar2022-10-013-3/+5
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-0124-74/+174
* patch 9.0.0633: FEAT_TITLE was removed but is still usedv9.0.0633rbtnn2022-10-012-1/+3
* patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar2022-10-018-11/+144
* patch 9.0.0631: too many delete() calls in testsv9.0.0631Bram Moolenaar2022-09-3011-183/+95
* patch 9.0.0630: in Vim9 script a numbered function cannot be calledv9.0.0630Bram Moolenaar2022-09-303-1/+23
* patch 9.0.0629: get an error for using const only when executingv9.0.0629Bram Moolenaar2022-09-303-11/+136
* patch 9.0.0628: Coverity warns for not checking return valuev9.0.0628Bram Moolenaar2022-09-302-11/+8
* patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar2022-09-306-11/+36
* patch 9.0.0626: too many delete() calls in testsv9.0.0626Bram Moolenaar2022-09-2911-96/+52
* patch 9.0.0625: too many delete() calls in testsv9.0.0625Bram Moolenaar2022-09-2910-80/+47
* patch 9.0.0624: leaking argument type arrayv9.0.0624Bram Moolenaar2022-09-292-7/+6
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-2912-70/+454
* patch 9.0.0622: matchaddpos() can get slow when adding many matchesv9.0.0622Bram Moolenaar2022-09-295-27/+26
* patch 9.0.0621: filetype test leaves file behindv9.0.0621Dominique Pelle2022-09-292-1/+3
* patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar2022-09-297-145/+184
* patch 9.0.0619: too many delete() calls in testsv9.0.0619Bram Moolenaar2022-09-286-61/+33
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-2810-27/+94
* patch 9.0.0617: calling function for reduce() has too much overheadv9.0.0617Bram Moolenaar2022-09-283-5/+14
* patch 9.0.0616: spell test fails because error message changedv9.0.0616Bram Moolenaar2022-09-282-1/+3
* patch 9.0.0615: using reduce() on a list from range() is a bit slowv9.0.0615Bram Moolenaar2022-09-283-12/+52
* patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar2022-09-284-1/+24
* patch 9.0.0613: running source tests leaves file behindv9.0.0613Dominique Pelle2022-09-282-15/+10
* patch 9.0.0612: blockedit test passes with wrong resultv9.0.0612Bram Moolenaar2022-09-272-12/+15
* patch 9.0.0611: tests delete files with a separate delete() callv9.0.0611Bram Moolenaar2022-09-2710-135/+70
* patch 9.0.0610: global interrupt test fails when run under valgrindv9.0.0610Bram Moolenaar2022-09-272-2/+5
* patch 9.0.0609: blockedit test fails because of wrong indentv9.0.0609Bram Moolenaar2022-09-272-2/+6
* Update runtime filesBram Moolenaar2022-09-2745-378/+4222
* patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar2022-09-277-7/+42
* patch 9.0.0607: verbose echo message test fails on Mac OSv9.0.0607Bram Moolenaar2022-09-273-1/+12
* patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'v9.0.0606Bram Moolenaar2022-09-272-1/+4
* patch 9.0.0605: dump file missingv9.0.0605Luuk van Baal2022-09-272-0/+12
* patch 9.0.0604: luacheckrc file is not recognizedv9.0.0604ObserverOfTime2022-09-273-1/+6
* patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal2022-09-278-109/+204
* patch 9.0.0602: new TypeScript extensions are not recognizedv9.0.0602rhysd2022-09-273-4/+10
* patch 9.0.0601: too much indentv9.0.0601Yegappan Lakshmanan2022-09-273-226/+275
* patch 9.0.0600: GYP files are not recognizedv9.0.0600ObserverOfTime2022-09-273-0/+6
* patch 9.0.0599: latexmkrc files are not recognizedv9.0.0599ObserverOfTime2022-09-273-1/+6
* patch 9.0.0598: using negative array index with negative width windowv9.0.0598Bram Moolenaar2022-09-263-1/+28
* patch 9.0.0597: cannot close a tab page with the middle mouse buttonv9.0.0597regomne2022-09-263-0/+22