script encoding and robus operators

This commit is contained in:
ManjaroOne666 2018-05-21 21:55:40 +01:00
parent 6e3030f12e
commit cb0a98d5a9
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
scriptencoding utf-8
set ttyfast
if &term == 'xterm-256color'
if &term ==? 'xterm-256color'
set termguicolors
endif