diff options
Diffstat (limited to 'test/vimrc')
-rw-r--r-- | test/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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=',' |