Make RFC file width local

This commit is contained in:
Loic Nageleisen 2020-06-29 14:26:49 +02:00
parent 4b8102ebbe
commit 1412b3094d

2
vimrc
View file

@ -240,7 +240,7 @@ let g:go_bin_path = expand('~') .. "/.local/libexec/go/bin"
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
setfiletype rfc
set textwidth=72
setl textwidth=72
endif
" Restore session if Session.vim exists