Make vim more portable by not using powerline fonts

This commit is contained in:
lhark 2016-07-26 21:49:49 +02:00
parent ea2e6244ac
commit 8acd7d6e4c

2
vimrc
View file

@ -395,8 +395,6 @@ if (version <= 702)
else
set cryptmethod=blowfish
endif
"[airline plugin config]"
let g:airline_powerline_fonts=1
"[Make the scripts executable]"
function! ChangeScriptMode()
if getline(1) =~ "#!"