vim-line 3.0.3

A line-oriented vim motions library for TUI applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vim-line"
description = "A line-oriented vim motions library for TUI applications"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository = "https://github.com/navicore/patch-seq"
readme = "README.md"
keywords = ["vim", "editor", "tui", "line-editor"]
categories = ["text-editors", "command-line-utilities"]

[dependencies]
# Intentionally minimal - this crate should be self-contained

[dev-dependencies]