summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.3279: Vim9: cannot use block in cmdline windowv8.2.3279Bram Moolenaar2021-08-023-2/+17
* patch 8.2.3278: Vim9: error when adding 1 to floatv8.2.3278Bram Moolenaar2021-08-023-1/+10
* patch 8.2.3277: Vim9: compiled has() does not work properlyv8.2.3277Bram Moolenaar2021-08-022-4/+7
* patch 8.2.3276: Vim9: exists() can only be evaluated at runtimev8.2.3276Bram Moolenaar2021-08-025-6/+34
* patch 8.2.3275: optimizer can use hints about ga_grow() normally succeedingv8.2.3275Bram Moolenaar2021-08-025-61/+64
* patch 8.2.3274: macro for printf format check can be simplifiedv8.2.3274Bram Moolenaar2021-08-0211-67/+38
* patch 8.2.3273: autocmd test failsv8.2.3273Bram Moolenaar2021-08-012-1/+3
* patch 8.2.3272: cannot use id zero with prop_find()v8.2.3272Bram Moolenaar2021-08-013-4/+12
* patch 8.2.3271: Vim9: cannot use :command or :au with block in :def functionv8.2.3271Bram Moolenaar2021-08-017-20/+98
* patch 8.2.3270: prop_find() finds property with ID -2v8.2.3270Bram Moolenaar2021-08-012-6/+9
* patch 8.2.3269: Vim9: wrong argument check for partialv8.2.3269Bram Moolenaar2021-08-014-24/+44
* patch 8.2.3268: cannot use a block with :autocmd like with :commandv8.2.3268Bram Moolenaar2021-08-0110-50/+100
* patch 8.2.3267: Vim9: crash when disassembling using deleted script variablev8.2.3267Bram Moolenaar2021-08-013-30/+94
* patch 8.2.3266: Vim9: assignment with two indexes may check next linev8.2.3266Bram Moolenaar2021-08-013-5/+19
* patch 8.2.3265: smartcase does not work correctly in very magic patternv8.2.3265Christian Brabandt2021-08-013-1/+66