mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Specify UTF-8 to avoid problems with overscore character.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('g:loaded_gitgutter') || !executable('git') || !has('signs') || &cp
|
||||
finish
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user