Skip to content

Commit

Permalink
Updated description of nowrap command
Browse files Browse the repository at this point in the history
Synced the description comment with the command.
Assumed comment was wrong instead of the command.
No offense, but isn't `set wrap` more comfortable? :)
  • Loading branch information
swapnilmj committed Oct 18, 2013
1 parent f4d83f5 commit b76c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

" Formatting {

set nowrap " Wrap long lines
set nowrap " Do not wrap long lines
set autoindent " Indent at the same level of the previous line
set shiftwidth=4 " Use indents of 4 spaces
set expandtab " Tabs are spaces, not tabs
Expand Down

0 comments on commit b76c81a

Please sign in to comment.