Skip to content

Commit 59353d7

Browse files
committed
fix build
1 parent e33c15b commit 59353d7

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_with_ctx("true-color", HelixConfiguration::true_color)
1217+
.register_fn_with_ctx(CONFIG, "true-color", HelixConfiguration::true_color)
12181218
.register_fn_with_ctx(
12191219
CONFIG,
12201220
"insert-final-newline",

0 commit comments

Comments
 (0)