changeset 529:de3ff51840a3

Skip clipboard loading for speedup in current setup. - putty - opensuse - no X
author edogawaconan <me@myconan.net>
date Thu, 16 Oct 2014 21:47:36 +0900
parents 92eb89781346
children 0ab0820fd528
files rc/vimrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rc/vimrc	Mon Sep 15 14:56:05 2014 +0900
+++ b/rc/vimrc	Thu Oct 16 21:47:36 2014 +0900
@@ -18,6 +18,9 @@
 set list listchars=tab:>-,trail:.,extends:>
 set number
 
+" http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up
+set clipboard=exclude:.*
+
 if has('call')
   call pathogen#infect()
 endif