You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-term/src/commands
Michael Davis f32c05db85
Detect indent-style in `:set-language` (#3330)
Indent style may change when choosing a language with `:set-language`.
Line-endings most likely will not change, but `:set-language` should
have a similar effect as reloading a file (`:reload`), plus the two
are currently grouped in the implementation and line-ending detection
is not particularly expensive.
2 years ago
..
dap.rs Add cwd parameter which is not optional anymore (#3240) 2 years ago
lsp.rs Fix byte index error in signature help highlighting 2 years ago
typed.rs Detect indent-style in `:set-language` (#3330) 2 years ago