summaryrefslogtreecommitdiffstats
path: root/src/map.c
AgeCommit message (Expand)Author
2022-08-01patch 9.0.0127: unused variablev9.0.0127zeertzjq
2022-07-23patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar
2022-06-29patch 9.0.0002: map functionality outside of map.cv9.0.0002zeertzjq
2022-06-18patch 8.2.5125: MS-Windows: warnings from MinGW compilerv8.2.5125Yasuhiro Matsumoto
2022-06-16patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar
2022-06-16patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq
2022-05-27patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq
2022-05-10patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-05-04patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq
2022-05-04patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael
2022-04-26patch 8.2.4831: crash when using maparg() and unmapping simplified keysv8.2.4831zeertzjq
2022-04-26patch 8.2.4828: fix for unmapping simplified key not fully testedv8.2.4828zeertzjq
2022-04-25patch 8.2.4827: typo in variable namev8.2.4827Bram Moolenaar
2022-04-25patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael
2022-04-25patch 8.2.4824: expression is evaluated multiple timesv8.2.4824zeertzjq
2022-04-24patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael
2022-04-24patch 8.2.4819: unmapping simplified keys also deletes other mappingv8.2.4819zeertzjq
2022-02-28patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan
2022-02-27patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan
2022-02-16patch 8.2.4401: map listing does not clear the rest of the command linev8.2.4401Bram Moolenaar
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-20patch 8.2.4150: Coverity warns for using pointer after freev8.2.4150Bram Moolenaar
2022-01-19patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar
2022-01-18patch 8.2.4140: maparg() does not indicate the type of scriptv8.2.4140Bram Moolenaar
2022-01-18patch 8.2.4139: using freed memory in expression abbreviationv8.2.4139Bram Moolenaar
2022-01-16patch 8.2.4111: potential proglem when map is deleted while executingv8.2.4111Bram Moolenaar
2022-01-11patch 8.2.4059: Vim9: an expression of a map cannot access script-local itemsv8.2.4059Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-31patch 8.2.3959: error messages are spread outv8.2.3959Bram Moolenaar
2021-11-22patch 8.2.3643: header for source file is outdatedv8.2.3643zeertzjq
2021-07-30patch 8.2.3252: duplicated code for adding buffer linesv8.2.3252Yegappan Lakshmanan
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-03patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar
2021-04-30patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar
2021-04-24patch 8.2.2804: setting buffer local mapping with mapset() changes globalv8.2.2804Bram Moolenaar
2021-01-03patch 8.2.2289: Vim9: 'cpo' can become emptyv8.2.2289Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-10-01patch 8.2.1782: Vim9: cannot pass boolean to mapset()v8.2.1782Bram Moolenaar
2020-09-29patch 8.2.1773: crash when calling mapset() with a list as first argumentv8.2.1773Bram Moolenaar
2020-09-02patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar
2020-08-30patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar