summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-09 18:22:59 +0100
committerw0rp <devw0rp@gmail.com>2017-09-09 18:22:59 +0100
commit8055a03067a64aa9b194ac3e2429e6f2b10b1814 (patch)
tree960a9cf50220b0d1e927259278229f1180dbcee3 /test
parentf238e15f10600ab6350542b81693522ca87705e8 (diff)
downloadale-8055a03067a64aa9b194ac3e2429e6f2b10b1814.zip
execute the `set encoding` test setting to get Vint to shut up
Diffstat (limited to 'test')
-rw-r--r--test/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vimrc b/test/vimrc
index 12f030aa..970e20ee 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -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=','