powerliners 0.2.10

1:1 Rust port of powerline/powerline. The ultimate statusline/prompt utility
Documentation
1
2
3
4
5
6
7
8
9
10
// vim:fileencoding=utf-8:noet
//! Port of `powerline/matchers/vim/plugin/__init__.py`.
//!
//! Upstream is the `extend_path` namespace-package pattern (see
//! `matchers/mod.rs` for the explanation). Rust port carries the
//! static child-module declarations only.

pub mod commandt;
pub mod gundo;
pub mod nerdtree;