misc/vim: dos2unix factor-docs.vim.
parent
d9210f738d
commit
440b56a9f0
|
@ -1,10 +1,10 @@
|
|||
" 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
|
||||
" 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
|
||||
|
|
Loading…
Reference in New Issue