| Commit message (Expand) | Author | Age |
| * | refactor(options): remove option type macros | Famiu Haque | 2023-12-14 |
| * | refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338) | zeertzjq | 2023-12-01 |
| * | refactor(IWYU): move typedefs out of globals.h (#26322) | zeertzjq | 2023-11-30 |
| * | refactor: move some constants out of vim_defs.h (#26298) | zeertzjq | 2023-11-29 |
| * | refactor: fix headers with IWYU | dundargoc | 2023-11-28 |
| * | refactor: move hashtab types to hashtab_defs.h (#26262) | zeertzjq | 2023-11-28 |
| * | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| * | refactor: iwyu (#26062) | zeertzjq | 2023-11-16 |
| * | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| * | build(lint): remove unnecessary clint.py rules | dundargoc | 2023-10-23 |
| * | refactor: the long goodbye | dundargoc | 2023-10-09 |
| * | refactor: move cmdline completion types to cmdexpand_defs.h (#25465) | zeertzjq | 2023-10-02 |
| * | build(iwyu): add a few more _defs.h mappings (#25435) | zeertzjq | 2023-09-30 |
| * | vim-patch:9.0.1507: assert message is confusing with boolean result | zeertzjq | 2023-05-05 |
| * | vim-patch:8.2.1161: Vim9: using freed memory | zeertzjq | 2023-04-14 |
| * | vim-patch:8.2.1079: Vim9: no line break allowed in a while loop | zeertzjq | 2023-04-14 |
| * | vim-patch:8.2.1049: Vim9: leaking memory when using continuation line | zeertzjq | 2023-04-14 |
| * | vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def function | zeertzjq | 2023-04-14 |
| * | vim-patch:8.2.{0695,0725,0734,0753,0818,0819,0822} (#23075) | zeertzjq | 2023-04-14 |
| * | vim-patch:8.2.3969: value of MAXCOL not available in Vim script | zeertzjq | 2023-03-07 |
| * | fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines | Luuk van Baal | 2023-01-16 |
| * | feat(ui): add 'statuscolumn' option | luukvbaal | 2023-01-09 |
| * | build: allow IWYU to fix includes for all .c files | dundargoc | 2022-11-15 |
| * | refactor: migrate comment style (#20012) | Lewis Russell | 2022-09-02 |
| * | vim-patch:8.1.1689: profiling code is spread out | zeertzjq | 2022-08-12 |
| * | refactor: move FunPtr to types.h (#19466) | zeertzjq | 2022-07-22 |
| * | refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695) | dundargoc | 2022-05-25 |
| * | refactor: move macro definiton outside of enums | Dundar Goc | 2022-05-06 |
| * | feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 | Justin M. Keyes | 2022-05-03 |
| * | refactor: replace char_u variables and functions with char | Dundar Goc | 2022-05-03 |
| * | refactor(uncrustify): change rules to better align with the style guide | Dundar Goc | 2022-04-29 |
| * | refactor(misc1): move out autocmd related functions | Björn Linse | 2021-12-09 |
| * | Merge pull request #16107 from zeertzjq/vim-8.1.1542 | Jan Edmund Lazo | 2021-12-06 |
| |\ |
|
| | * | vim-patch:8.1.1542: an OptionSet autocommand does not get enough info | zeertzjq | 2021-11-22 |
| * | | lint (#16526) | Jan Edmund Lazo | 2021-12-05 |
| |/ |
|
| * | refactor: uncrustify #16090 | dundargoc | 2021-10-29 |
| * | refactor: format all C files under nvim/ #15977 | dundargoc | 2021-10-12 |
| * | vim-patch:8.1.0736: code for Blob not sufficiently tested | Sean Dewar | 2021-09-15 |
| * | vim-patch:8.1.0735: cannot handle binary data | Sean Dewar | 2021-09-15 |
| * | Merge pull request #14403 from seandewar/vim-8.2.1933 | Jan Edmund Lazo | 2021-05-09 |
| |\ |
|
| | * | eval: port v:collate | Sean Dewar | 2021-04-20 |
| * | | vim-patch:8.2.2388: no easy way to get the maximum or mininum number value | Jan Edmund Lazo | 2021-04-27 |
| * | | vim-patch:8.2.0296: mixing up "long long" and __int64 may cause problems | Jan Edmund Lazo | 2021-04-27 |
| |/ |
|
| * | vim-patch:8.2.2319: "exptype_T" can be read as "expected type" | Jan Edmund Lazo | 2021-04-11 |
| * | vim-patch:8.2.0069: ETYPE_ is used for two different enums | Jan Edmund Lazo | 2021-04-11 |
| * | vim-patch:8.2.0044: expression type is used inconsistently | Jan Edmund Lazo | 2021-04-11 |
| * | eval: add v:_null_string | Jan Edmund Lazo | 2021-04-08 |
| * | vim-patch:8.0.1505: debugger can't break on a condition | Jan Edmund Lazo | 2021-04-08 |
| * | vim-patch:8.2.2070: can't get the exit value in VimLeave(Pre) autocommands (#... | Jan Edmund Lazo | 2021-02-20 |
| * | eval: ll_range,ll_empty2 members are bool | Jan Edmund Lazo | 2021-02-06 |