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

13 lines
348 B
Markdown
Raw Normal View History

2023-12-17 22:24:47 +00:00
---
layout: post
title: Join Plugin
categories: project
tags: [vim, vimscript]
href: "https://github.com/jrpotter/vim-join"
2023-12-18 00:42:45 +00:00
image: vim.png
2023-12-17 22:24:47 +00:00
---
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`.