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
alois31 eb4ec32710
Fix opening new files (#5278)
Commit 1b89d3e535 introduced a regression
where opening a new file would no longer work, because attempting to
canonicalize its path would lead to a "No such file or directory"
error. Fall back to opening a new file when encountering an error to
fix this case.
2 years ago
..
commands Fix opening new files (#5278) 2 years ago
keymap Add command to merge consecutive ranges in selection (#5047) 2 years ago
ui mouse operations respect scrolloff (#5255) 2 years ago
application.rs Avoid trailing `s` in message when only 1 file is opened (#5189) 2 years ago
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2 years ago
commands.rs Add command to merge consecutive ranges in selection (#5047) 2 years ago
compositor.rs Remove redraw to fix build 2 years ago
config.rs Move top level lsp config to editor.lsp (#1868) 3 years ago
health.rs Print the binary required by the debug adapter (#5195) 2 years ago
job.rs remove Callback::Compositor variant 2 years ago
keymap.rs Fix nightly clippy lints (#4954) 2 years ago
lib.rs Add refresh-config and open-config command (#1803) 3 years ago
main.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago