neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 7c652242579b6f734b57de106afbe1d5c32ed2fd
parent bbf36ef8ef86534e317e4e0153730a40ae4c936e
Author: dundargoc <gocdundar@gmail.com>
Date:   Wed, 15 Jan 2025 18:18:04 +0100

build: fix lint error on macos

Diffstat:
Msrc/nvim/event/proc.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/nvim/event/proc.h b/src/nvim/event/proc.h @@ -4,6 +4,7 @@ #include <stddef.h> #include "nvim/event/defs.h" // IWYU pragma: keep +#include "nvim/os/os_defs.h" #include "nvim/types_defs.h" static inline Proc proc_init(Loop *loop, ProcType type, void *data)