Skip to content

Commit

Permalink
Remove 'runtime! debian.vim' for support dein.vim on GNU/Linux
Browse files Browse the repository at this point in the history
If I add the `runtime! debian.vim` line, the dein.vim will be failed on
Ubuntu 16.04 and Debian 9.
  • Loading branch information
chusiang committed Apr 13, 2018
1 parent 77d6a9d commit 2a740a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _vim/01.vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
" 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
" =============================================================================

" Built-in
" ========

runtime! debian.vim

if has("syntax")
syntax on
endif
Expand Down

0 comments on commit 2a740a2

Please sign in to comment.