mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-29 10:02:57 +03:00
40ffd5ff3b
If a user modifies a grep buffer, we can end up in weird situations
where we try match a filename over multiple lines.
Let's rule out newlines in filenames here. There is an argument
this is a case of GIGO but we already do this for the corresponding
highlighters.
We also do it in make.kak, see
|
||
---|---|---|
.. | ||
detection | ||
filetype | ||
tools | ||
windowing |