aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.c
Commit message (Expand)AuthorAge
* refactor(map): statically initialize maphash arraybfredl2022-06-24
* perf(map): avoid extraneous heap allocations when setting mappingsbfredl2022-06-24
* perf(map): visit only one hash bucket instead of all, like an actual hash tablebfredl2022-06-24
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23