We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33c15b commit 59353d7Copy full SHA for 59353d7
helix-term/src/commands/engine/steel/mod.rs
@@ -1214,7 +1214,7 @@ fn load_configuration_api(engine: &mut Engine, generate_sources: bool) {
1214
"#%raw-cursor-shape",
1215
HelixConfiguration::cursor_shape,
1216
)
1217
- .register_fn_with_ctx("true-color", HelixConfiguration::true_color)
+ .register_fn_with_ctx(CONFIG, "true-color", HelixConfiguration::true_color)
1218
.register_fn_with_ctx(
1219
CONFIG,
1220
"insert-final-newline",
0 commit comments