From 2a740a29d42e5322a0e76014c7efdf746d6f597e Mon Sep 17 00:00:00 2001 From: Chu-Siang Lai Date: Sat, 14 Apr 2018 02:30:27 +0800 Subject: [PATCH] Remove 'runtime! debian.vim' for support dein.vim on GNU/Linux If I add the `runtime! debian.vim` line, the dein.vim will be failed on Ubuntu 16.04 and Debian 9. --- _vim/01.vimrc.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_vim/01.vimrc.vim b/_vim/01.vimrc.vim index c12098a..c991e1c 100644 --- a/_vim/01.vimrc.vim +++ b/_vim/01.vimrc.vim @@ -2,7 +2,7 @@ " Author: Chu-Siang Lai / chusiang (at) drx.tw " Blog: http://note.drx.tw " Filename: 01.vimrc.vim -" Modified: 2018-03-18 22:46 +" Modified: 2018-04-14 02:29 " Description: uncategorized config. " Reference: https://github.com/chusiang/vimrc/blob/master/_vim/01.vimrc.vim " ============================================================================= @@ -10,8 +10,6 @@ " Built-in " ======== -runtime! debian.vim - if has("syntax") syntax on endif