Skip to content

Vim plugin to split long one line command into some lines

Notifications You must be signed in to change notification settings

kawagh/somelines.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published