aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-02 14:56:58 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-04-02 14:56:58 +1300
commit82cc1f175d7a8464a147f4c4e41ac0aaf78a129e (patch)
tree8d13e985d4e782949785446d683300c04b4668d8 /vim
parentBinding for copypaste convenience (diff)
downloaddotfiles-82cc1f175d7a8464a147f4c4e41ac0aaf78a129e.tar.gz
dotfiles-82cc1f175d7a8464a147f4c4e41ac0aaf78a129e.zip
Remove redundancy for previous commit
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 60025bfb..28b56b98 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -528,7 +528,7 @@ if has('linebreak')
if has('eval')
function! ToggleBreak()
if &linebreak
- set nolinebreak showbreak=
+ set nolinebreak
set showbreak=
else
set linebreak