summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/buffer.c
AgeCommit message (Expand)AuthorFiles
2018-05-23Adjust FUNC_API_SINCE for nvim_buf_live_updatesKillTheMule1
2018-05-23Add argument to not send a buffers content when updates are enabledKillTheMule1
2018-05-23API: Implement buffer updatesPeter Hodge1
2018-05-12API: nvim_get_commands(): return DictionaryJustin M. Keyes1
2018-05-12API: nvim_get_commands(): builtin is irrelevant for buffer-localJustin M. Keyes1
2018-05-11API: nvim_get_commands(): more attributesJustin M. Keyes1
2018-05-11API: nvim_get_commands(): always return keysJustin M. Keyes1
2018-05-11API: nvim_get_commands()Nimit Bhardwaj1
2018-05-03api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k1
2018-04-02api/buffer: Fix PVS/V547: use correct border for lnumZyX1
2018-01-18Fix warning about conversion on mingw64George Zhao1
2018-01-15Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)mkotha1
2017-12-10docJustin M. Keyes1
2017-11-06doc: API (generated)Justin M. Keyes1
2017-11-06doc: nvim_buf_add_highlight(): zero-indexed linesJustin M. Keyes1
2017-10-19bufhl: support creating new groupsBjörn Linse1
2017-06-24bufhl: fix moveBjörn Linse1
2017-06-11vim-patch:8.0.0607 (#6879)Daniel Hahler1
2017-06-03lint: fix indentation of FUNC_ATTR linesBjörn Linse1
2017-05-25get_keymap API (#6236)TJ DeVries1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-30api: deprecate obsolete nvim_buf_get_number functionBjörn Linse1
2017-04-24api: Do not translate error messages.Justin M. Keyes1
2017-04-23api_set_error(): renameJustin M. Keyes1
2017-04-23api/internal: Remove `set` field from Error type.Justin M. Keyes1
2017-04-23api_clear_error()Justin M. Keyes1
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma1
2017-04-19*: Add comment to all C filesZyX1
2017-04-12api/buffer: Validate replacement array in a separate cycleZyX1
2017-04-08Merge branch 'master' into luaviml'/luaZyX1
2017-03-29eval/typval,api/buffer: Fix review commentsZyX1
2017-03-29*: Fix some Windows-specific warningsZyX1
2017-03-27api: Reserve more numbers for internal callsZyX1
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 Linse1
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: Rename dict_set_value to dict_set_varZyX1
2017-02-23buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX1
2017-02-23api/buffer: Add nvim_buf_get_changedtick methodZyX1
2017-02-04Make Nvim work with latest vim-patch v7.4.2024Marco Hinz1
2016-10-23api: documentationJustin M. Keyes1
2016-10-22api: call multiple methods atomically (useful in async contexts)Björn Linse1
2016-09-15api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes1
2016-08-31api: consistently use nvim_ prefix and update documentationBjörn Linse1
2016-08-31api: Allow blacklist functions that shouldn't be accesible from evalBjörn Linse1
2016-08-31api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".Björn Linse1
2016-08-17api: handle null string in buffer_add_highlightBjörn Linse1