From 1412b3094d67d8b8b4cf5dcaa27aa113fdfb63f8 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 29 Jun 2020 14:26:49 +0200 Subject: [PATCH] Make RFC file width local --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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