aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/stdlib.h
Commit message (Collapse)AuthorAge
* refactor: replace manual header guards with #pragma oncedundargoc2023-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: split executor.c into two filesDundar Göc2021-10-26