summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4173: cannot use an import in 'foldexpr'v8.2.4173Bram Moolenaar2022-01-211-3/+2
* patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar2022-01-101-1/+3
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-091-1/+4
* patch 8.2.4028: ml_get error with :doautoall and Visual areav8.2.4028Bram Moolenaar2022-01-071-0/+1
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-10/+5
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-061-0/+7
* patch 8.2.3997: Vim9: not enough testing for extend() and map()v8.2.3997Bram Moolenaar2022-01-041-2/+0
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-2/+9
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-261-0/+1
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-221-0/+1
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-221-0/+8
* patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar2021-12-141-2/+7
* patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar2021-12-131-9/+9
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-131-4/+0
* patch 8.2.3783: confusing error for using a variable as a functionv8.2.3783Bram Moolenaar2021-12-111-0/+2
* patch 8.2.3774: test for command line height failsv8.2.3774Bram Moolenaar2021-12-101-1/+2
* patch 8.2.3771: Vim9: accessing freed memory when checking typev8.2.3771Bram Moolenaar2021-12-101-0/+1
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-031-0/+3
* patch 8.2.3692: Vim9: cannot use :func inside a :def functionv8.2.3692Bram Moolenaar2021-11-281-0/+1
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-1/+2
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-0/+1
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-201-0/+11
* patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar2021-11-171-0/+5
* patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar2021-10-231-2/+5
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-171-1/+3
* patch 8.2.3525: option variable name does not match option namev8.2.3525Bram Moolenaar2021-10-161-1/+1
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-161-0/+1
* patch 8.2.3517: TextChanged does not trigger after TextChangedIv8.2.3517Christian Brabandt2021-10-161-3/+3
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-0/+2
* patch 8.2.3481: failures when char is unsignedv8.2.3481James McCoy2021-10-051-2/+2
* patch 8.2.3478: still crash with error in :catch and also in :finallyv8.2.3478Bram Moolenaar2021-10-051-3/+4
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-101-0/+1
* patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar2021-09-091-0/+3
* patch 8.2.3303: some structures could be smallerv8.2.3303Dominique Pelle2021-08-071-8/+8
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-2/+4
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-0/+2
* patch 8.2.3216: Vim9: crash when using variable in a loop at script levelv8.2.3216Bram Moolenaar2021-07-251-0/+3
* patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar2021-07-221-0/+3
* patch 8.2.3160: 'breakindent' does not work well for bulleted listsv8.2.3160Christian Brabandt2021-07-141-0/+1
* patch 8.2.3099: Vim9: missing catch/finally not reported at script levelv8.2.3099Bram Moolenaar2021-07-041-4/+5
* patch 8.2.3091: Vim9: default argument expr. cannot use previous argumentv8.2.3091Bram Moolenaar2021-07-031-0/+2
* patch 8.2.3062: internal error when adding several text propertiesv8.2.3062Bram Moolenaar2021-06-271-0/+1
* patch 8.2.3026: Vim9: cannot set breakpoint in compiled functionv8.2.3026Bram Moolenaar2021-06-201-0/+5
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-2/+3
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-101-1/+3
* patch 8.2.2967: Vim9: crash when using two levels of partialsv8.2.2967Bram Moolenaar2021-06-091-1/+1
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-261-0/+1
* patch 8.2.2866: Vim9: memory leak when using inline functionv8.2.2866Bram Moolenaar2021-05-181-0/+2
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+3
* patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar2021-04-241-0/+1