summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3295: 'cursorline' should not apply to 'breakindent'v8.2.3295zeertzjq2021-08-0514-19/+268
* patch 8.2.3294: Lua: memory leak when adding dict item failsv8.2.3294Bram Moolenaar2021-08-052-1/+11
* patch 8.2.3293: finding completions may cause an endless loopv8.2.3293Andy Gozas2021-08-054-1/+82
* patch 8.2.3292: underscore in very magic pattern causes a hangv8.2.3292Christian Brabandt2021-08-053-1/+16
* patch 8.2.3291: Coverity warns for not checking return valuev8.2.3291Bram Moolenaar2021-08-053-1/+8
* patch 8.2.3290: Vim9: compiling dict may use pointer after freev8.2.3290Zdenek Dohnal2021-08-042-13/+23
* patch 8.2.3289: compiler warning for unused variable with small featuresv8.2.3289Bram Moolenaar2021-08-042-1/+10
* patch 8.2.3288: cannot easily access namespace dictionaries from Luav8.2.3288Yegappan Lakshmanan2021-08-044-0/+414
* patch 8.2.3287: channel events not handled in BufEnter autocommandv8.2.3287Bram Moolenaar2021-08-043-14/+65
* patch 8.2.3286: win_enter_ext() has too many boolean argumentsv8.2.3286Bram Moolenaar2021-08-042-20/+28
* patch 8.2.3285: scdoc filetype is not recognizedv8.2.3285Gregory Anders2021-08-043-0/+6
* patch 8.2.3284: no error for insert() or remove() changing a locked blobv8.2.3284Sean Dewar2021-08-048-36/+79
* patch 8.2.3283: Julia filetype is not recognizedv8.2.3283Christian Clason2021-08-043-0/+7
* patch 8.2.3282: Vim9: error about using -complete without -nargs is confusingv8.2.3282Bram Moolenaar2021-08-043-4/+7
* patch 8.2.3281: Vim9: TODO items in tests can be taken care ofv8.2.3281Bram Moolenaar2021-08-034-21/+8
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-0310-37/+56