aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
Commit message (Expand)AuthorAge
* rename: FUNC_API_ASYNC => FUNC_API_FASTBjörn Linse2019-06-30
* doc [ci skip]Justin M. Keyes2019-04-08
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* api: implement object namespacesBjörn Linse2018-11-24
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* bufhl: use kbtree for bufhlBjörn Linse2017-06-24
* refactor: Remove unused MAP_IMPL. (#6573)Patrick Jackson2017-04-23
* *: Add comment to all C filesZyX2017-04-19
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31
* Fix String_eq() (#5051)Marco Hinz2016-07-12
* *: Fix errors from new linter checksZyX2016-06-11
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNCThiago de Arruda2015-08-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* map: Add Map(int, int)Thiago de Arruda2015-03-25
* map: Add map_clear methodThiago de Arruda2015-03-25
* macro: Add MAX macro and rename min to MINThiago de Arruda2015-02-16
* msgpack-rpc: Allow selective deferral API callsThiago de Arruda2014-10-21
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21
* map/msgpack-rpc: Declare/define maps rpc method handlersThiago de Arruda2014-09-12
* provider: New module used to expose extension points for core servicesThiago de Arruda2014-07-17
* Refactor: Redefine `Map(T)` as a more generic `Map(T, U)` macroThiago de Arruda2014-05-30
* API: Refactor: Implement api/handle moduleThiago de Arruda2014-05-23
* Improve map module: Refactor vim_to_object_recThiago de Arruda2014-05-19
* Improve map module: Refactor into a macro libraryThiago de Arruda2014-05-19
* Improve map module: Change scopesThiago de Arruda2014-05-19
* Improve map module: Fix implementation of map_hasThiago de Arruda2014-05-19
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15