summaryrefslogtreecommitdiff
path: root/src/insexpand.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0254: typo in function namev9.0.0254zeertzjq2022-08-241-3/+3
* patch 9.0.0102: reading past end of line with insert mode completionv9.0.0102Bram Moolenaar2022-07-281-1/+1
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-18/+14
* patch 9.0.0060: accessing uninitialized memory when completing long linev9.0.0060Bram Moolenaar2022-07-231-0/+1
* patch 9.0.0054: compiler warning for size_t to int conversionv9.0.0054Bram Moolenaar2022-07-151-1/+1
* patch 9.0.0046: reading past end of completion with duplicate matchv9.0.0046Bram Moolenaar2022-07-071-1/+2
* patch 9.0.0045: reading past end of completion with a long linev9.0.0045Bram Moolenaar2022-07-071-28/+66
* patch 9.0.0020: with some completion reading past end of stringv9.0.0020Bram Moolenaar2022-07-011-2/+12
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-1/+1
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-12/+6
* patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completionv8.2.5022LemonBoy2022-05-261-4/+5
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-12/+1
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-3/+3
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4723: the ModeChanged autocmd event is inefficientv8.2.4723LemonBoy2022-04-091-4/+4
* patch 8.2.4099: Vim9: cannot use Vim9 syntax in mappingv8.2.4099Bram Moolenaar2022-01-151-1/+2
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+2
* patch 8.2.4037: Insert mode completion is insufficiently testedv8.2.4037Yegappan Lakshmanan2022-01-081-6/+27
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-5/+2
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-128/+223
* patch 8.2.3989: some insert completion code is not testedv8.2.3989Yegappan Lakshmanan2022-01-031-45/+84
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-2/+3
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3953: insert completion code is too complicatedv8.2.3953Yegappan Lakshmanan2021-12-311-562/+603
* patch 8.2.3944: insert mode completion functions are too longv8.2.3944Yegappan Lakshmanan2021-12-301-594/+736
* patch 8.2.3942: Coverity reports a possible memory leakv8.2.3942Bram Moolenaar2021-12-301-0/+2
* patch 8.2.3937: Insert mode completion function is too longv8.2.3937Yegappan Lakshmanan2021-12-291-345/+505
* patch 8.2.3915: illegal memory access when completing with invalid bytesv8.2.3915Bram Moolenaar2021-12-271-1/+6
* patch 8.2.3912: the ins_complete() function is much too longv8.2.3912Bram Moolenaar2021-12-271-258/+366
* patch 8.2.3788: lambda for option that is a function may be freedv8.2.3788Yegappan Lakshmanan2021-12-121-0/+15
* patch 8.2.3756: might crash when callback is not validv8.2.3756Yegappan Lakshmanan2021-12-071-2/+0
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-031-2/+135
* patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'v8.2.3712Yegappan Lakshmanan2021-12-011-5/+4
* patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar2021-11-171-4/+4
* patch 8.2.3555: ModeChanged is not triggered on every mode changev8.2.3555=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-10-221-0/+7
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-171-5/+4
* patch 8.2.3525: option variable name does not match option namev8.2.3525Bram Moolenaar2021-10-161-4/+4
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-161-7/+52
* patch 8.2.3465: cannot detect insert scroll modev8.2.3465zeertzjq2021-10-031-2/+3
* patch 8.2.3389: cannot stop insert mode completion without side effectsv8.2.3389zeertzjq2021-08-311-7/+48
* patch 8.2.3293: finding completions may cause an endless loopv8.2.3293Andy Gozas2021-08-051-1/+27
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-4/+4
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-0/+11
* patch 8.2.2707: adding a lot of completions can still be a bit slowv8.2.2707Bram Moolenaar2021-04-041-1/+4
* patch 8.2.2704: adding a lot of completions can be a bit slowv8.2.2704Bram Moolenaar2021-04-031-7/+11
* patch 8.2.2427: can still switch windows for 'completefunc'v8.2.2427Bram Moolenaar2021-01-291-19/+2
* patch 8.2.2426: allowing 'completefunc' to switch windows causes troublev8.2.2426Bram Moolenaar2021-01-291-5/+6
* patch 8.2.2230: Vim9: insert completion runs into errorv8.2.2230Bram Moolenaar2020-12-271-1/+1