summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3313: unused code in win_exchange() and frame_remove()v8.2.3313gmntroll2021-08-072-23/+6
* patch 8.2.3312: Vim9: after "if false" line breaks in expression not skippedv8.2.3312Bram Moolenaar2021-08-073-4/+12
* patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slowv8.2.3311Bram Moolenaar2021-08-073-3/+51
* patch 8.2.3310: Vim9: unpack assignment does not mention source of type errorv8.2.3310Bram Moolenaar2021-08-074-12/+47
* patch 8.2.3309: Vim9: divide by zero causes a crashv8.2.3309Bram Moolenaar2021-08-073-5/+34
* patch 8.2.3308: Vim9: no runtime check for argument type with varargs onlyv8.2.3308Bram Moolenaar2021-08-073-2/+16
* patch 8.2.3307: Vim9: :echoconsole cannot access local variablesv8.2.3307Bram Moolenaar2021-08-076-10/+40
* patch 8.2.3306: unexpected "No matching autocommands"v8.2.3306Bram Moolenaar2021-08-072-3/+10
* patch 8.2.3305: Vim9: :finally in skipped block not handled correctlyv8.2.3305rbtnn2021-08-074-37/+57
* patch 8.2.3304: popup window title with wide characters is truncatedv8.2.3304rbtnn2021-08-074-3/+5
* patch 8.2.3303: some structures could be smallerv8.2.3303Dominique Pelle2021-08-074-12/+14
* patch 8.2.3302: Coverity is not run from githubv8.2.3302Bram Moolenaar2021-08-073-0/+83
* patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan2021-08-0613-884/+938
* patch 8.2.3300: Lua: can only execute on Vim command at a timev8.2.3300Yegappan Lakshmanan2021-08-067-5/+124
* patch 8.2.3299: Vim9: exists() does not handle much at compile timev8.2.3299Bram Moolenaar2021-08-054-3/+34
* patch 8.2.3298: build failure with small featuresv8.2.3298Bram Moolenaar2021-08-052-1/+6
* patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar2021-08-0516-36/+90
* patch 8.2.3296: Vim9: cannot add a number to a floatv8.2.3296Bram Moolenaar2021-08-053-2/+23