diff options
| author | dundargoc <gocdundar@gmail.com> | 2023-11-26 21:36:02 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-27 15:50:45 +0100 |
| commit | 40139738eb479d0913ec6ce751ca5adfa50ad8c3 (patch) | |
| tree | e6b2928fad2afb74235316b31261e2c2d01dc047 /Makefile | |
| parent | 5b765fcab42308cd4d97a4c37da0c2b1cdb3514d (diff) | |
| download | rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.gz rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.bz2 rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.zip | |
build: enable IWYU on mac
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ test: $(TEST) iwyu: build/.ran-cmake cmake --preset iwyu cmake --build build > build/iwyu.log - iwyu-fix-includes --only_re="src/nvim" --ignore_re="(src/nvim/eval/encode.c|src/nvim/auto/\ + iwyu-fix-includes --only_re="src/nvim" --ignore_re="(src/nvim/eval/encode.c|src/nvim/auto/|src/nvim/os/lang.c|src/nvim/map.c\ |src/nvim/api/autocmd.h\ |src/nvim/api/buffer.h\ |src/nvim/api/command.h\ |