aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.c
Commit message (Expand)AuthorAge
* ui: refactor ui optionsBjörn Linse2018-02-13
* *: Provide list length when allocating listsZyX2018-01-14
* *: Remove most calls to tv_list_item_allocZyX2017-12-24
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\
| * helpers.c: statically assert integer falls within rangePeter Kalauskas2017-11-22
|/
* ext_cmdline: add support for highlightingBjörn Linse2017-10-26
* ext_cmdline: added cmdline levelDongdong Zhou2017-10-26
* api/helpers: Fix typoZyX2017-08-06
* api/helpers: Clarify try_start() usageZyX2017-08-06
* *: 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