Remove trailing space.

This commit is contained in:
Shlomi Fish
2013-05-15 16:18:25 +03:00
parent b162859ca8
commit 3b8f3ac778
6 changed files with 22 additions and 22 deletions

View File

@@ -180,7 +180,7 @@ function! s:install_plugin_v()
endfunction
if exists('g:user_zen_mode')
if exists('g:user_zen_mode')
let imode = matchstr(g:user_zen_mode, '[ai]')
let nmode = matchstr(g:user_zen_mode, '[an]')
let vmode = matchstr(g:user_zen_mode, '[av]')