dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a335c181a491e5c7ab3c97d34cd4dd589d548396
parent 3b601db93100d24e535cd35d0b102c24468431b2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 21 Apr 2019 12:14:13 +0200

Remove temporary fix for deprecation warning

Diffstat:
M.vim/vimrc | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -1,8 +1,3 @@ -" temporarily fix deprecation warning -if has('python3') - silent! python3 1 -endif - " make sure that plugins are sourced first if has("win32") source ~/vimfiles/plugins.vim