mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Make RFC file width local
This commit is contained in:
parent
4b8102ebbe
commit
1412b3094d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -240,7 +240,7 @@ let g:go_bin_path = expand('~') .. "/.local/libexec/go/bin"
|
||||||
|
|
||||||
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
|
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
|
||||||
setfiletype rfc
|
setfiletype rfc
|
||||||
set textwidth=72
|
setl textwidth=72
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Restore session if Session.vim exists
|
" Restore session if Session.vim exists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue