mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Fix logical issue
This commit is contained in:
@@ -256,7 +256,7 @@ endfunction "}}}
|
|||||||
|
|
||||||
" Mappers: {{{
|
" Mappers: {{{
|
||||||
function! s:TriggerAbb(expr) "{{{
|
function! s:TriggerAbb(expr) "{{{
|
||||||
if v:version < 703 || v:version == 703 && !has('patch489')
|
if v:version < 703 || ( v:version == 703 && !has('patch489') )
|
||||||
return ''
|
return ''
|
||||||
endif
|
endif
|
||||||
if a:expr == 1
|
if a:expr == 1
|
||||||
|
|||||||
Reference in New Issue
Block a user