From 9d100c6c13d20f16850e1c4707d8f09552241a40 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 3 Jun 2019 15:36:02 +0100 Subject: [PATCH] Push the lines all the way to column 72 --- vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vimrc b/vimrc index 2606640..cbcfa61 100644 --- a/vimrc +++ b/vimrc @@ -5,14 +5,14 @@ " Includes parts from Tim Pope's «sensible.vim» " . -" ===================================================================== +" ====================================================================== " Load Pathogen if Vim does not support packages. if !has("packages") runtime pack/acp/opt/vim-pathogen/autoload/pathogen.vim execute pathogen#infect('pack/acp/start/{}') endif -" ===================================================================== +" ====================================================================== " General settings for all builds. inoremap @@ -68,7 +68,7 @@ set viminfo="NONE" set wildmenu set wrap -" ===================================================================== +" ====================================================================== " General settings for non-minimal Vim builds. if has("eval") @@ -100,7 +100,7 @@ if has("eval") endif endif -" ===================================================================== +" ====================================================================== " Settings based on feature detection. if has("autocmd") @@ -158,6 +158,6 @@ if has("syntax") syntax on endif -" ===================================================================== +" ====================================================================== " End of config file. " vim:set ft=vim et sw=4: