From f1c1a23deea86b5876badcede105a541fe3eda1d Mon Sep 17 00:00:00 2001 From: Olivier CHURLAUD Date: Tue, 14 Jun 2016 11:50:27 +0200 Subject: [PATCH] remove .vim/python --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 6dfa42f..a37a0af 100644 --- a/vimrc +++ b/vimrc @@ -16,7 +16,6 @@ runtime! archlinux.vim if !exists("autocommands_loaded") let autocommands_loaded = 1 - autocmd BufRead,BufNewFile,FileReadPost *.py source ~/.vim/python endif " This beauty remembers where you were the last time you edited the file, and returns to the same position.