diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 00:32:47 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-23 00:32:47 +1200 |
commit | 11d4b85cd11494c85db4d2e4af0fe9039a081963 (patch) | |
tree | 5dcbe58a9ed66e51da344c5e91f8dc90d862364b /vim/vimrc | |
parent | Remove 'swapfile' disable in .vimrc (diff) | |
download | dotfiles-11d4b85cd11494c85db4d2e4af0fe9039a081963.tar.gz dotfiles-11d4b85cd11494c85db4d2e4af0fe9039a081963.zip |
Remove 'wrap' disable from .vimrc
Now that I think about it, if I'm opening a file with long lines I'm
actually more likely to want to 'wrap', not less.
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -113,9 +113,6 @@ set shortmess+=T " Truncate other message in middle if too long set shortmess+=w " written -> [w], appended -> [a] set shortmess+=x " [dos format] -> [dos] -" Don't wrap by default, but use \w to toggle it on or off -set nowrap - " Show my current position in the status bar, default format is fine if has('cmdline_info') set ruler |