summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-10-05patch 9.0.0663: tests check for +cmdwin feature which is always presentv9.0.0663zeertzjq
2022-10-04patch 9.0.0662: concealed characters do not work correctlyv9.0.0662Bram Moolenaar
2022-10-04patch 9.0.0661: multi-byte "lastline" in 'fillchars' does not work properlyv9.0.0661zeertzjq
2022-10-04patch 9.0.0660: mapping with CTRL keys does not work in the GUIv9.0.0660zeertzjq
2022-10-04patch 9.0.0659: wrong type of comment in SetSyn() functionv9.0.0659Bram Moolenaar
2022-10-04patch 9.0.0658: tiny build fails on Mac OSv9.0.0658Bram Moolenaar
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
2022-10-04patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar
2022-10-04patch 9.0.0655: passing modifier codes to a shell running in the GUIv9.0.0655Bram Moolenaar
2022-10-03patch 9.0.0654: breakindent test failsv9.0.0654Bram Moolenaar
2022-10-03patch 9.0.0653: BS and DEL do not work properly in an interacive shellv9.0.0653Bram Moolenaar
2022-10-03patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'v9.0.0652Bram Moolenaar
2022-10-03patch 9.0.0651: build fails without the +conceal featurev9.0.0651Bram Moolenaar
2022-10-03patch 9.0.0650: some tests are failingv9.0.0650Bram Moolenaar
2022-10-03patch 9.0.0649: no indication the first line is broken for 'smoothscroll'v9.0.0649Bram Moolenaar
2022-10-03patch 9.0.0648: when using powershell input redirection does not workv9.0.0648Yegappan Lakshmanan
2022-10-03patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal
2022-10-03patch 9.0.0646: with 'smoothscroll' CTRL-E is wrong when 'foldmethod' setv9.0.0646Bram Moolenaar
2022-10-03patch 9.0.0645: CTRL-Y does not stop at line 1v9.0.0645Bram Moolenaar
2022-10-03patch 9.0.0644: 'smoothscroll' is not copied to a new window on :splitv9.0.0644Bram Moolenaar
2022-10-02patch 9.0.0643: smoothscroll test failsv9.0.0643Bram Moolenaar
2022-10-02patch 9.0.0642: breakindent test failsv9.0.0642Bram Moolenaar
2022-10-02patch 9.0.0641: missing part of the new option codev9.0.0641Bram Moolenaar
2022-10-02patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar
2022-10-02patch 9.0.0639: checking for popup in screen_char() is too latev9.0.0639Bram Moolenaar
2022-10-02patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar
2022-10-02patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar
2022-10-01patch 9.0.0636: underline color may not work in some terminalsv9.0.0636Bram Moolenaar
2022-10-01patch 9.0.0635: build error and compiler warningsv9.0.0635Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-10-01patch 9.0.0633: FEAT_TITLE was removed but is still usedv9.0.0633rbtnn
2022-10-01patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar
2022-09-30patch 9.0.0631: too many delete() calls in testsv9.0.0631Bram Moolenaar
2022-09-30patch 9.0.0630: in Vim9 script a numbered function cannot be calledv9.0.0630Bram Moolenaar
2022-09-30patch 9.0.0629: get an error for using const only when executingv9.0.0629Bram Moolenaar
2022-09-30patch 9.0.0628: Coverity warns for not checking return valuev9.0.0628Bram Moolenaar
2022-09-30patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar
2022-09-29patch 9.0.0626: too many delete() calls in testsv9.0.0626Bram Moolenaar
2022-09-29patch 9.0.0625: too many delete() calls in testsv9.0.0625Bram Moolenaar
2022-09-29patch 9.0.0624: leaking argument type arrayv9.0.0624Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-29patch 9.0.0622: matchaddpos() can get slow when adding many matchesv9.0.0622Bram Moolenaar
2022-09-29patch 9.0.0621: filetype test leaves file behindv9.0.0621Dominique Pelle
2022-09-29patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar
2022-09-28patch 9.0.0619: too many delete() calls in testsv9.0.0619Bram Moolenaar
2022-09-28patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar
2022-09-28patch 9.0.0617: calling function for reduce() has too much overheadv9.0.0617Bram Moolenaar
2022-09-28patch 9.0.0616: spell test fails because error message changedv9.0.0616Bram Moolenaar
2022-09-28patch 9.0.0615: using reduce() on a list from range() is a bit slowv9.0.0615Bram Moolenaar
2022-09-28patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar