From 9d746f9174353f8a011becec7be57f4b8d04ea79 Mon Sep 17 00:00:00 2001 From: Chad Paradis Date: Sun, 21 Jun 2015 11:20:18 -0400 Subject: [PATCH] Changed a vimrc comment to be more correct --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 1313048..9a10391 100755 --- a/vimrc +++ b/vimrc @@ -49,7 +49,7 @@ set undolevels=999 " Increase history size for undoing edits set undoreload=9999 set backspace=indent,eol,start " Allow backspace in insert mode set formatoptions+=j " Joining comments will remove the comment leader of the lower line -set nojoinspaces " Joining lines at a '.' will not insert an extra space +set nojoinspaces " Joining lines at punctuation will not insert an extra space " -- tabs and indenting -- set tabstop=4 " Tab size is 4 spaces