summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2023-01-09feat(ui): add 'statuscolumn' optionluukvbaal1
2023-01-09fix: use enum typeRaphael1
2023-01-09fix: formatRaphael1
2023-01-09fix(ui): convert title_pos string in nvim_win_get_configRaphael1
2023-01-05refactor(ui): devirtualize the ui layerbfredl3
2023-01-04docs: fix typos (#21427)dundargoc2
2023-01-01docs(api): fix treesitter parsing errorsChristian Clason2
2022-12-31fix(tui): more work in the TUIbfredl2
2022-12-31feat(tui): run TUI as external processhlpr982
2022-12-20refactor(tui): use nvim_echo() for verbose terminfobfredl2
2022-12-17Merge pull request #21393 from folke/highlight_showChristian Clason1
2022-12-17feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre1
2022-12-16fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq1
2022-12-12docs: add links to extmarks and namespaces (#21378)ii141
2022-12-11docs #20986Justin M. Keyes1
2022-12-12docs: fix typos (#21328)dundargoc1
2022-12-10fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq1
2022-12-05docs: add missing docs from some Vim patches (#21296)zeertzjq1
2022-12-02Merge pull request #21154 from clason/vimdoc-injectionsChristian Clason6
2022-12-02docs(gen): support language annotation in docstringsChristian Clason6
2022-11-30fix(ui-ext): log and clear error in ui_comp_event (#21147)Andrew Willette1
2022-11-29vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2
2022-11-29docs: fix typos (#21196)dundargoc1
2022-11-28refactor: replace char_u with chardundargoc1
2022-11-22Merge pull request #20151 from dundargoc/refactor/char_u/13bfredl1
2022-11-22fix: pvs warnings (#21145)dundargoc1
2022-11-19refactor: replace char_u with charDundar Göc1
2022-11-17fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll11
2022-11-15fix(api): nvim_buf_get_text regression (#21071)Lewis Russell1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc18
2022-11-14feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell5
2022-11-12feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux1
2022-11-08Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl3
2022-11-08vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal1
2022-11-07Merge pull request #20991 from famiu/feat/api/nvim_cmd/command-namebfredl1
2022-11-07feat(api): add command name to Lua command callback optsFamiu Haque1
2022-11-07refactor(highlight): rename FloatBorderTitle #20988Raphael1
2022-11-07vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq1
2022-11-06feat(ui): add support to display a title in the border of a float (#20184)Raphael2
2022-11-06refactor: fix clang-tidy warningsdundargoc3
2022-10-27docs(api): pattern is not expanded for autocommands (#20812)Christian Clason1
2022-10-23docs: fix typos (#20724)dundargoc1
2022-10-21refactor(uncrustify): improved formatting rulesdundargoc2
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc3
2022-10-17feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq1
2022-10-09docs: various #12823Justin M. Keyes2
2022-10-08fix(api): dynamically allocate line buffer for nvim_out_write (#20537)zeertzjq1
2022-09-30Merge pull request #20364 from zeertzjq/parse-cmd-omitbfredl1
2022-09-30docs: fix typos (#20394)dundargoc2
2022-09-30fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supportedzeertzjq1