From 2d7bb18228d223da3d62d5221865de09c6fa5821 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 6 Nov 2017 13:18:40 +0100 Subject: [PATCH] =?UTF-8?q?For=20real=20this=20time=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index c84b5c6..35008b0 100644 --- a/vimrc +++ b/vimrc @@ -7,6 +7,7 @@ set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages if has('mouse') set mouse=a endif + if &t_Co > 2 || has("gui_running") syntax on set hlsearch "Highlight search results @@ -59,6 +60,7 @@ set showmatch set nobackup set nowb " set noswapfile +set swapfile " Indentation, etc. set tabstop=2