portfolio/_posts/2017-07-25-vim-join.md

12 lines
333 B
Markdown

---
layout: post
title: Join Plugin
categories: project
tags: [vim, vimscript]
href: "https://github.com/jrpotter/vim-join"
---
A small Vim plugin that joins a number of lines together and then breaks them
again with respect to the `textwidth` parameter. This enables re-flowing a set
of lines similar in manner to `fold` or `fmt`.