aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets.h
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-09-26 14:20:10 +0200
committerGitHub <noreply@github.com>2023-09-26 14:20:10 +0200
commitfe95037cdb9b0294ca24dbd0ff82c8462d051307 (patch)
treeab7ad7fced1d29b5037bacc667bbaed6ece9b272 /src/nvim/api/keysets.h
parent4db77017fb7ab9321817674a5f5533df4cd03f3f (diff)
parentf8ea49cfe1f4f3ed30da160d346553f0949ec1de (diff)
downloadrneovim-fe95037cdb9b0294ca24dbd0ff82c8462d051307.tar.gz
rneovim-fe95037cdb9b0294ca24dbd0ff82c8462d051307.tar.bz2
rneovim-fe95037cdb9b0294ca24dbd0ff82c8462d051307.zip
Merge pull request #25229 from glepnir/20323
fix(highlight): add force in nvim_set_hl
Diffstat (limited to 'src/nvim/api/keysets.h')
-rw-r--r--src/nvim/api/keysets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/api/keysets.h b/src/nvim/api/keysets.h
index 736ca9ce07..236e75983e 100644
--- a/src/nvim/api/keysets.h
+++ b/src/nvim/api/keysets.h
@@ -169,6 +169,7 @@ typedef struct {
Integer blend;
Boolean fg_indexed;
Boolean bg_indexed;
+ Boolean force;
} Dict(highlight);
typedef struct {