summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4944: text properties are wrong after "cc"v8.2.4944LemonBoy2022-05-123-2/+26
* patch 8.2.4943: changing 'switchbuf' may have no effectv8.2.4943Sean Dewar2022-05-123-0/+14
* patch 8.2.4942: error when setting 'filetype' in help file againv8.2.4942Bram Moolenaar2022-05-122-5/+13
* patch 8.2.4941: '[ and '] marks may be wrong after undov8.2.4941LemonBoy2022-05-123-1/+27
* patch 8.2.4940: some code is never usedv8.2.4940Bram Moolenaar2022-05-126-16/+32
* patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positionsv8.2.4939zeertzjq2022-05-114-5/+9
* patch 8.2.4938: crash when matching buffer with invalid patternv8.2.4938Bram Moolenaar2022-05-113-1/+7
* patch 8.2.4937: no test for what 8.2.4931 fixesv8.2.4937Bram Moolenaar2022-05-102-0/+12
* patch 8.2.4936: MS-Windows: mouse coordinates for scroll event are wrongv8.2.4936LemonBoy2022-05-102-11/+15
* patch 8.2.4935: with 'foldmethod' "indent" some lines not included in foldv8.2.4935Brandon Simmons2022-05-103-0/+29
* patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar2022-05-105-11/+24
* patch 8.2.4933: a few more capitalization mistakes in error messagesv8.2.4933Bram Moolenaar2022-05-102-5/+7
* patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael2022-05-105-6/+36
* patch 8.2.4931: Crash with sequence of Perl commandsv8.2.4931Bram Moolenaar2022-05-102-1/+3
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-1015-121/+286
* patch 8.2.4929: off-by-one error in in statusline itemv8.2.4929LemonBoy2022-05-094-2/+28
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-0949-161/+166
* Update runtime files, translationsBram Moolenaar2022-05-0949-3973/+7982
* patch 8.2.4927: return type of remove() incorrect when using three argumentsv8.2.4927Bram Moolenaar2022-05-093-7/+13
* patch 8.2.4926: #ifdef for crypt feature around too many linesv8.2.4926zeertzjq2022-05-092-4/+6
* patch 8.2.4925: trailing backslash may cause reading past end of linev8.2.4925Bram Moolenaar2022-05-093-1/+15
* patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq2022-05-096-21/+60
* patch 8.2.4923: test checks for terminal feature unnecessarilyv8.2.4923zeertzjq2022-05-092-2/+2
* patch 8.2.4922: mouse test fails on MS-Windowsv8.2.4922Bram Moolenaar2022-05-082-0/+4
* patch 8.2.4921: spell test fails because of new illegal byte checkv8.2.4921Bram Moolenaar2022-05-082-8/+2
* patch 8.2.4920: MS-Windows GUI: unused variablesv8.2.4920Bram Moolenaar2022-05-082-4/+2
* patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar2022-05-085-1/+22
* patch 8.2.4918: conceal character from matchadd() displayed too many timesv8.2.4918LemonBoy2022-05-083-3/+28
* patch 8.2.4917: fuzzy expansion of option names is not rightv8.2.4917Christian Brabandt2022-05-085-4/+29
* patch 8.2.4916: mouse in Insert mode test failsv8.2.4916Bram Moolenaar2022-05-082-8/+18
* patch 8.2.4915: sometimes the cursor is in the wrong positionv8.2.4915Bram Moolenaar2022-05-082-1/+4
* patch 8.2.4914: string interpolation in :def function may failv8.2.4914Bram Moolenaar2022-05-083-4/+15
* patch 8.2.4913: popup_hide() does not always have effectv8.2.4913Bram Moolenaar2022-05-086-13/+47
* Update runtime filesBram Moolenaar2022-05-0733-8645/+15253
* patch 8.2.4912: using execute() to define a lambda doesn't workv8.2.4912Bram Moolenaar2022-05-075-3/+26
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-0749-492/+516
* patch 8.2.4910: imperfect codingv8.2.4910Bram Moolenaar2022-05-072-2/+4
* patch 8.2.4909: MODE_ enum entries names are too genericv8.2.4909Bram Moolenaar2022-05-075-51/+56
* patch 8.2.4908: no text formatting for // comment after a statementv8.2.4908Bram Moolenaar2022-05-073-1/+35
* patch 8.2.4907: some users do not want a line comment always insertedv8.2.4907Bram Moolenaar2022-05-075-7/+26
* patch 8.2.4906: MS-Windows: cannot use transparent backgroundv8.2.4906Yasuhiro Matsumoto2022-05-074-10/+17
* patch 8.2.4905: codecov includes MS-Windows install header filev8.2.4905Bram Moolenaar2022-05-072-0/+3
* patch 8.2.4904: codecov includes MS-Windows install filesv8.2.4904Bram Moolenaar2022-05-072-0/+7
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-0711-3/+125
* patch 8.2.4902: mouse wheel scrolling is inconsistentv8.2.4902LemonBoy2022-05-077-58/+95
* patch 8.2.4901: NULL pointer access when using invalid patternv8.2.4901Bram Moolenaar2022-05-073-1/+10
* patch 8.2.4900: Vim9 expression test fails without the job featurev8.2.4900Dominique Pelle2022-05-072-4/+8
* patch 8.2.4899: with latin1 encoding CTRL-W might go before the cmdlinev8.2.4899Bram Moolenaar2022-05-073-4/+12
* patch 8.2.4898: Coverity complains about pointer usagev8.2.4898Bram Moolenaar2022-05-072-14/+19
* patch 8.2.4897: comment inside an expression in lambda ignores the restv8.2.4897Bram Moolenaar2022-05-063-2/+21