aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-22 23:01:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-22 23:01:27 +1300
commit1d09c1b385937b7e4bc89c8c394bfb3a61df770a (patch)
treef004cb85b57b38b971220e7017c734a8ba646efc /vim
parentRemove literal BACKSLASH from cutchars (diff)
downloaddotfiles-1d09c1b385937b7e4bc89c8c394bfb3a61df770a.tar.gz
dotfiles-1d09c1b385937b7e4bc89c8c394bfb3a61df770a.zip
Remove clipboard setting from vimrc
No longer needed as I've given up on trying to make Xming at all useful
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3c815378..c3303ec9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -38,11 +38,6 @@ else
set nowritebackup
endif
-" Clipboard
-if has('eval')
- let &clipboard = 'autoselect,exclude:cons\|linux\|putty\|screen'
-endif
-
" Colors
if has('syntax')
syntax enable