aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
| * | | feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
| * | | Merge pull request #17529 from seandewar/api-string-oopsiebfredl2022-02-28
| |\ \ \ | | |/ / | |/| |
| | * | fix(api): convert blob to NUL-terminated API stringSean Dewar2022-02-26
| * | | feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
| * | | feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
| * | | Merge pull request #17386 from bfredl/neothreadbfredl2022-02-27
| |\ \ \
| | * | | feat(lua): add proper support of luv threadserw72022-02-26
| | |/ /
| * | | Merge pull request #17414 from zeertzjq/api-set-cursor-redrawbfredl2022-02-26
| |\ \ \ | | |/ / | |/| |
| | * | fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq2022-02-15
| | |/
| * | feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell2022-02-24
| * | fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders2022-02-23
| * | feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2022-02-22
| * | fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
| * | Merge pull request #16678 from lewis6991/runtime_file_errbfredl2022-02-16
| |\ \
| | * | fix(api): re-route nvim_get_runtime_file errorsLewis Russell2022-02-15
| * | | docs: minor changes related to mapping descriptionzeertzjq2022-02-16
| |/ /
| * / fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders2022-02-15
| |/
| * 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