From: John Benediktsson Date: Mon, 8 Jun 2020 18:08:30 +0000 (-0700) Subject: misc/vim: dos2unix factor-docs.vim. X-Git-Tag: 0.99~3175 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=440b56a9f0ace3adfce5288ab6387d118766cb67 misc/vim: dos2unix factor-docs.vim. --- 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