summaryrefslogtreecommitdiff
path: root/src/map.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1782: Vim9: cannot pass boolean to mapset()v8.2.1782Bram Moolenaar2020-10-011-1/+1
* patch 8.2.1773: crash when calling mapset() with a list as first argumentv8.2.1773Bram Moolenaar2020-09-291-0/+2
* patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" argv8.2.1577Bram Moolenaar2020-09-021-2/+2
* patch 8.2.1547: various comment problemsv8.2.1547Bram Moolenaar2020-08-301-1/+1
* patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar2020-06-241-1/+1
* patch 8.2.0832: compiler warning for uninitialized variablev8.2.0832Bram Moolenaar2020-05-271-1/+1
* patch 8.2.0815: maparg() does not provide enough information for mapset()v8.2.0815Bram Moolenaar2020-05-241-20/+38
* patch 8.2.0812: mapset() does not properly handle <> notationv8.2.0812Bram Moolenaar2020-05-221-1/+7
* patch 8.2.0809: build failure with small featuresv8.2.0809Bram Moolenaar2020-05-221-7/+6
* patch 8.2.0807: cannot easily restore a mappingv8.2.0807Bram Moolenaar2020-05-221-50/+172
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-2/+2
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar2020-04-011-0/+2
* patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar2020-01-241-0/+75
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+3
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-6/+5
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2159: some mappings are listed twicev8.1.2159Bram Moolenaar2019-10-161-6/+13
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-281/+335
* patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar2019-09-031-12/+19
* patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar2019-09-021-0/+191
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-2/+0
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-011-0/+2268