summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2021-12-08fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii141
2021-12-04feat(api): add nvim_get_option_valueGregory Anders1
2021-11-16refactor: reduce number of explicit char casts (#16077)dundargoc1
2021-11-11fix(channel): fix channels opened by nvim_open_term() never being freedzeertzjq1
2021-11-01Merge pull request #16131 from jamessan/vim-8.1.0306James McCoy1
2021-11-01refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-29refactor(api): break out Vim script functions to its own fileBjörn Linse1
2021-10-29refactor(api): break out vim_to_object/object_to_vim to own fileBjörn Linse1
2021-10-25refactor(api): move extmark API to its own fileBjörn Linse1
2021-10-20Merge pull request #16086 from bfredl/termpipe_inputBjörn Linse1
2021-10-20feat(nvim_open_term): support input callback in luaBjörn Linse1
2021-10-19fix(api/nvim_eval_statusline): allow maxwidth=0 #16080Famiu Haque1
2021-10-18feat(api): evaluate statusline string #16020Famiu Haque1
2021-10-17fix(runtime): don't use regexes inside lua require'mod'Björn Linse1
2021-10-13refactor: reduce number of unique char castsDundar Göc1
2021-10-12refactor: reduce number of unique char casts (#15995)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-10-05fix(docs): add win_config.cJustin M. Keyes1
2021-10-05fix(docs): duplicate tag, wrong formattingJustin M. Keyes1
2021-10-05feat(api): named marks set, get, delete #15346Javier Lopez1
2021-10-04docs: fix typoAditya Kurdunkar1
2021-10-04refactor(api): move window config related functions to own fileBjörn Linse1
2021-10-03refactor(api): make export of functions opt-in, not opt-outBjörn Linse1
2021-10-03Merge pull request #15516 from bfredl/keysetBjörn Linse1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-10-02fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar1
2021-10-02fix(float)!: always anchor to corner of window including border #15832zeertzjq1
2021-09-18refactor: format #15702dundargoc1
2021-09-18refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse1
2021-09-10docs: extmarks indexing #15311Justin M. Keyes1
2021-09-10docs: extmark indexing #12742Patrice Peterson1
2021-09-01feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes1
2021-08-26Merge #15293 Vimscript "method" syntaxJustin M. Keyes1
2021-08-22refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse1
2021-08-22refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse1
2021-08-12vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar1
2021-08-10refactor(plines): remove implicit curwin plines() functionBjörn Linse1
2021-08-03refactor: remove remaining references to nvim_buf_set_virtual_textGregory Anders1
2021-07-24fix: fix incorrect call sites of xcallocGregory Anders1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2021-06-14feat(float): add rounded borders presetChristian Clason1
2021-06-02clang/'Logic error': assert get_decor_provider(id, true) returns nonnullJan Edmund Lazo1
2021-06-01api(nvim_open_win): add "noautocmd" optionSean Dewar1
2021-05-28lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries1
2021-05-15floats: z-indexBjörn Linse1
2021-05-11Merge pull request #14243 from shadmansaleh/Allow_cterm_colors_nvim_set_hlBjörn Linse1
2021-04-24doc : fixing missing @return in nvim_open_term docMichael Bleuez1
2021-04-21api: fix nvim_exec() silencing behaviour (#14413)Shadman1