neovim

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

commit 1813661a6197c76ea6621284570aca1d56597099
parent 1514982484c6b9bdb1cebec9399536ebc8c630f7
Author: dundargoc <gocdundar@gmail.com>
Date:   Thu,  4 Jan 2024 15:38:16 +0100

refactor(IWYU): fix headers

Remove `export` pramgas from defs headers as it causes IWYU to believe
that the definitions from the defs headers comes from main header, which
is not what we really want.