Results 4 issues of machakann

When I edited a markdown file, I experienced vim freezing several times. It seems that `fnamemodify()` is the reason. https://github.com/prabirshrestha/asyncomplete-file.vim/blob/99707aad551d0863268323febacd038aa66074ad/autoload/asyncomplete/sources/file.vim#L33 If `l:cwd` is a text like `'//a/b/c'`, vim freezes several...

`vimdoc-ja/doc/tags-ja` に以下の無効なタグ混じっているようです。これらは文章中で `*` に囲まれていますがヘルプタグとなることを意図されていないもののように思います。 - [`:[vV\x16]`](https://github.com/vim-jp/vimdoc-ja/blob/ca2dac58ec0c02d922a8cd889a340ad4484238ba/doc/tags-ja#L2096) - [`typecorrect-settings`](https://github.com/vim-jp/vimdoc-ja/blob/ca2dac58ec0c02d922a8cd889a340ad4484238ba/doc/tags-ja#L10022) - [`typecorrect.txt`](https://github.com/vim-jp/vimdoc-ja/blob/ca2dac58ec0c02d922a8cd889a340ad4484238ba/doc/tags-ja#L10023) 実害というほどではないのですが、手元で `:helptags` してしまうと差分が発生してしまいます。

Currently there is no way to suppress error reports, but it is actually a feature which any lint tool should have. The problem is there is no "comment" for vimhelp,...

I found that K mapping for referring to documents has broken after julia updated to 1.11.x. This patch should recover the functionality.