mr"“
/mr"”
replaces double quotes with two pairs of the same kind of double quote
#10966
Labels
C-bug
Category: This is a bug
E-has-instructions
Call for participation: Has instructions for fixing the issue and opening a PR
Summary
I added the following to my helix config:
and tried to replace straight double quotes with curly double quotes. However, instead of getting leading and trailing double quotes, I got two of the same kind of whatever I typed in.
I tried this with
mr"«
andmr"»
and it didn't screw up like this. It worked right for the guillemets.Reproduction Steps
I tried this:
hx
."Do they allow sheep on the airplane?"
into the buffer however you like.mr"“
(⎄"<
works, where ⎄ is your Compose key, or type⌥[
in macOS)I expected this to happen:
Both the leading and trailing double quotes should be curled differently from each other.
Instead, this happened:
Both the leading and trailing double quotes are curled the same way (in this case, leading).
Helix log
~/.cache/helix/helix.log
Platform
macOS and Linux (Debian Stable)
Terminal Emulator
Terminal.app, iTerm2.app, gnome-terminal
Installation Method
Homebrew (on both macOS and Debian)
Helix Version
24.3 (Homebrew says
24.03
in both cases, though)The text was updated successfully, but these errors were encountered: