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