From b62b1a99ecedb4a3a4acd9e50e5eeb3f702a6c00 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 16 Aug 2012 21:19:48 -0400 Subject: [PATCH] setting 'paste' in .vimrc to reduce annoyance. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index ef77029..156c479 100644 --- a/.vimrc +++ b/.vimrc @@ -17,6 +17,7 @@ set autoindent set mouse=a set hls is set encoding=utf-8 +set paste " Only do this part when compiled with support for autocommands if has("autocmd")