Recognize Redmine wiki texts edited with textern.
This commit is contained in:
parent
a8caa34f9f
commit
d87a7a5b0a
3
.vimrc
3
.vimrc
|
@ -50,3 +50,6 @@ autocmd FileType javascript set sw=2
|
||||||
autocmd FileType html set sw=2
|
autocmd FileType html set sw=2
|
||||||
|
|
||||||
autocmd FileType crontab set tw=0
|
autocmd FileType crontab set tw=0
|
||||||
|
|
||||||
|
autocmd BufRead,BufNewFile redmine*.txt set filetype=textile
|
||||||
|
autocmd FileType textile set tw=0 linebreak
|
||||||
|
|
Loading…
Reference in New Issue