aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-02-16 01:50:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-02-16 01:50:49 +1300
commit3250e42b202ee33390c0ff752ed68e5c597b49e1 (patch)
tree6d93d4562d35ad8d0277cf10a049fce68aa0b25c /vim
parentHardening terminal colors a bit (diff)
downloaddotfiles-3250e42b202ee33390c0ff752ed68e5c597b49e1.tar.gz
dotfiles-3250e42b202ee33390c0ff752ed68e5c597b49e1.zip
Specify clipboard/fillchars with let not set
Means I don't have to escape so much
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 c9269563..a1f3fea0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -56,7 +56,7 @@ else
endif
" Clipboard
-set clipboard=autoselect,exclude:cons\\\|linux\\\|putty\\\|screen
+let &clipboard = 'autoselect,exclude:cons\|linux\|putty\|screen'
" Colors
if has("syntax")