kawagh / somelines.vim

Vim plugin to split long one line command into some lines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

somelines.vim

Vim plugin to split long one line command into some lines for documentation.

usage

On target line,

:Sisl "Sisl is abbreviation of `SplitIntoSomeLines`.

example

input

oneline-long-command split --example --parameter many --format somelines plugin

output

oneline-long-command split \
--example \
--parameter many \
--format somelines \
plugin

About

Vim plugin to split long one line command into some lines


Languages

Language:Vim Script 100.0%