aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.h
Commit message (Expand)AuthorAge
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor(object): get rid of redundant FIXED_TEMP_ARRAYbfredl2022-07-20
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
* feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* api/options: cleanup the fixupBjörn Linse2020-12-04
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* helpers: fix FIXED_TEMP_ARRAYMatthieu Coudron2020-04-24
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* lua/executor.c: use TRY_WRAPJustin M. Keyes2019-10-29
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* *: Replace did_throw checks with current_exception checksZyX2018-03-25
* api helpers: Also save and restore did_emsgZyX2017-07-18
* api helpers: Save/restore more values in try_enter/try_leaveZyX2017-07-16
* ex_getln: Save and restore try stateZyX2017-07-01
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * *: Silence some false positivesZyX2017-04-16
* | functests: Test for error conditionsZyX2017-03-27
|/
* object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy2016-11-02
* api/helpers: Use typval_encode.h for vim_to_objectZyX2016-06-24
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* lib/kvec: Remove useless type argument from kv_push macrosZyX2016-05-30
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
* api/msgpack-rpc: Refactor msgpack_rpc_helpers.{c,h}Thiago de Arruda2014-09-12
* channel/msgpack_rpc: Refactor API dispatchingThiago de Arruda2014-06-24
* api: Add helper macros for dealing with API type castsThiago de Arruda2014-06-18
* Add automatic generation of headersZyX2014-06-02
* Move documentation from function declarations to definitionsZyX2014-06-02
* Build: Add more files to clint-files.txt and fix errorsThiago de Arruda2014-05-26
* coverity: fix BUFFER_SIZE_WARNING with str{n,l}cpyNicolas Hillegeer2014-05-26
* API: Refactor: Move non-public files to private subdirectoryThiago de Arruda2014-05-23