yilisharcs
yilisharcs
**Describe the bug** Unless passing `--no-multigrid`, Neovide doesn't wrap long lines or follow the cursor horizontally in the experimental pager. **To Reproduce** Steps to reproduce the behavior: 1. `neovide --...
One problem remains: this automatically enables the toggleterm extension as I don't know how to check for it. Suggestions welcome.
At first I wanted to stop an extra undo entry from being created. But, I didn't have a good night's sleep so upon taking a peek at this repo, I...
Problem: External changes cause the hashes of a file and its undo file to de-sync, leading to loss of undo history. Solution: On hash mismatch, overwrite the buffer with the...
Exactly as it says on the tin. I don't have those files on my system. Creating empty files solves the issue, but the fact that they can be empty can...
### Which issue does this fix? Closes #131 ### Describe the solution Added a new executor for `lua`, taking from the `ruby` executor.
`lua` exposes an `-e` flag which accepts lua code as a string. Adding support for it is as simple as calling it like one calls `ruby`: ```diff diff --git a/mask/src/executor.rs...