Skip to content

Commit 2a740a2

Browse files
committed
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.
1 parent 77d6a9d commit 2a740a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_vim/01.vimrc.vim

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
" Author: Chu-Siang Lai / chusiang (at) drx.tw
33
" Blog: http://note.drx.tw
44
" Filename: 01.vimrc.vim
5-
" Modified: 2018-03-18 22:46
5+
" Modified: 2018-04-14 02:29
66
" Description: uncategorized config.
77
" Reference: https://github.com/chusiang/vimrc/blob/master/_vim/01.vimrc.vim
88
" =============================================================================
99

1010
" Built-in
1111
" ========
1212

13-
runtime! debian.vim
14-
1513
if has("syntax")
1614
syntax on
1715
endif

0 commit comments

Comments
 (0)