aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* docs: misc (#29622)dundargoc2024-07-15
* refactor: Windows tilde expansion followup (#29380)Rafael Kitover2024-06-18
* Merge pull request #29124 from bfredl/inputringbfredl2024-06-02
|\
| * refactor(input): don't use a ring for inputbfredl2024-06-01
* | refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
|/
* refactor(fileio): remove useless use of FileDescriptorbfredl2024-05-28
* feat(main): expand file ~\ or ~/ prefix on Windows (#28515)Rafael Kitover2024-05-25
* fix(treesitter): make tests for memoize more robustbfredl2024-04-29
* perf(ui_client): skip some initialization not necessary for ui clientbfredl2024-04-29
* fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* 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