makecols.vim: converting lists to columns made simple
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
lolson 1ac425e2ef testing 9 years ago
doc Adding doc and plugin 9 years ago
plugin testing 9 years ago
README.markdown Fixing misspelling 9 years ago

README.markdown

makecols

Makecols.vim is intended to easily convert lists into column based layouts.

The easiest way to explain is with examples.

Say you have a list of things (in this case numbers)

1
2
3
4
5
6
7
8
9
10

and you’d like it to look neater

1       6
2       7
3       8
4       9
5       10

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle
git clone git://github.com/leothelocust/vim-makecols.git

Once help tags have been generated, you can view the manual with :help makecols.

Contributing

Just pull, make some changes, and create a merge request.

License

Copyright (c) Levi Olson. Distribution under the same terms as Vim itself. See :help license.