From b76c81aeeca216e291e14bd3ef3703fd4efa32ad Mon Sep 17 00:00:00 2001 From: Swapnil Joshi Date: Fri, 18 Oct 2013 08:35:18 +0530 Subject: [PATCH] Updated description of nowrap command Synced the description comment with the command. Assumed comment was wrong instead of the command. No offense, but isn't `set wrap` more comfortable? :) --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index fa3088d16..cf87441e6 100644 --- a/.vimrc +++ b/.vimrc @@ -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