summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4926: #ifdef for crypt feature around too many linesv8.2.4926zeertzjq2022-05-091-0/+2
* patch 8.2.4925: trailing backslash may cause reading past end of linev8.2.4925Bram Moolenaar2022-05-091-0/+2
* patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq2022-05-091-0/+2
* patch 8.2.4923: test checks for terminal feature unnecessarilyv8.2.4923zeertzjq2022-05-091-0/+2
* patch 8.2.4922: mouse test fails on MS-Windowsv8.2.4922Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4921: spell test fails because of new illegal byte checkv8.2.4921Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4920: MS-Windows GUI: unused variablesv8.2.4920Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4918: conceal character from matchadd() displayed too many timesv8.2.4918LemonBoy2022-05-081-0/+2
* patch 8.2.4917: fuzzy expansion of option names is not rightv8.2.4917Christian Brabandt2022-05-081-0/+2
* patch 8.2.4916: mouse in Insert mode test failsv8.2.4916Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4915: sometimes the cursor is in the wrong positionv8.2.4915Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4914: string interpolation in :def function may failv8.2.4914Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4913: popup_hide() does not always have effectv8.2.4913Bram Moolenaar2022-05-081-0/+2
* patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4910: imperfect codingv8.2.4910Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4909: MODE_ enum entries names are too genericv8.2.4909Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4908: no text formatting for // comment after a statementv8.2.4908Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4907: some users do not want a line comment always insertedv8.2.4907Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto2022-05-071-0/+2
* patch 8.2.4905: codecov includes MS-Windows install header filev8.2.4905Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4904: codecov includes MS-Windows install filesv8.2.4904Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-071-0/+2
* patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy2022-05-071-0/+2
* patch 8.2.4901: NULL pointer access when using invalid patternv8.2.4901Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4900: Vim9 expression test fails without the job featurev8.2.4900Dominique Pelle2022-05-071-0/+2
* patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdlinev8.2.4899Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4898: Coverity complains about pointer usagev8.2.4898Bram Moolenaar2022-05-071-0/+2
* patch 8.2.4897: comment inside an expression in lambda ignores the restv8.2.4897Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4896: expression in command block does not look after NLv8.2.4896Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4895: buffer overflow with invalid command with composing charsv8.2.4895Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4894: MS-Windows: not using italicsv8.2.4894LemonBoy2022-05-061-0/+2
* patch 8.2.4893: distributed import files are not installedv8.2.4893Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4892: test failures because of changed error messagesv8.2.4892Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4891: Vim help presentation could be betterv8.2.4891Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4890: inconsistent capitalization in error messagesv8.2.4890Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4889: CI only tests with FreeBSD 12v8.2.4889Philip H2022-05-061-0/+2
* patch 8.2.4888: line number of lambda ignores line continuationv8.2.4888Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4887: channel log does not show invoking a timer callbackv8.2.4887Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4886: Vim9: redir in skipped block seen as assignmentv8.2.4886Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4885: test fails with the job/channel featurev8.2.4885Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4884: test fails without the job/channel featurev8.2.4884Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+2
* patch 8.2.4882: cannot make 'breakindent' use a specific columnv8.2.4882Christian Brabandt2022-05-061-0/+2
* patch 8.2.4881: "P" in Visual mode still changes some registersv8.2.4881Shougo Matsushita2022-05-061-0/+2
* patch 8.2.4880: Vim9: misplaced elseif causes invalid memory accessv8.2.4880Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4879: screendump test may fail when using valgrindv8.2.4879Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4878: valgrind warning for using uninitialized variablev8.2.4878Bram Moolenaar2022-05-061-0/+2
* patch 8.2.4877: MS-Windows: Wrongly using Normal colors for termguicolorsv8.2.4877Christian Brabandt2022-05-051-0/+2