I was editing an html file and noticed weird behavior with search. The relevant part of that file is this: http://hastebin.com/ixoxeliheb.xml This is located somewhere in the middle of the file. I wanted to go to 'Makijaż permantny' (the h2 tag) so I typed ?Makijaż per and hit enter. But it only found the occurrence in <p> tag, not the one in <h2> tag. There is also one more occurrence of that sentence in the file and it found that too.
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. I'm on ubuntu 14.04 with vim-gnome package installed. VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:47) Included patches: 1-52 Modified by [email protected] Compiled by buildd@ Huge version with GTK2-GNOME GUI. Features included (+) or not (-): Any idea what might be happening? I'm guessing it has something to do with 'ż' character? -- -- 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.
