Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | refactor: remove typval.h from most header files (#23601) | zeertzjq | 2023-05-13 |
| | | | Because typval_defs.h is enough for most of them. | ||
* | vim-patch:8.2.4890: inconsistent capitalization in error messages | zeertzjq | 2023-05-05 |
| | | | | | | | | | Problem: Inconsistent capitalization in error messages. Solution: Make capitalization consistent. (Doug Kearns) https://github.com/vim/vim/commit/cf030578b26460643dca4a40e7f2e3bc19c749aa Co-authored-by: Bram Moolenaar <Bram@vim.org> | ||
* | eval/executor: Fix check-single-includes | ZyX | 2017-03-29 |
| | |||
* | eval: Split eval.c into smaller files | ZyX | 2017-03-29 |