Make vim more portable by not using powerline fonts
This commit is contained in:
parent
ea2e6244ac
commit
8acd7d6e4c
1 changed files with 0 additions and 2 deletions
2
vimrc
2
vimrc
|
@ -395,8 +395,6 @@ if (version <= 702)
|
||||||
else
|
else
|
||||||
set cryptmethod=blowfish
|
set cryptmethod=blowfish
|
||||||
endif
|
endif
|
||||||
"[airline plugin config]"
|
|
||||||
let g:airline_powerline_fonts=1
|
|
||||||
"[Make the scripts executable]"
|
"[Make the scripts executable]"
|
||||||
function! ChangeScriptMode()
|
function! ChangeScriptMode()
|
||||||
if getline(1) =~ "#!"
|
if getline(1) =~ "#!"
|
||||||
|
|
Loading…
Reference in a new issue