Skip to content

Commit e33c15b

Browse files
committed
fix true color arity mismatch
1 parent e2203b6 commit e33c15b

File tree

1 file changed

+1
-1
lines changed
  • helix-term/src/commands/engine/steel

1 file changed

+1
-1
lines changed

helix-term/src/commands/engine/steel/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ fn load_configuration_api(engine: &mut Engine, generate_sources: bool) {
12141214
"#%raw-cursor-shape",
12151215
HelixConfiguration::cursor_shape,
12161216
)
1217-
.register_fn("true-color", HelixConfiguration::true_color)
1217+
.register_fn_with_ctx("true-color", HelixConfiguration::true_color)
12181218
.register_fn_with_ctx(
12191219
CONFIG,
12201220
"insert-final-newline",

0 commit comments

Comments
 (0)