]> gitweb.factorcode.org Git - factor.git/blob - misc/vim/ftplugin/factor-docs.vim
misc/vim: dos2unix factor-docs.vim.
[factor.git] / misc / vim / ftplugin / factor-docs.vim
1 " Vim filetype plugin file
2 " Language: Factor (documentation)
3 " Maintainer: Tim Allen <screwtape@froup.com>
4 " Last Change: 2020 May 29
5
6 " Documentation lines can be any length of characters.
7 setlocal textwidth=0
8 augroup factorTextWidth
9     au!
10 augroup END