summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3323: Vim9: Cannot use :silent with :endwhilev8.2.3323Bram Moolenaar2021-08-102-1/+3
* patch 8.2.3322: Vim9: checking type of dict does not check member typev8.2.3322Bram Moolenaar2021-08-093-2/+20
* patch 8.2.3321: some code is not testedv8.2.3321Dominique Pelle2021-08-093-0/+46
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-0931-1327/+1303
* patch 8.2.3319: Coverity action on github does not workv8.2.3319James McCoy2021-08-092-2/+4
* patch 8.2.3318: Vim9: cannot ignore quotes in number at the command linev8.2.3318Bram Moolenaar2021-08-083-1/+7
* patch 8.2.3317: Vim9: No error for missing white space before return typev8.2.3317Bram Moolenaar2021-08-083-1/+31
* patch 8.2.3316: float test failsv8.2.3316Bram Moolenaar2021-08-082-1/+3
* patch 8.2.3315: cannot use single quote in a float number for readabilityv8.2.3315Bram Moolenaar2021-08-087-10/+72
* patch 8.2.3314: behavior of exists() in a :def function is unpredictablev8.2.3314Bram Moolenaar2021-08-087-25/+78