From 8baa7c22b0f86d6d0804669fe4d4209b0764a792 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Wed, 24 May 2017 10:02:36 -0500 Subject: [PATCH] remove spurious :q --- .vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.vimrc b/.vimrc index 4425e1c..e2bd0db 100644 --- a/.vimrc +++ b/.vimrc @@ -106,7 +106,6 @@ endif if has("autocmd") filetype plugin indent on " Enable file type detection. -:q " Put these in an autocmd group, so that we can delete them easily. augroup vimrcEx