aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
Commit message (Expand)AuthorAge
* *: Fix clint errorsZyX2017-07-18
* api helpers: Also save and restore did_emsgZyX2017-07-18
* api helpers: Save/restore more values in try_enter/try_leaveZyX2017-07-16
* Merge branch 'master' into colored-cmdlineZyX2017-07-15
|\
| * dict_get_value(): name the missing key (#6952)Matthieu Coudron2017-07-03
* | ex_getln: Save and restore try stateZyX2017-07-01
|/
* vim-patch:8.0.0607 (#6879)Daniel Hahler2017-06-11
* get_keymap API (#6236)TJ DeVries2017-05-25
* api: add metadata for ui eventsBjörn Linse2017-05-10
* api: generate ui eventsBjörn Linse2017-05-10
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api: Do not translate error messages.Justin M. Keyes2017-04-24
| * api_set_error(): renameJustin M. Keyes2017-04-23
| * api/internal: Remove `set` field from Error type.Justin M. Keyes2017-04-23
| * api_clear_error: Skip if error was not set.Justin M. Keyes2017-04-23
| * api_clear_error()Justin M. Keyes2017-04-23
| * api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
| * *: Add comment to all C filesZyX2017-04-19
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer2017-03-30
| * eval: Move copy_tv to eval/typvalZyX2017-03-29
| * eval,*: Move get_tv_string to typval.cZyX2017-03-29
| * *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
| * eval: Split eval.c into smaller filesZyX2017-03-29
* | api: Also shift numbers in api_metadata outputZyX2017-03-27
* | functests: Test for error conditionsZyX2017-03-27
|/
* api: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
* api: Rename dict_set_value to dict_set_varZyX2017-02-23
* api/helpers: Remove NULL dereference (#6109)Nikolai Aleksandrovich Pavlov2017-02-14
* Make Nvim work with latest vim-patch v7.4.2024Marco Hinz2017-02-04
* eval: Fix failing testZyX2017-01-07
* eval: Make sure that copyID is reset when neededZyX2017-01-07
* eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partialsZyX2017-01-06
* *: Remove `// fname()` comments near typval_encode includesZyX2017-01-04
* tests: Add tests for partials dumpingZyX2017-01-03
* eval/typval_encode: Refactor arguments to argument macrosesZyX2017-01-03
* api/helpers: Fix unused variable error in release buildZyX2017-01-03
* eval/typval_encode: Refactor big-big macros into .c.h fileZyX2017-01-03
* eval/typval_encode: Make partial conversions not recursiveZyX2017-01-03
* vim-patch:7.4.1719Michael Ennen2016-12-12
* vim-patch:7.4.1559Michael Ennen2016-12-12
* Merge #5752 from justinmk/docJustin M. Keyes2016-12-11
|\
| * doc: eval/typval_encode.hJustin M. Keyes2016-10-31
* | lintJames McCoy2016-11-02
* | object_to_vim: Fix buffer/window/tabpage conversion on BE systemsJames McCoy2016-11-02
|/
* api: api_info()['version']Justin M. Keyes2016-10-28
* api: Nvim version, API level #5386Rui Abreu Ferreira2016-10-26
* api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse2016-10-19
* lint: Removing dead initializations #5410Patrick Jackson2016-10-08
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15