Merge pull request #152 from Gray-Wind/master

Fix logical issue
This commit is contained in:
Israel Chauca Fuentes
2013-12-21 06:45:22 -08:00

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