From 440b56a9f0ace3adfce5288ab6387d118766cb67 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 8 Jun 2020 11:08:30 -0700 Subject: [PATCH] misc/vim: dos2unix factor-docs.vim. --- misc/vim/ftplugin/factor-docs.vim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/misc/vim/ftplugin/factor-docs.vim b/misc/vim/ftplugin/factor-docs.vim index cf2611d998..3e9a43f330 100644 --- a/misc/vim/ftplugin/factor-docs.vim +++ b/misc/vim/ftplugin/factor-docs.vim @@ -1,10 +1,10 @@ -" Vim filetype plugin file -" Language: Factor (documentation) -" Maintainer: Tim Allen -" Last Change: 2020 May 29 - -" Documentation lines can be any length of characters. -setlocal textwidth=0 -augroup factorTextWidth - au! -augroup END +" Vim filetype plugin file +" Language: Factor (documentation) +" Maintainer: Tim Allen +" Last Change: 2020 May 29 + +" Documentation lines can be any length of characters. +setlocal textwidth=0 +augroup factorTextWidth + au! +augroup END -- 2.34.1