summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-315-7/+119
* 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-2939-242/+649
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-294-8/+38
* patch 8.2.3384: cannot disable modeline for an individual filev8.2.3384Hu Jialun2021-08-284-2/+21
* 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-253-0/+6
* 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-233-2/+4
* 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
* patch 8.2.3364: Vim9: crash when :for is skippedv8.2.3364rbtnn2021-08-213-130/+202
* patch 8.2.3363: when :edit reuses the current buffer the alternate file is setv8.2.3363Bram Moolenaar2021-08-216-4/+12
* patch 8.2.3362: buffer overflow when completing long tag namev8.2.3362Gregory Anders2021-08-213-16/+51
* patch 8.2.3361: Vim9: crash with nested :whilev8.2.3361rbtnn2021-08-203-17/+107
* patch 8.2.3360: user function completion fails with dict functionv8.2.3360naohiro ono2021-08-193-3/+14
* patch 8.2.3359: Vim9: error for type when variable is not setv8.2.3359Bram Moolenaar2021-08-194-0/+23
* patch 8.2.3358: structurizr files are not recognizedv8.2.3358Bastian Venthur2021-08-173-3/+26
* patch 8.2.3357: crash when 'virtualedit' is set and window is narrowv8.2.3357Bram Moolenaar2021-08-173-1/+15
* patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan2021-08-169-77/+253
* patch 8.2.3355: MS-Windows: compiler warning for 64-32 bit conversionv8.2.3355Bram Moolenaar2021-08-162-2/+4
* patch 8.2.3354: build failure with +byte_offset but without +textpropv8.2.3354Bram Moolenaar2021-08-152-3/+5
* patch 8.2.3353: Vim9: type of argument for negate not checked at compile timev8.2.3353Bram Moolenaar2021-08-155-31/+49
* patch 8.2.3352: Vim9: error for nested :enddef has wrong line numberv8.2.3352Bram Moolenaar2021-08-153-0/+15
* patch 8.2.3351: Vim9: using a function by name may delete itv8.2.3351Bram Moolenaar2021-08-153-0/+23
* patch 8.2.3350: text properties test fails on MS-Windowsv8.2.3350Bram Moolenaar2021-08-152-0/+3
* patch 8.2.3349: eval test for scriptversion failsv8.2.3349Bram Moolenaar2021-08-152-2/+4