Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: fix runtime_defs.h (#26259) | zeertzjq | 2023-11-28 |
| | |||
* | refactor: rename types.h to types_defs.h | dundargoc | 2023-11-27 |
| | |||
* | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | vim-patch:8.1.2001: some source files are too big (#21231) | zeertzjq | 2022-11-29 |
Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes vim/vim#4898) https://github.com/vim/vim/commit/261f346f8154c0ec7094a4a211c653c74e9f7c2e |