vsm 0.1.1

A simple, interactive, command line vim session file manager.
Documentation
1
2
3
4
5
6
7
8
use pretty_assertions::assert_eq;

/// TODO: Example end to end test, feel free to replace it with something meaningful.
#[test]
fn end_to_end() {
    let x = 43;
    assert_eq!(x, 43);
}