Hi, On 9 May 2015 at 16:31, Daniel Kosiński wrote: > This does happens for both / and ? searches. I tried searching for it with > vim/gvim -u NONE and it couldn't match it either. If I search only for > 'Makijaż' it matches the word correctly but as soon as I add space character > it skips <h2> tag.
The occurrence of Makijaż in the <h2> tag is not followed by a space, but by some invisible character that looks like a space (it could even be a undividable space, I don't know the code of those ones). Just replace this character by a regular space and your search will work. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
