aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* feat(api): add strikethrough, nocombine to set_hlChristian Clason2022-02-12
* Merge pull request #17360 from lewis6991/fix-window-closeChristian Clason2022-02-11
|\
| * fix: close floating windows when calling win_close()Rom Grk2022-02-10
* | fix(api): use changedir_func() in nvim_set_current_dir()zeertzjq2022-02-10
|/
* Merge pull request #17275 from bfredl/keysethlbfredl2022-02-05
|\
| * refactor(api): use a keyset for highlight dictsBjörn Linse2022-02-02
* | fix(api/nvim_win_call): share common win_execute logicSean Dewar2022-02-03
* | vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
* | Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\ \ | |/ |/|
| * vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | Merge pull request #17187 from lewis6991/masterbfredl2022-02-01
|\ \
| * | feat(highlight): ns=0 to set :highlight namespaceLewis Russell2022-02-01
| |/
* | Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq2022-02-01
|\ \ | |/ |/|
| * feat(statusline): support multibyte fillcharzeertzjq2022-01-16
* | Merge pull request #17183 from notomo/expose-extmark-right-gravitybfredl2022-01-28
|\ \
| * | feat(api): expose extmark right_gravity and end_right_gravitynotomo2022-01-24
* | | Merge pull request #17143 from jamessan/coverity-fixesJames McCoy2022-01-24
|\ \ \ | |/ / |/| |
| * | fix(coverity/340720): error if nvim_eval_statusline given invalid winidJames McCoy2022-01-19
| * | refactor(coverity/345582): assert fp is non-NULLJames McCoy2022-01-19
| |/
* | Merge pull request #17156 from zeertzjq/vim-8.2.3584bfredl2022-01-23
|\ \
| * | vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
| |/
* | Merge pull request #16936 from zeertzjq/no-escape-csibfredl2022-01-21
|\ \
| * | refactor: remove CSI unescaping and clean up related names and commentszeertzjq2022-01-21
| |/
* / feat(api): expose extmark more detailsnotomo2022-01-20
|/
* Merge pull request #16836 from bfredl/mark2bfredl2022-01-15
|\
| * refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* | Merge pull request #17001 from mjlbach/feat/non-strict-extmarksbfredl2022-01-15
|\ \ | |/ |/|
| * Address review r3Michael Lingelbach2022-01-15
| * Address review r2Michael Lingelbach2022-01-12
| * Address 'review'Michael Lingelbach2022-01-12
| * feat(extmarks): add strict optionMichael Lingelbach2022-01-08
* | feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq2022-01-13
* | fix(api): validate user_command name (#17004)Lewis Russell2022-01-09
|/
* fix(api): force redefinition of user commands by default (#16918)Gregory Anders2022-01-04
* chore: fix typos (#16816)dundargoc2022-01-04
* perf(api): elide luaref copy when setting 'callback' in nvim_set_keymapBjörn Linse2022-01-01
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* Merge pull request #16752 from gpanders/lua-user-commandsBjörn Linse2021-12-28
|\
| * feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* | chore: fix typos (#16506)dundargoc2021-12-28
|/
* fix(api): nvim__set_hl_ns causes extra redrawsBjörn Linse2021-12-26
* Merge pull request #16630 from kylo252/unused-includesBjörn Linse2021-12-26
|\
| * refactor(build): remove unused includeskylo2522021-12-12
* | fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
|/
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #16547 from pekdon/sunosJames McCoy2021-12-09
|\
| * fix: add STRNLEN compatability macroClaes Nästén2021-12-06
* | fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii142021-12-08
* | fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)Gregory Anders2021-12-08
|/