From e5a7f6029b9f4d2bacec5287aaedb9edf64a5188 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 Jun 2018 09:04:57 +1200 Subject: Adjust an augroup name --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 41a76270..13211067 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -274,7 +274,7 @@ endif " Filetype-specific mappings below; use a literal underscore rather than " to keep the commands short if has('autocmd') && v:version >= 700 - augroup vimrc + augroup vimrc_filetype_mappings autocmd! " Diff: prune sections -- cgit v1.2.3