summaryrefslogtreecommitdiff
path: root/src/map.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar2022-11-261-2/+22
* patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebugv9.0.0930Bram Moolenaar2022-11-231-2/+21
* patch 9.0.0873: using freed memory when executing mapclear at more promptv9.0.0873Bram Moolenaar2022-11-131-1/+35
* patch 9.0.0794: there is no way to find out if modifyOtherKeys has been seenv9.0.0794Bram Moolenaar2022-10-191-41/+63
* patch 9.0.0660: mapping with CTRL keys does not work in the GUIv9.0.0660zeertzjq2022-10-041-1/+5
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-3/+0
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-1/+1
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-121-3/+3
* patch 9.0.0341: mapset() does not restore <Nop> mapping properlyv9.0.0341zeertzjq2022-08-311-1/+4
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-301-4/+1
* patch 9.0.0127: unused variablev9.0.0127zeertzjq2022-08-011-2/+0
* patch 9.0.0063: too many type casts for dict_get functionsv9.0.0063Bram Moolenaar2022-07-231-15/+15
* patch 9.0.0002: map functionality outside of map.cv9.0.0002zeertzjq2022-06-291-5/+39
* patch 8.2.5125: MS-Windows: warnings from MinGW compilerv8.2.5125Yasuhiro Matsumoto2022-06-181-1/+1
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-2/+2
* patch 8.2.5106: default cmdwin mappings are re-mappablev8.2.5106zeertzjq2022-06-161-17/+22
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-2/+2
* patch 8.2.4932: not easy to filter the output of maplist()v8.2.4932Ernie Rael2022-05-101-0/+1
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-92/+97
* patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq2022-05-041-11/+1
* patch 8.2.4861: it is not easy to restore saved mappingsv8.2.4861Ernie Rael2022-05-041-14/+94
* patch 8.2.4831: crash when using maparg() and unmapping simplified keysv8.2.4831zeertzjq2022-04-261-5/+2
* patch 8.2.4828: fix for unmapping simplified key not fully testedv8.2.4828zeertzjq2022-04-261-0/+2
* patch 8.2.4827: typo in variable namev8.2.4827Bram Moolenaar2022-04-251-5/+5
* patch 8.2.4825: can only get a list of mappingsv8.2.4825Ernie Rael2022-04-251-3/+18
* patch 8.2.4824: expression is evaluated multiple timesv8.2.4824zeertzjq2022-04-251-6/+5
* patch 8.2.4820: not simple programmatic way to find a specific mappingv8.2.4820Ernie Rael2022-04-241-28/+91
* patch 8.2.4819: unmapping simplified keys also deletes other mappingv8.2.4819zeertzjq2022-04-241-1/+7
* patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan2022-02-281-101/+100
* patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan2022-02-271-19/+75
* patch 8.2.4401: map listing does not clear the rest of the command linev8.2.4401Bram Moolenaar2022-02-161-0/+1
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-1/+1
* patch 8.2.4150: Coverity warns for using pointer after freev8.2.4150Bram Moolenaar2022-01-201-1/+1
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-191-1/+1
* patch 8.2.4140: maparg() does not indicate the type of scriptv8.2.4140Bram Moolenaar2022-01-181-5/+11
* patch 8.2.4139: using freed memory in expression abbreviationv8.2.4139Bram Moolenaar2022-01-181-5/+18
* patch 8.2.4111: potential proglem when map is deleted while executingv8.2.4111Bram Moolenaar2022-01-161-0/+3
* patch 8.2.4059: Vim9: an expression of a map cannot access script-local itemsv8.2.4059Bram Moolenaar2022-01-111-3/+16
* patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar2022-01-021-1/+1
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-2/+2
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3959: error messages are spread outv8.2.3959Bram Moolenaar2021-12-311-9/+7
* patch 8.2.3643: header for source file is outdatedv8.2.3643zeertzjq2021-11-221-4/+4
* patch 8.2.3252: duplicated code for adding buffer linesv8.2.3252Yegappan Lakshmanan2021-07-301-1/+35
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-1/+2
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-0/+6
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-1/+1
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-3/+2
* patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar2021-05-031-1/+1