Specify UTF-8 to avoid problems with overscore character.

This commit is contained in:
Andy Stewart
2014-06-11 18:49:12 +02:00
parent c9595f22e8
commit 64ad9e46a5

View File

@@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('g:loaded_gitgutter') || !executable('git') || !has('signs') || &cp
finish
endif