summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2022-05-02fix(api): preserve `cmdmod` on `nvim_parse_cmd`Famiu Haque1
2022-04-30feat(api): add `nvim_parse_cmdline`Famiu Haque1
2022-04-30refactor: replace char_u variables and functions with char (#18288)dundargoc1
2022-04-29vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq1
2022-04-26refactor(terminal)!: drop winpty, require Windows 10 #18253erw71
2022-04-23docs: make docstring consistent with parameters #18178dundargoc1
2022-04-10refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders1
2022-04-10vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq1
2022-03-24chore(nvim_paste): assert the correct String (#17752)zeertzjq1
2022-03-18vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell1
2022-03-17Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl1
2022-03-18feat: add support for global statuslineFamiu Haque1
2022-03-17chore: fix typos (#17670)dundargoc1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2022-03-13docs(api): improve section on nvim_set_hl (#17692)adrian51
2022-03-13Merge pull request #17687 from zeertzjq/fix-channel-consistencyzeertzjq1
2022-03-12refactor(main): separate connection code from --remote execution codeBjörn Linse1
2022-03-12fix(channel): fix channel consistencyerw71
2022-03-11test(remote): add tests for --remoteCharlie Groves1
2022-03-11feat(remote): add basic --remote supportCharlie Groves1
2022-03-11Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl1
2022-03-10refactor(decorations): move provider codeLewis Russell1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-03-10feat(api): relax statusline fillchar width checkzeertzjq1
2022-03-01fix: respect os_proc_children rv of pid not foundCharlie Groves1
2022-02-28feat(lua): show proper verbose output for lua configurationshadmansaleh1
2022-02-27feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez1
2022-02-26feat(lua): add proper support of luv threadserw71
2022-02-21fix(highlight): accept NONE as a color name (#17487)Lewis Russell1
2022-02-16Merge pull request #16678 from lewis6991/runtime_file_errbfredl1
2022-02-16docs: minor changes related to mapping descriptionzeertzjq1
2022-02-15fix(api): re-route nvim_get_runtime_file errorsLewis Russell1
2022-02-13fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh1
2022-02-10fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq1
2022-02-02refactor(api): use a keyset for highlight dictsBjörn Linse1
2022-02-01Merge pull request #17187 from lewis6991/masterbfredl1
2022-02-01feat(highlight): ns=0 to set :highlight namespaceLewis Russell1
2022-02-01Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq1
2022-01-24Merge pull request #17143 from jamessan/coverity-fixesJames McCoy1
2022-01-21refactor: remove CSI unescaping and clean up related names and commentszeertzjq1
2022-01-19fix(coverity/340720): error if nvim_eval_statusline given invalid winidJames McCoy1
2022-01-16feat(statusline): support multibyte fillcharzeertzjq1
2022-01-04fix(api): force redefinition of user commands by default (#16918)Gregory Anders1
2022-01-04chore: fix typos (#16816)dundargoc1
2022-01-01feat(api): add support for lua function & description in keymapshadmansaleh1
2021-12-28Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-12-28chore: fix typos (#16506)dundargoc1
2021-12-26fix(api): nvim__set_hl_ns causes extra redrawsBjörn Linse1
2021-12-21fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders1