rvim 0.0.8

A text editor in rust
all:
	cargo run
man:
	cargo run --bin man --features build_deps
rustdocs:
	cargo doc --no-deps