aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
Commit message (Expand)AuthorAge
* 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
* fix(startup): make recovery mode work without --headless (#24477)zeertzjq2023-07-25
* fix(startup)!: "nvim -l" message does not end with newline #24215zeertzjq2023-07-01
* fix(startup): don't truncate when printing with -l (#24216)zeertzjq2023-07-01
* fix(startup): "nvim -l foo.lua" may not set arg0 #24161Mike2023-06-26
* docs #22363Justin M. Keyes2023-06-19
* fix(remote): restore previous --remote-expr output formatting (#23988)zeertzjq2023-06-11
* fix(remote): make --remote-expr print to stdout (#23980)zeertzjq2023-06-11
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre2023-05-28
* Merge pull request #23523 from 3N4N/fix/api-infobfredl2023-05-26
|\
| * fix(windows): set stdout to binary mode for --api-infoEnan Ajmain2023-05-07
* | refactor(vim.secure): move to lua/secure.cLewis Russell2023-05-22
* | build: add ubsan default optionsii142023-05-15
* | docs: small fixesdundargoc2023-05-13
|/
* fix(tui): position cursor at bottom-left before stopping (#23369)zeertzjq2023-04-28
* refactor(fs): now it is time to get rid of fs_loop and fs_loop_mutexbfredl2023-04-25
* refactor(time): refactor delay with input checkingbfredl2023-04-24
* refactor(env): remove unused mutexbfredl2023-04-20
* vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-04-19
* vim-patch:9.0.0397: :defer not tested with exceptions and ":qa!"zeertzjq2023-04-16
* refactor: remove redundant castsii142023-04-07