execute the `set encoding` test setting to get Vint to shut up

This commit is contained in:
w0rp 2017-09-09 18:22:59 +01:00
parent f238e15f10
commit 8055a03067
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ set foldlevelstart=10
set foldnestmax=10
set ttimeoutlen=0
" The encoding must be explicitly set for tests for Windows.
set encoding=utf-8
execute 'set encoding=utf-8'
let g:mapleader=','