De Morgan
This commit is contained in:
parent
e73a0114f3
commit
4f69c11c7c
@ -145,5 +145,5 @@ endfunction
|
||||
|
||||
" Function: #buffer_is_active {{{1
|
||||
function! sy#buffer_is_active()
|
||||
return (!exists('b:sy') || !b:sy.active) ? 0 : 1
|
||||
return exists('b:sy') && b:sy.active
|
||||
endfunction
|
||||
|
Loading…
x
Reference in New Issue
Block a user