summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2023-12-16feat(ui): completeopt support popup like vimmathew2
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2
2023-12-09refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque3
2023-12-07refactor(options): split `get_option_value()` into smaller functionsFamiu Haque1
2023-12-07perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal1
2023-12-07refactor: object_to_vim() cannot failJustin M. Keyes3
2023-12-07feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes1
2023-12-06refactor(options): remove SOPT type enums (#26417)Famiu Haque1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini7
2023-12-04build: enable lintlua for src/ dir #26395Justin M. Keyes1
2023-12-04refactor(terminal): only remove const qualifier when necessary (#26386)zeertzjq1
2023-12-02refactor: free more reachable memory with EXITFREE (#26349)zeertzjq1
2023-12-01refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq1
2023-11-30refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq14
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq2
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-29Merge pull request #26292 from luukvbaal/decorbfredl1
2023-11-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-29fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal1
2023-11-28refactor: fix headers with IWYUdundargoc15
2023-11-28refactor: iwyu (#26269)zeertzjq1
2023-11-28Merge pull request #26249 from bfredl/concealcharbfredl2
2023-11-28feat(decoration): allow conceal_char to be a composing charbfredl2
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq9
2023-11-27refactor: rename types.h to types_defs.hdundargoc10
2023-11-27refactor: fix includes for api/autocmd.hdundargoc20
2023-11-27build(IWYU): export generated headersdundargoc7
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc8
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc14
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-27refactor: remove vim.h from more headers (#26244)zeertzjq1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq16
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2
2023-11-27build(clint): more precise check for "defs" headers (#26236)zeertzjq3
2023-11-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq3
2023-11-25build: rework IWYU mapping filesdundargoc3
2023-11-22refactor(decorations): break up Decoration struct into smaller piecesbfredl2
2023-11-20refactor: enable formatting for ternariesdundargoc4
2023-11-18refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl1
2023-11-18Merge pull request #25724 from luukvbaal/signmergebfredl2
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal2
2023-11-16feat(tui): support DCS responses in TermResponse event (#26061)Gregory Anders1
2023-11-16refactor: iwyu (#26062)zeertzjq5
2023-11-16refactor: move some functions to winfloat.c (#26020)Raphael1
2023-11-14refactor: vim.ui.clipboard #26040Justin M. Keyes1
2023-11-13docs: deprecate the "term_background" UI fieldGregory Anders1
2023-11-13refactor: move background color detection into LuaGregory Anders1