Masatake YAMATO

Results 774 comments of Masatake YAMATO

Ctags isn't implemented as you expected. However, I think ctags should be implemented as you expected. Can ``` ./ctags -o temporary-file ... && mv temorary-file TAGS. ``` be a temorary...

I tried using the Linux kernel as input. With PGO, it is about 10% faster. ``` before [yamato@dev64]~/var/codebase% /bin/time ~/bin/ctags --options=NONE -o - -R ~/var/linux > /dev/null ctags: Notice: No...

If a .ctags file for Vim9 and some test cases are shown, I can help the author of .ctags integrate them into our source tree. We must know the relation...

https://vim-jp.org/vimdoc-ja/vim9.html

I have read some .vim files in the vim source tree that use vim9script. I am convinced supporting vim9script should be done in vim.c.

https://github.com/girishji/scope.vim/blob/271ad6d1b76e04cfacf5b30f80103654a2cfce73/autoload/scope/task.vim#L3 class and export keywords are used. https://github.com/girishji/scope.vim/blob/271ad6d1b76e04cfacf5b30f80103654a2cfce73/autoload/scope/fuzzy.vim#L4 import keyword is used.

The test input is quite helpful in driving me to improve the parser. I'll look into this. Please wait for a while.

> Is there a way to distribute parser files to other people, like uploading them on a repository, that I could also searc ? Like Vim used to have a...

The section `Saving Emacs Sessions` in the info pages of Emacs explains it. https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html