misc/vim: dos2unix factor-docs.vim.

master
John Benediktsson 2020-06-08 11:08:30 -07:00
parent d9210f738d
commit 440b56a9f0
1 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
" Vim filetype plugin file " Vim filetype plugin file
" Language: Factor (documentation) " Language: Factor (documentation)
" Maintainer: Tim Allen <screwtape@froup.com> " Maintainer: Tim Allen <screwtape@froup.com>
" Last Change: 2020 May 29 " Last Change: 2020 May 29
" Documentation lines can be any length of characters. " Documentation lines can be any length of characters.
setlocal textwidth=0 setlocal textwidth=0
augroup factorTextWidth augroup factorTextWidth
au! au!
augroup END augroup END