# HG changeset patch # User edogawaconan # Date 1413463656 -32400 # Node ID de3ff51840a35933bdd88f8cf6944eb4c0eeb0e4 # Parent 92eb8978134689137e8f7c133145b057b60cc608 Skip clipboard loading for speedup in current setup. - putty - opensuse - no X diff -r 92eb89781346 -r de3ff51840a3 rc/vimrc --- 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