From 4ca14d5cde8daa6cbf702bdc59b2207e557c67d1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 6 Sep 2017 18:25:18 -0700 Subject: [PATCH] get rid of autochdir --- .vim/options.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/.vim/options.vim b/.vim/options.vim index a696c6d..47273ab 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -4,7 +4,6 @@ filetype indent plugin on colorscheme molokai syntax enable -set autochdir set autoread set autowrite set background=dark