From 5716e117762f52ca42a40b11803fffa5e91f3438 Mon Sep 17 00:00:00 2001
From: Tim Pope <code@tpope.net>
Date: Thu, 24 Mar 2022 08:02:43 -0400
Subject: [PATCH] Fix line wrap in README

---
 README.markdown | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.markdown b/README.markdown
index b757601f..3dc4e6ce 100644
--- a/README.markdown
+++ b/README.markdown
@@ -86,7 +86,8 @@ For more information, see `:help fugitive`.
 
 ## Installation
 
-Install using your favorite package manager, or use Vim's built-in package support:
+Install using your favorite package manager, or use Vim's built-in package
+support:
 
     mkdir -p ~/.vim/pack/tpope/start
     cd ~/.vim/pack/tpope/start
-- 
GitLab