summaryrefslogtreecommitdiff
path: root/test/vimrc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-09 18:03:34 +0100
committerw0rp <devw0rp@gmail.com>2017-09-09 18:03:34 +0100
commitf238e15f10600ab6350542b81693522ca87705e8 (patch)
tree9ab6b4c14bc63105f4a8406b84346d807fa95400 /test/vimrc
parent574cb1159416954a497dfb3954bb91fd838ab4eb (diff)
downloadale-f238e15f10600ab6350542b81693522ca87705e8.zip
Fix more random Windows test issues
Diffstat (limited to 'test/vimrc')
-rw-r--r--test/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vimrc b/test/vimrc
index c640e3e0..12f030aa 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -31,6 +31,8 @@ set foldmethod=syntax
set foldlevelstart=10
set foldnestmax=10
set ttimeoutlen=0
+" The encoding must be explicitly set for tests for Windows.
+set encoding=utf-8
let g:mapleader=','