aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* feat(api): show more exception infoerw72023-01-16
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* docs: builtin TUI is no longer channel 0 (#21794)zeertzjq2023-01-15
* fix(api): nvim_create_autocmd crash on invalid types inside pattern arrayii142023-01-12
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* fix: use enum typeRaphael2023-01-09
* fix: formatRaphael2023-01-09
* fix(ui): convert title_pos string in nvim_win_get_configRaphael2023-01-09
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* docs: fix typos (#21427)dundargoc2023-01-04
* docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* refactor(tui): use nvim_echo() for verbose terminfobfredl2022-12-20
* Merge pull request #21393 from folke/highlight_showChristian Clason2022-12-17
|\
| * feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* | fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq2022-12-16
|/
* docs: add links to extmarks and namespaces (#21378)ii142022-12-12
* docs #20986Justin M. Keyes2022-12-11
* docs: fix typos (#21328)dundargoc2022-12-12
* fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq2022-12-10
* docs: add missing docs from some Vim patches (#21296)zeertzjq2022-12-05
* Merge pull request #21154 from clason/vimdoc-injectionsChristian Clason2022-12-02
|\
| * docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* | fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette2022-11-30
|/
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* docs: fix typos (#21196)dundargoc2022-11-29
* refactor: replace char_u with chardundargoc2022-11-28
* Merge pull request #20151 from dundargoc/refactor/char_u/13bfredl2022-11-22
|\
| * refactor: replace char_u with charDundar Göc2022-11-19
* | fix: pvs warnings (#21145)dundargoc2022-11-22
|/
* fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll12022-11-17
* fix(api): nvim_buf_get_text regression (#21071)Lewis Russell2022-11-15
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* | Merge pull request #20991 from famiu/feat/api/nvim_cmd/command-namebfredl2022-11-07
|\ \
| * | feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07