diff --git a/vimrc b/vimrc index 720a5d9..c4e6339 100644 --- a/vimrc +++ b/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,}' setfiletype rfc - set textwidth=72 + setl textwidth=72 endif " Restore session if Session.vim exists