summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0638: popup menu highlight wrong on top of preview popupv9.0.0638Bram Moolenaar2022-10-021-0/+2
* patch 9.0.0637: syntax of commands in Vim9 script depends on +eval featurev9.0.0637Bram Moolenaar2022-10-021-0/+2
* patch 9.0.0636: underline color may not work in some terminalsv9.0.0636Bram Moolenaar2022-10-011-0/+2
* patch 9.0.0635: build error and compiler warningsv9.0.0635Bram Moolenaar2022-10-011-0/+2
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-0/+2
* patch 9.0.0633: FEAT_TITLE was removed but is still usedv9.0.0633rbtnn2022-10-011-0/+2
* patch 9.0.0632: calling a function from an "expr" option has overheadv9.0.0632Bram Moolenaar2022-10-011-0/+2
* patch 9.0.0631: too many delete() calls in testsv9.0.0631Bram Moolenaar2022-09-301-0/+2
* patch 9.0.0630: in Vim9 script a numbered function cannot be calledv9.0.0630Bram Moolenaar2022-09-301-0/+2
* patch 9.0.0629: get an error for using const only when executingv9.0.0629Bram Moolenaar2022-09-301-0/+2
* patch 9.0.0628: Coverity warns for not checking return valuev9.0.0628Bram Moolenaar2022-09-301-0/+2
* patch 9.0.0627: "const" and "final" both make the type a constantv9.0.0627Bram Moolenaar2022-09-301-0/+2
* patch 9.0.0626: too many delete() calls in testsv9.0.0626Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0625: too many delete() calls in testsv9.0.0625Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0624: leaking argument type arrayv9.0.0624Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0622: matchaddpos() can get slow when adding many matchesv9.0.0622Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0621: filetype test leaves file behindv9.0.0621Dominique Pelle2022-09-291-0/+2
* patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar2022-09-291-0/+2
* patch 9.0.0619: too many delete() calls in testsv9.0.0619Bram Moolenaar2022-09-281-0/+2
* patch 9.0.0618: calling function for reduce() has too much overheadv9.0.0618Bram Moolenaar2022-09-281-0/+2
* patch 9.0.0617: calling function for reduce() has too much overheadv9.0.0617Bram Moolenaar2022-09-281-0/+2
* patch 9.0.0616: spell test fails because error message changedv9.0.0616Bram Moolenaar2022-09-281-0/+2
* patch 9.0.0615: using reduce() on a list from range() is a bit slowv9.0.0615Bram Moolenaar2022-09-281-0/+2
* patch 9.0.0614: SpellFileMissing autocmd may delete bufferv9.0.0614Bram Moolenaar2022-09-281-0/+2
* patch 9.0.0613: running source tests leaves file behindv9.0.0613Dominique Pelle2022-09-281-0/+2
* patch 9.0.0612: blockedit test passes with wrong resultv9.0.0612Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0611: tests delete files with a separate delete() callv9.0.0611Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0610: global interrupt test fails when run under valgrindv9.0.0610Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0609: blockedit test fails because of wrong indentv9.0.0609Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0608: with spelling, deleting a full stop does not update next linev9.0.0608Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0607: verbose echo message test fails on Mac OSv9.0.0607Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0606: system() opens a terminal window when "!" is in 'guioptions'v9.0.0606Bram Moolenaar2022-09-271-0/+2
* patch 9.0.0605: dump file missingv9.0.0605Luuk van Baal2022-09-271-0/+2
* patch 9.0.0604: luacheckrc file is not recognizedv9.0.0604ObserverOfTime2022-09-271-0/+2
* patch 9.0.0603: with 'nosplitscroll' folds are not handled correctlyv9.0.0603Luuk van Baal2022-09-271-0/+2
* patch 9.0.0602: new TypeScript extensions are not recognizedv9.0.0602rhysd2022-09-271-0/+2
* patch 9.0.0601: too much indentv9.0.0601Yegappan Lakshmanan2022-09-271-0/+2
* patch 9.0.0600: GYP files are not recognizedv9.0.0600ObserverOfTime2022-09-271-0/+2
* patch 9.0.0599: latexmkrc files are not recognizedv9.0.0599ObserverOfTime2022-09-271-0/+2
* patch 9.0.0598: using negative array index with negative width windowv9.0.0598Bram Moolenaar2022-09-261-0/+2
* patch 9.0.0597: cannot close a tab page with the middle mouse buttonv9.0.0597regomne2022-09-261-0/+2
* patch 9.0.0596: CI on Mac M1 has the channel feature disabledv9.0.0596Philip H2022-09-261-0/+2
* patch 9.0.0595: extra newline in messages after a verbose shell messagev9.0.0595Bram Moolenaar2022-09-261-0/+2
* patch 9.0.0594: Makefile error message causes a shell errorv9.0.0594dundargoc2022-09-261-0/+2
* patch 9.0.0593: CI actions have too many permissionsv9.0.0593Alex2022-09-261-0/+2
* patch 9.0.0592: display not cleared when scrolling back in messagesv9.0.0592Bram Moolenaar2022-09-261-0/+2
* patch 9.0.0591: message window popup shows on only one tab pagev9.0.0591Bram Moolenaar2022-09-261-0/+2
* patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar2022-09-251-0/+2
* patch 9.0.0589: on AmigaOS4 the pid is available but the task address is usedv9.0.0589=?UTF-8?q?Ola=20S=C3=B6der?=2022-09-251-0/+2