summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3348: line2byte() returns wrong value after adding textpropv8.2.3348Bram Moolenaar2021-08-153-3/+29
* patch 8.2.3347: check for legacy script is incompletev8.2.3347Bram Moolenaar2021-08-159-9/+77
* patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd"v8.2.3346Bram Moolenaar2021-08-143-1/+5
* Update runtime filesBram Moolenaar2021-08-1435-284/+1650
* patch 8.2.3345: some code not covered by testsv8.2.3345Dominique Pelle2021-08-145-0/+84
* patch 8.2.3344: vimscript test failsv8.2.3344Bram Moolenaar2021-08-142-1/+8
* patch 8.2.3343: Vim9: autoload test failsv8.2.3343Bram Moolenaar2021-08-142-2/+3
* patch 8.2.3342: test for :let errors failsv8.2.3342Bram Moolenaar2021-08-143-2/+5
* patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar2021-08-148-12/+63
* patch 8.2.3340: accessing uninitialized pointerv8.2.3340Bram Moolenaar2021-08-132-0/+4
* patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar2021-08-138-32/+122
* patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar2021-08-133-0/+17
* patch 8.2.3337: completing "call g:" returns entries with just "g:"v8.2.3337Bram Moolenaar2021-08-133-1/+8
* patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar2021-08-123-3/+26
* patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar2021-08-125-191/+248
* patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar2021-08-124-98/+136
* patch 8.2.3333: Vim9: not enough tests run with Vim9v8.2.3333Bram Moolenaar2021-08-123-6/+41
* patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar2021-08-119-106/+261
* patch 8.2.3331: Coverity warns for using value without boundary checkv8.2.3331Bram Moolenaar2021-08-112-3/+6
* patch 8.2.3330: Coverity reports using uninitialized fieldv8.2.3330Bram Moolenaar2021-08-112-0/+3
* patch 8.2.3329: v_lock not set when getting value of environment variablev8.2.3329Bram Moolenaar2021-08-112-0/+3
* patch 8.2.3328: Coverity error for not checking return valuev8.2.3328Bram Moolenaar2021-08-112-1/+5
* patch 8.2.3327: no check for sysconf() failingv8.2.3327Zdenek Dohnal2021-08-112-19/+29
* patch 8.2.3326: Vim9: no error passing an empty list of the wrong typev8.2.3326Bram Moolenaar2021-08-104-3/+32
* patch 8.2.3325: digraph test fails when LC_ALL is set to "C"v8.2.3325Bram Moolenaar2021-08-102-1/+6
* patch 8.2.3324: Vim9: Cannot use :silent with :endwhilev8.2.3324Bram Moolenaar2021-08-106-16/+34