aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/develop.txt
Commit message (Expand)AuthorAge
* docs(develop.txt): nvim_open_win is now in win_config.c (#15909)zeertzjq2021-10-04
* docs: naming conventionsJustin M. Keyes2021-09-09
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* docs #15447Justin M. Keyes2021-08-21
* eval_call_provider(): free unused return value #12819Jacques Germishuys2020-09-01
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* UI: emit mouse_on/mouse_off on attach #11455Justin M. Keyes2019-11-25
* doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2019-11-06
* doc: eliminate msgpack_rpc.txt [ci skip]Justin M. Keyes2019-09-09
* provider: g:loaded_xx_provider=2 means "enabled and working"Justin M. Keyes2019-08-04
* provider: decide status by g:loaded_xx_providerJustin M. Keyes2019-08-04
* provider: let providers decide their statusRui Abreu Ferreira2019-08-04
* docJustin M. Keyes2019-05-11
* doc: rewrite *feature-list*Justin M. Keyes2019-04-08
* doc [ci skip] #9478Justin M. Keyes2019-01-26
* docJustin M. Keyes2018-12-30
* RPC: turn errors from async calls into notificationsBjörn Linse2018-12-03
* docJustin M. Keyes2018-11-28
* vim-patch:91f84f6e11cdJustin M. Keyes2018-10-29
* doc/develop.txt: brevityJustin M. Keyes2018-10-11
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
* doc (#8652)Justin M. Keyes2018-06-28
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* docJustin M. Keyes2017-12-26
* docJustin M. Keyes2017-11-06
* help, man.vim: change "outline" map to gO (#7405)Justin M. Keyes2017-10-21
* doc: "terminal" always means "embedded terminal emulator"Justin M. Keyes2017-08-03
* doc: Replace hardcoded TOCs with <M-]> advice.Justin M. Keyes2017-05-01
* doc: api-contract, CONTRIBUTING.mdJustin M. Keyes2017-04-19
* doc: Update missing headers. (#6330)Justin M. Keyes2017-03-22
* doc/deprecated.txt (#5338)Justin M. Keyes2016-09-24
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* docJustin M. Keyes2016-07-03
* doc: consolidate nvim.txtJustin M. Keyes2016-06-15
* doc: uppercase RPCJustin M. Keyes2016-06-15
* doc/provider: cleanupJustin M. Keyes2016-06-15
* doc: remove "nvim-" qualfier from tagsJustin M. Keyes2016-06-15
* doc: msgpack_rpc: De-emphasize the transport protocol.Justin M. Keyes2016-06-15
* doc: Move spell design discussion.Justin M. Keyes2016-06-15
* vim-patch:5e9b2faJames McCoy2016-06-07
* vim-patch:13d5aeeJames McCoy2016-06-06
* doc: Remove some Vi-compatibility stuffMichael Reed2015-11-24
* doc/develop.txt: Remove "coding-style" sectionMichael Reed2015-11-24
* doc/develop.txt: Mention src/nvim/README.mdMichael Reed2015-11-24
* doc/develop.txt: Remove "design-assumptions" sectionMichael Reed2015-11-24
* docJustin M. Keyes2015-11-07
* Improve comments and fix ascii_* attributesFelipe Oliveira Carvalho2015-04-24
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24