summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2022-02-10fix: close floating windows when calling win_close()Rom Grk1
2022-02-10fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq1
2022-02-05Merge pull request #17275 from bfredl/keysethlbfredl2
2022-02-03fix(api/nvim_win_call): share common win_execute logicSean Dewar1
2022-02-03vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2
2022-02-03Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq1
2022-02-02refactor(api): use a keyset for highlight dictsBjörn Linse2
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-30vim-patch:8.2.4241: some type casts are redundantDundar Göc1
2022-01-28Merge pull request #17183 from notomo/expose-extmark-right-gravitybfredl1
2022-01-24Merge pull request #17143 from jamessan/coverity-fixesJames McCoy2
2022-01-24feat(api): expose extmark right_gravity and end_right_gravitynotomo1
2022-01-23Merge pull request #17156 from zeertzjq/vim-8.2.3584bfredl2
2022-01-21Merge pull request #16936 from zeertzjq/no-escape-csibfredl1
2022-01-21vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2
2022-01-21refactor: remove CSI unescaping and clean up related names and commentszeertzjq1
2022-01-20feat(api): expose extmark more detailsnotomo1
2022-01-19fix(coverity/340720): error if nvim_eval_statusline given invalid winidJames McCoy1
2022-01-19refactor(coverity/345582): assert fp is non-NULLJames McCoy1
2022-01-16feat(statusline): support multibyte fillcharzeertzjq1
2022-01-15Merge pull request #16836 from bfredl/mark2bfredl3
2022-01-15refactor(extmarks): use a more efficient representationBjörn Linse3
2022-01-15Merge pull request #17001 from mjlbach/feat/non-strict-extmarksbfredl2
2022-01-15Address review r3Michael Lingelbach1
2022-01-13feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq1
2022-01-12Address review r2Michael Lingelbach1
2022-01-12Address 'review'Michael Lingelbach1
2022-01-09fix(api): validate user_command name (#17004)Lewis Russell1
2022-01-08feat(extmarks): add strict optionMichael Lingelbach2
2022-01-04fix(api): force redefinition of user commands by default (#16918)Gregory Anders2
2022-01-04chore: fix typos (#16816)dundargoc1
2022-01-01perf(api): elide luaref copy when setting 'callback' in nvim_set_keymapBjörn Linse1
2022-01-01feat(api): add support for lua function & description in keymapshadmansaleh4
2021-12-28Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse4
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders4
2021-12-28chore: fix typos (#16506)dundargoc2
2021-12-26fix(api): nvim__set_hl_ns causes extra redrawsBjörn Linse1
2021-12-26Merge pull request #16630 from kylo252/unused-includesBjörn Linse1
2021-12-21fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders1
2021-12-12refactor(build): remove unused includeskylo2521
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse1
2021-12-09Merge pull request #16547 from pekdon/sunosJames McCoy1
2021-12-08fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii141
2021-12-08fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)Gregory Anders2
2021-12-06fix: add STRNLEN compatability macroClaes Nästén1
2021-12-04feat(api): add nvim_get_option_valueGregory Anders2
2021-11-27chore: fix typos (#16361)dundargoc2
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1