aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* ci(windows): optionally test windows with ASANdundargoc2024-03-23
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(startup): set full_screen when in ex_modeglepnir2024-03-09
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* fix(startup): multiprocess startuptime #26790Pablo Arias2024-02-09
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* refactor: move extern variables out of _defs.h files (#26320)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: remove vim.h from more headers (#26244)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: suppress bugprone-reserved-identifier warningsdundargoc2023-11-21
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | vim-patch:9.0.1857: [security] heap-use-after-free in is_qf_win()zeertzjq2023-11-17
* | refactor: iwyu (#26062)zeertzjq2023-11-16
|/
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: move defaults into separate module (#25929)Gregory Anders2023-11-08
* refactor: the long goodbyedundargoc2023-11-05
* fix(startup): trigger UIEnter for the correct channel (#25860)zeertzjq2023-11-01
* feat(server): allow embed with listen (#25709)George Harker2023-11-01
* test(unit): move statusline tests to statusline_spec.lua (#25441)zeertzjq2023-09-30
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt2023-09-27
* fix(startup): stop TUI properly when quitting at swap dialog (#25337)zeertzjq2023-09-24
* fix(tui): make :cquit work properly with remote TUI (#25313)zeertzjq2023-09-23
* feat(remote): avoid --remote-ui infinite loop (#24465)shafouz2023-08-13