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