aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:38:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 01:38:38 +1200
commit7f56a2ba7bd635016cc09b94d729bfa3be7b1e0c (patch)
tree03b9c401d310f14acd653bf151677c4267d233eb /vim/vimrc
parentBlock MYVIM with pipes in its name (diff)
downloaddotfiles-7f56a2ba7bd635016cc09b94d729bfa3be7b1e0c.tar.gz
dotfiles-7f56a2ba7bd635016cc09b94d729bfa3be7b1e0c.zip
Break a paragraph
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a96503b4..1d436cd5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -576,8 +576,10 @@ set nrformats-=octal
" I like to leave the last line of the screen blank unless something is
" actually happening in it, so I have grown to like the Vim default of
-" 'noruler'. System vimrc files tend to turn this back on, though, and Neovim
-" has it on by default, so we will often need to put it back to normal.
+" 'noruler'.
+"
+" System vimrc files tend to turn this back on, though, and Neovim has it on
+" by default, so we will often need to put it back to normal.
"
set noruler