summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar2022-10-045-6/+23
* patch 9.0.0654: breakindent test failsv9.0.0654Bram Moolenaar2022-10-032-2/+6
* patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar2022-10-035-6/+11
* patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'v9.0.0652Bram Moolenaar2022-10-0311-3/+133
* Update runtime filesBram Moolenaar2022-10-0322-187/+281
* patch 9.0.0651: build fails without the +conceal featurev9.0.0651Bram Moolenaar2022-10-032-1/+3
* patch 9.0.0650: some tests are failingv9.0.0650Bram Moolenaar2022-10-036-15/+17
* patch 9.0.0649: no indication the first line is broken for 'smoothscroll'v9.0.0649Bram Moolenaar2022-10-036-13/+38
* patch 9.0.0648: when using powershell input redirection does not workv9.0.0648Yegappan Lakshmanan2022-10-033-49/+91
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-0321-130/+142
* patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' setv9.0.0646Bram Moolenaar2022-10-033-53/+77
* 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