summaryrefslogtreecommitdiffstats
path: root/src/map.c
AgeCommit message (Expand)Author
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
2020-05-27patch 8.2.0832: compiler warning for uninitialized variablev8.2.0832Bram Moolenaar
2020-05-24patch 8.2.0815: maparg() does not provide enough information for mapset()v8.2.0815Bram Moolenaar
2020-05-22patch 8.2.0812: mapset() does not properly handle <> notationv8.2.0812Bram Moolenaar
2020-05-22patch 8.2.0809: build failure with small featuresv8.2.0809Bram Moolenaar
2020-05-22patch 8.2.0807: cannot easily restore a mappingv8.2.0807Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-01patch 8.2.0491: cannot recognize a <script> mapping using maparg()v8.2.0491Bram Moolenaar
2020-01-24patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar
2020-01-07patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-16patch 8.1.2159: some mappings are listed twicev8.1.2159Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-09-03patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar
2019-09-02patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-01patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar