Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(builtin.buffers): better buffer in cwd check (#2847)
Previously, using `string.find`, certain characters were taken as regex special characters leading to bad matches. New approach takes bufname truncated to the length of cwd and compares the two strings.
- Loading branch information