summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2017-04-21Merge #6539 'More cursor shape modes'Justin M. Keyes1
2017-04-21ui: use an array for mode stylesBjörn Linse1
2017-04-21ui: support more cursor shape modesBjörn Linse1
2017-04-19*: Add comment to all C filesZyX8
2017-04-16*: Silence some false positivesZyX1
2017-04-12api/buffer: Validate replacement array in a separate cycleZyX1
2017-04-11api: Remove FUNC_API_SINCE for nvim__ functionsZyX1
2017-04-10api: Bump nvim__*id functions since valueZyX1
2017-04-08api: Rename _vim_id functions to nvim__idZyX1
2017-04-08api: Add FUNC_API_SINCE(1) to new functionsZyX1
2017-04-08Merge branch 'master' into luaviml'/luaZyX4
2017-04-04'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes1
2017-04-01tui: 'guicursor' shape #6044Matthieu Coudron1
2017-03-30api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer2
2017-03-29eval/typval,api/buffer: Fix review commentsZyX1
2017-03-29*: Fix some Windows-specific warningsZyX1
2017-03-29eval: Move copy_tv to eval/typvalZyX1
2017-03-29eval: Move free_tv to eval/typval.h, remove most of its usagesZyX1
2017-03-29eval,*: Move get_tv_string to typval.cZyX1
2017-03-29*: Move some dictionary functions to typval.h and use char*ZyX2
2017-03-29eval: Split eval.c into smaller filesZyX2
2017-03-27api: Use a form of `1 << 63` for INTERNAL_CALL_MASKZyX1
2017-03-27api: Also shift numbers in api_metadata outputZyX1
2017-03-27api: Allow kObjectTypeNil to be zero without breaking compatibilityZyX1
2017-03-27api: Reserve more numbers for internal callsZyX2
2017-03-27functests: Test for error conditionsZyX3
2017-03-27executor/converter: Make nlua_pop_Object not recursiveZyX2
2017-03-27executor: Make sure it works with API valuesZyX1
2017-03-16doc: handle_* function declarationsJustin M. Keyes1
2017-03-15api: bump api level to 2Björn Linse1
2017-03-15api: add detailed checks for compatibility and correct "since" valueBjörn Linse1
2017-03-15api: implement FUNC_API_SINCEBjörn Linse5
2017-03-07api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019Matthew Malcomson1
2017-03-01doc/api.txt: Merge with api-funcs.txtJustin M. Keyes1
2017-02-23api: Make sure dict_set_var doesn’t edit read-only valuesZyX1
2017-02-23api: Rename dict_set_value to dict_set_varZyX5
2017-02-23buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX1
2017-02-23api/buffer: Add nvim_buf_get_changedtick methodZyX1
2017-02-14vim-patch:7.4.2090Michael Ennen1
2017-02-14api/helpers: Remove NULL dereference (#6109)Nikolai Aleksandrovich Pavlov1
2017-02-04Make Nvim work with latest vim-patch v7.4.2024Marco Hinz2
2017-01-26refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes1
2017-01-13Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz1
2017-01-07eval: Fix failing testZyX1
2017-01-07eval: Make sure that copyID is reset when neededZyX1
2017-01-06eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partialsZyX1
2017-01-04*: Remove `// fname()` comments near typval_encode includesZyX1
2017-01-03tests: Add tests for partials dumpingZyX1
2017-01-03eval/typval_encode: Refactor arguments to argument macrosesZyX1
2017-01-03api/helpers: Fix unused variable error in release buildZyX1