aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-29 23:10:21 +0800
committerGitHub <noreply@github.com>2023-11-29 23:10:21 +0800
commit86cc791debba09c8ed1aa0d863be844108866a38 (patch)
tree7231cc3940e88ee6c6f963f641c99d23422ffc90 /Makefile
parent18c1fd8e9d759da6806747910320dce6bea2ab42 (diff)
downloadrneovim-86cc791debba09c8ed1aa0d863be844108866a38.tar.gz
rneovim-86cc791debba09c8ed1aa0d863be844108866a38.tar.bz2
rneovim-86cc791debba09c8ed1aa0d863be844108866a38.zip
refactor: move function macros out of vim_defs.h (#26300)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6a0c053ea..3781d06a6c 100644
--- a/Makefile
+++ b/Makefile
@@ -221,7 +221,6 @@ iwyu: build/.ran-cmake
|src/nvim/ui.h\
|src/nvim/ui_client.h\
|src/nvim/ui_compositor.h\
- |src/nvim/vim_defs.h\
|src/nvim/viml/parser/expressions.h\
|src/nvim/viml/parser/parser.h\
|src/nvim/window.h\