From c8942a39567a0b185c3e5a1b4c1e785e2138e8fd Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 13 Aug 2015 15:52:29 +0900 Subject: [PATCH] Turn off gdefault --- .vim/options.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/.vim/options.vim b/.vim/options.vim index 5b4526e..47b52b4 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -14,7 +14,6 @@ set cursorline set encoding=utf-8 set expandtab set fileformats=unix,dos,mac -set gdefault set hidden set history=1000 set hlsearch