aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0797: testing of options can be further improved (#30893)zeertzjq2024-10-22
* fix(exit): close memfiles after processing events (#30872)zeertzjq2024-10-21
* fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAMEbfredl2024-10-11
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* fix(startup): ignore broken $XDG_RUNTIME_DIR #30285Justin M. Keyes2024-09-08
* feat(startup): validate --listen addressJustin M. Keyes2024-09-02
* docs: misc #28970Justin M. Keyes2024-09-01
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* 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