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/helix-term
Michael Davis 93c6a337c4
Avoid command execution hooks on closed docs (#3613)
Fixes a panic with a config like:

    [keys.normal.space]
    x = [":buffer-close"]

by bailing out of the command-execution handling if the document
doesn't exist after handling a command.
2 years ago
..
src Avoid command execution hooks on closed docs (#3613) 2 years ago
tests Fix backwards selection duplication widening bug (#2945) 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml Update to crossterm-0.25 (#3390) 2 years ago
build.rs feat: support grammar cross-compilation 2 years ago