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

This commit is contained in:
Price Hiller 2024-04-19 04:21:10 -05:00
parent 4bbd7890f1
commit 7012f0e14f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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 {