Fix logical issue

This commit is contained in:
Ilya Kolo
2013-12-21 14:31:40 +04:00
parent 0528bdac15
commit 92fba35d27

View File

@@ -256,7 +256,7 @@ endfunction "}}}
" Mappers: {{{
function! s:TriggerAbb(expr) "{{{
if v:version < 703 || v:version == 703 && !has('patch489')
if v:version < 703 || ( v:version == 703 && !has('patch489') )
return ''
endif
if a:expr == 1