Skip to content

Commit

Permalink
Changed a vimrc comment to be more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
cparadis6191 committed Jun 21, 2015
1 parent c7f784b commit 9d746f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -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
Expand Down

0 comments on commit 9d746f9

Please sign in to comment.