Hi. helptags_one extract help tag like '*foo*'. it's used vim_strchr() to find second '*'. But vim_strchr() depend on current &encoding. Help file should be latin-1 or utf-8 encoding. So if DBCS is used for &encoding, it may not extract second '*'. Below is a patch. Please check and include.
https://gist.github.com/2656714 - Yasuhiro Matsumoto -- 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