Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use super::*;

#[tokio::test(flavor = "multi_thread")]
async fn test_history_completion() -> anyhow::Result<()> {
    test_key_sequence(
        &mut AppBuilder::new().build()?,
        Some(":asdf<ret>:theme d<C-n><tab>"),
        Some(&|app| {
            assert!(!app.editor.is_err());
        }),
        false,
    )
    .await?;

    Ok(())
}
2430] rounded-md cursor-pointer hover:bg-[#4CB3FF] peer"> Code
Blaž Hrastnik lsp: Test changeset_to_changes.
b7da7f8 · 2021-02-16 5160Commits
.envrc
-rw-r--r--
31
.github
d---------
.gitignore
-rw-r--r--
63
.gitmodules
-rw-r--r--
3675
Cargo.lock
-rw-r--r--
35982
Cargo.toml
-rw-r--r--
245
README.md
-rw-r--r--
661
TODO.md
-rw-r--r--
1175
doc
d---------
flake.lock
-rw-r--r--
2403
flake.nix
-rw-r--r--
630
helix-core
d---------
helix-lsp
d---------
helix-syntax
d---------
helix-term
d---------
helix-view
d---------
shell.nix
-rw-r--r--
403
README.md