How can I prevent deleting a line from inserting a cursor character? #414
Replies: 2 comments
-
I can't reproduce this. Is there something else in your config that could be interfering? Relatedly, why do you refer to the "I)" as a "cursor character"? |
Beta Was this translation helpful? Give feedback.
-
My bad, it's indeed the "I" character. It only happens when dealing with code chunks in Quarto. Actual R files are unaffected. Could you also check in a Quarto R code chunk instead of a R script? I'll try seeing which plugins fall into that intersection and report back. UPDATE: My bad, does happen in R files too though not as reliably. Could replicate it by pasting the Quarto chunk into a R script though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The line between the
mutate
andtbl_summary
calls has this character which just got inserted because I deleted the line that was above it.Happens consistently when deleting lines inside of function calls. Can anyone help me with how to go about troubleshooting this and what additional information I can provide?
Beta Was this translation helpful? Give feedback.
All reactions