mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
build(IWYU): fix headers for arabic.h
This commit is contained in:
@ -195,6 +195,7 @@
|
||||
# headers on the left, it will use the headers on the right if possible. This
|
||||
# isn't explicitly mentioned in the IWYU docs, this is just my interpretation
|
||||
# of its behavior.
|
||||
{ include: [ '"nvim/arabic_defs.h"', public, '"nvim/arabic.h"', public ] },
|
||||
{ include: [ '"nvim/arglist_defs.h"', public, '"nvim/arglist.h"', public ] },
|
||||
{ include: [ '"nvim/buffer_defs.h"', public, '"nvim/buffer.h"', public ] },
|
||||
{ include: [ '"nvim/cmdexpand_defs.h"', public, '"nvim/cmdexpand.h"', public ] },
|
||||
|
Reference in New Issue
Block a user