aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
Commit message (Expand)AuthorAge
* 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
* 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: 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
* helpers.c: Fix invalid state of failed conversion result for object_to_vim() ...oni-link2016-09-01
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* *: Fix linter errorsZyX2016-06-24
* api/helpers: Use typval_encode.h for vim_to_objectZyX2016-06-24
* api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* eval: Remove v:noneZyX2016-04-18
* eval: Add special variables v:false, v:null, v:noneZyX2016-04-18
* eval: Add special variable typeZyX2016-04-18
* shada: Refactor history merger to use statically sized 2linked listZyX2015-10-08
* ASan: Fix "null pointer passed for argument declared to never be null". #2925Florian Walch2015-06-30
* api: vim_set_var() should return the old value #2899Justin M. Keyes2015-06-25
* object_to_vim: Recognize buffers, windows, tabpages.Scott Prager2015-04-13
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* api: always return empty string as api type StringBjörn Linse2015-02-16
* Discard exceptions once they are converted to API errorsJake Kerr2015-02-12
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18