refactor(nvim): add check for folds in statuscol for std cond
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 52s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 52s
This commit is contained in:
parent
4bbd7890f1
commit
7012f0e14f
@ -33,7 +33,7 @@ return {
|
||||
return value
|
||||
end
|
||||
end
|
||||
return not buf_opt("bufhidden")
|
||||
return (not buf_opt("bufhidden")) or (args.fold.width > 0)
|
||||
end
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user