summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3413: Vim9: too many characters are allowed in import namev8.2.3413Bram Moolenaar2021-09-084-5/+31
* patch 8.2.3412: Vim9: importing the wrong filev8.2.3412Bram Moolenaar2021-09-072-2/+5
* patch 8.2.3411: Vim9: crash when using base name of importv8.2.3411Bram Moolenaar2021-09-074-0/+25
* patch 8.2.3410: crash with linebreak, listchars and large tabstopv8.2.3410Bram Moolenaar2021-09-073-31/+48
* patch 8.2.3409: reading beyond end of line with invalid utf-8 characterv8.2.3409Bram Moolenaar2021-09-073-1/+12
* patch 8.2.3408: can delete a numbered functionv8.2.3408Bram Moolenaar2021-09-063-0/+14
* patch 8.2.3407: using uninitialized memory with "let g:['bar'] = 2"v8.2.3407Bram Moolenaar2021-09-062-0/+3
* patch 8.2.3406: on some systems tests fail without _REENTRANTv8.2.3406Bram Moolenaar2021-09-063-0/+12
* patch 8.2.3405: cannot have a comment line in a {} block of a user commandv8.2.3405Bram Moolenaar2021-09-063-1/+13
* patch 8.2.3404: Vim9: no error for white space before "("v8.2.3404Bram Moolenaar2021-09-053-2/+12
* patch 8.2.3403: memory leak for :retab with invalid argumentv8.2.3403Bram Moolenaar2021-09-042-2/+13
* patch 8.2.3402: invalid memory access when using :retab with large valuev8.2.3402Bram Moolenaar2021-09-045-21/+34
* patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()v8.2.3401Bram Moolenaar2021-09-043-2/+18
* patch 8.2.3400: ":z!" is not supportedv8.2.3400Dominique Pelle2021-09-044-5/+37
* patch 8.2.3399: Octave files are not recognizedv8.2.3399Bram Moolenaar2021-09-032-0/+96
* patch 8.2.3398: html text objects are not fully testedv8.2.3398Dominique Pelle2021-09-032-94/+116
* patch 8.2.3397: no test for what 8.2.3391 fixesv8.2.3397Yegappan Lakshmanan2021-09-022-0/+20
* patch 8.2.3396: when libcall() fails invalid pointer may be usedv8.2.3396Bram Moolenaar2021-09-022-0/+7
* patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram Moolenaar2021-09-028-5/+75
* patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar2021-09-016-1/+86
* patch 8.2.3393: escaping for fish shell is skipping some charactersv8.2.3393Bram Moolenaar2021-09-013-10/+13
* patch 8.2.3392: augroup completion escapes regexp pattern charactersv8.2.3392Bram Moolenaar2021-09-013-5/+9
* patch 8.2.3391: crash with combination of 'linebreak' and other optionsv8.2.3391Bram Moolenaar2021-08-312-3/+10
* patch 8.2.3390: included xdiff code is outdatedv8.2.3390Christian Brabandt2021-08-3116-144/+239
* patch 8.2.3389: cannot stop insert mode completion without side effectsv8.2.3389zeertzjq2021-08-313-7/+110
* patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'v8.2.3388Bram Moolenaar2021-08-303-1/+11
* patch 8.2.3387: compiler warning for non-static functionv8.2.3387Dominique Pelle2021-08-302-1/+3
* patch 8.2.3386: using uninitialized memoryv8.2.3386Dominique Pelle2021-08-292-0/+3
* Update runtime filesBram Moolenaar2021-08-293-14/+15
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-293-8/+34
* patch 8.2.3384: cannot disable modeline for an individual filev8.2.3384Hu Jialun2021-08-283-2/+12
* patch 8.2.3383: Vim9: completion for :disassemble adds parenthesisv8.2.3383naohiro ono2021-08-283-2/+7
* patch 8.2.3382: crash when getting the type of a NULL partialv8.2.3382Bram Moolenaar2021-08-283-2/+14
* patch 8.2.3381: crash when using NULL list with sign functionsv8.2.3381Bram Moolenaar2021-08-283-1/+10
* patch 8.2.3380: crash when using NULL string for funcref()v8.2.3380Bram Moolenaar2021-08-283-0/+8
* patch 8.2.3379: crash when using NULL jobv8.2.3379Bram Moolenaar2021-08-283-1/+10
* patch 8.2.3378: MS-Windows: completing environment variables with % is wrongv8.2.3378Albert Liu2021-08-273-7/+9
* patch 8.2.3377: Vim9: :disass completion does not understand "s:"v8.2.3377Bram Moolenaar2021-08-263-1/+13
* patch 8.2.3376: Vim9: no warning that "@r" does not do anythingv8.2.3376Bram Moolenaar2021-08-255-15/+32
* patch 8.2.3375: using uninitialized memoryv8.2.3375Bram Moolenaar2021-08-252-1/+4
* patch 8.2.3374: Pyret files are not recognizedv8.2.3374Bram Moolenaar2021-08-252-0/+3
* patch 8.2.3373: text property test fails on MS-Windowsv8.2.3373Bram Moolenaar2021-08-252-0/+3
* patch 8.2.3372: line2byte() value wrong when adding a text propertyv8.2.3372Bram Moolenaar2021-08-253-1/+22
* patch 8.2.3371: Vim9: :$ENV cannot be followed by ->func() in next linev8.2.3371Bram Moolenaar2021-08-244-4/+28
* patch 8.2.3370: Vim9: no check for white space before type in declarationv8.2.3370Bram Moolenaar2021-08-233-1/+11
* patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spotv8.2.3369Bram Moolenaar2021-08-233-1/+12
* patch 8.2.3368: not all Racket files are recognizedv8.2.3368Bram Moolenaar2021-08-232-1/+3
* patch 8.2.3367: Vim9: :@r executing a register is inconsistentv8.2.3367Bram Moolenaar2021-08-223-7/+32
* patch 8.2.3366: Vim9: debugging elseif does not stop before conditionv8.2.3366Bram Moolenaar2021-08-223-2/+74
* patch 8.2.3365: Vim9: cannot use option for all operationsv8.2.3365Bram Moolenaar2021-08-215-3/+40