:set ignorecase:%s/\%u017F/s/gThe two occurrences of 'ſ' will be replaced by 's' resulting in "Die Gleichheit fordert das Nachdenken heraus durch Fragen, die sich daran knüpfen und nicht ganz leicht zu beantworten sind." However, the actual result is "Die Gleichheit fordert dasNachdenken herausdurch Fragen, die sich daran knüpfen und nicht ganz leicht zu beantworten sind.", i.e., the two original s characters together with the following character are also replaced by 's' as if I had used the command :%s/s./s/g. See also this discussion.
9.1.151 but also older like 8.0
system: x86_64 GNU/Linux
terminal: konsole, linux
$TERM: linux, xterm-256color
$LANG: de_DE.UTF-8, en_GB.UTF-8, C.UTF-8
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
hm, it works with :set regexpengine=1
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
hm, it works with
:set regexpengine=1
Indeed, it does. But does that mean it's not a bug? I didn't know that option. The help file says: "Note that when using the NFA engine [the one that must have been chosen by vim automatically in this case] and the pattern contains something that is not supported the pattern will not match…" But here something is matched that shouldn't have been matched.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
It kind of reminds me of this. issues #12579
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
yes and also related: #13682
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I checked it and I think I found the issue. However, I have a question. Can I assume correctly, that 'ſ' should match the lower case 's' if ignoring case?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #14294 as completed via 7a27c10.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Reopened #14294.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #14294 as completed via yegappan/neovim@f494084.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
that was closed unexpectedly. Let's re-open
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Reopened #14294.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #14294 as completed via 22e8e12.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()