vim-pathogen icon indicating copy to clipboard operation
vim-pathogen copied to clipboard

Check for translated help files in doc directory

Open hattya opened this issue 11 years ago • 3 comments

After the commit 543041b, :Helptags checks only for the English help files.

I'm using https://github.com/vim-jp/vimdoc-ja which is a project to translate the Vim help files into Japanese, it contains only the Japanese help files (*.jax). Before the commit 543041b, :Helptags generates the help tags but after that it doesn't.

hattya avatar Apr 14 '14 13:04 hattya

I found that filereadable() and filewritable() don't accept the glob syntax. I fixed that and force-pushed.

hattya avatar Apr 16 '14 10:04 hattya

I removed unnecessary copy() and force-pushed.

hattya avatar Apr 16 '14 11:04 hattya

@tpope :help help-translated

hattya avatar May 02 '14 15:05 hattya