factor/misc/vim/ftplugin/factor-docs.vim

11 lines
256 B
VimL
Raw Normal View History

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