neovim

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

commit f9231603c40301ef48ab2cc50e62c9e430b7edf3
parent ab7c0e9904610a1554af1c34a42bcaa25c847c15
Author: dundargoc <gocdundar@gmail.com>
Date:   Mon, 27 Nov 2023 20:22:17 +0100

refactor: fix includes for iconv.h

Diffstat:
MMakefile | 1-
Msrc/clint.py | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -222,7 +222,6 @@ iwyu: build/.ran-cmake |src/nvim/highlight.h\ |src/nvim/highlight_defs.h\ |src/nvim/highlight_group.h\ - |src/nvim/iconv.h\ |src/nvim/indent.h\ |src/nvim/indent_c.h\ |src/nvim/input.h\ diff --git a/src/clint.py b/src/clint.py @@ -977,7 +977,6 @@ def CheckIncludes(filename, lines, error): "src/nvim/highlight.h", "src/nvim/highlight_defs.h", "src/nvim/highlight_group.h", - "src/nvim/iconv.h", "src/nvim/indent.h", "src/nvim/indent_c.h", "src/nvim/input.h",