summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2018-06-22*: Replace b_changedtick with new always-inline functionsZyX1
2018-06-11doc: job/channel, misc #7783Justin M. Keyes1
2018-06-09refactor: buf_collect_lines (#8509)Justin M. Keyes2
2018-06-08Merge #7917 'API: buffer updates'Justin M. Keyes1
2018-06-07API: validation: mention invalid method name (#8489)Justin M. Keyes2
2018-06-02tui: handle termguicolors rgb value in bridge for nowBjörn Linse1
2018-06-01nvim_list_uis: include channel idBjörn Linse2
2018-05-23Add empty options dict to buf_attachKillTheMule1
2018-05-23Send changedtick as first event if buffer contents weren't requestedKillTheMule1
2018-05-23Some renamings and doc changesKillTheMule1
2018-05-23Enable -WconversionKillTheMule1
2018-05-23The grand renamingKillTheMule1
2018-05-23LintKillTheMule1
2018-05-23Make separate functions to start/stop live updatesKillTheMule1
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-23api: list information about all channels/jobs.Björn Linse2
2018-05-12API: nvim_get_commands(): return DictionaryJustin M. Keyes2
2018-05-12API: nvim_get_commands(): builtin is irrelevant for buffer-localJustin M. Keyes1
2018-05-11API: nvim_get_commands(): more attributesJustin M. Keyes2
2018-05-11API: nvim_get_commands(): always return keysJustin M. Keyes3
2018-05-11API: nvim_get_commands()Nimit Bhardwaj3
2018-05-11Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes4
2018-05-10nvim_eval: fix memory leakJustin M. Keyes1
2018-05-09API: nvim_eval(): return non-generic VimL errorsJustin M. Keyes1
2018-05-09API: better way to capture abort-causing non-exception errorsJustin M. Keyes1
2018-05-09API: return non-generic VimL errorsJustin M. Keyes1
2018-05-09docJustin M. Keyes2
2018-05-06API: nvim_call_dict_function: expect actual function, not nameJustin M. Keyes1
2018-05-06API: nvim_call_dict_function: eliminate `internal` paramJustin M. Keyes1
2018-05-06refactor: nvim_call_dict_functionJustin M. Keyes1
2018-05-06API: nvim_call_dict_function #3032Sebastian Witte1
2018-05-03api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k4
2018-04-27Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2
2018-04-24API: nvim__stats()Justin M. Keyes1
2018-04-22api/vim: Fix PVS/V547: node was already dereferenced, so can’t be NULLZyX1
2018-04-17ui_events: correct wrong argument orderBjörn Linse1
2018-04-13API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes1
2018-04-12ui_set_option: pass String.data, not StringJustin M. Keyes1
2018-04-11test/util: expect_err() (#8257)Justin M. Keyes1
2018-04-08test/API: validate channel arg (#8245)Justin M. Keyes1
2018-04-02api/buffer: Fix PVS/V547: use correct border for lnumZyX1
2018-03-25*: Replace did_throw checks with current_exception checksZyX2
2018-03-25*: Make sure that !did_throw implies !current_exceptionZyX1
2018-03-18Merge #8107 'jobs: separate process-group'Justin M. Keyes1
2018-03-18build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes1
2018-03-18build/MSVC: fix "C4028: formal parameter different from declaration"Justin M. Keyes1
2018-03-18API: nvim_get_proc()Justin M. Keyes1
2018-03-16nvim_get_proc_children: fallback to shellJustin M. Keyes1