aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-26 21:36:02 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 15:50:45 +0100
commit40139738eb479d0913ec6ce751ca5adfa50ad8c3 (patch)
treee6b2928fad2afb74235316b31261e2c2d01dc047 /src/nvim/buffer_defs.h
parent5b765fcab42308cd4d97a4c37da0c2b1cdb3514d (diff)
downloadrneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.gz
rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.tar.bz2
rneovim-40139738eb479d0913ec6ce751ca5adfa50ad8c3.zip
build: enable IWYU on mac
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 803d2aa0c6..0e7e5723cd 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -4,7 +4,7 @@
#include <stdint.h>
#include <stdio.h>
-typedef struct file_buffer buf_T; // Forward declaration
+typedef struct file_buffer buf_T;
/// Reference to a buffer that stores the value of buf_free_count.
/// bufref_valid() only needs to check "buf" when the count differs.