minad / consult

:mag: consult.el - Consulting completing-read
GNU General Public License v3.0
1.13k stars 99 forks source link

Not able to match space character with `consult-line` #872

Closed david-alvarez-rosa closed 7 months ago

david-alvarez-rosa commented 7 months ago

I'm not able to match space character " " when using consult-line.

For instance, given the below code snippet

int main() {
  auto my_string{"Emacs is so cool!"};
}

I have not way of matching is so sequence.