Masatake YAMATO

Results 140 issues of Masatake YAMATO

- [ ] command-line completion rules (zsh and/or bash) #1168 - [ ] pygments highlighters for "tags" file format and ".ctags" [Write your own lexer](https://pygments.org/docs/lexerdevelopment/)

See https://github.com/liuchengxu/vista.vim/issues/386 .

client tools/libctags/ctags api
Documentation

https://github.com/liuchengxu/vista.vim/issues/386#issuecomment-779970120

client tools/libctags/ctags api
Documentation

PuppetManifest input: ``` class base { file { "/tmp/deepclassheir1": ensure => file, mode => '0755' } } class sub1 inherits base { file { "/tmp/deepclassheir2": ensure => file, mode =>...

optscript

Close #1883. To pass a file name started from "-" to the ctags command easier, this change introduces "--" as option terminator in the command line processing. $ cat ./-i...

Incompatibilities
Main part
Documentation

(Bugs should not be listed here. Please, open an new issue.) - [x] recognize SetClass, SetMethod, and SetGeneric (objsys:S4) (#2671) - [x] recognize R6Class (#2671) - [ ] add a...

Parser bug/enhancement
DASH BOARD

See #2654 - [x] [tagging imported object] (https://github.com/universal-ctags/ctags/pull/2654#discussion_r499113865) work in progress #2727. (done) - [ ] Refactor the code for parsing functions, short-functions and inner constructors, so parsing the name,...

DASH BOARD

Some parsers capturing the tokens referring to external entities as definitions tags. This should not[1]. Instead, it should capture as reference tags. The modifications for solving this issue may break...

Main part
DASH BOARD

Sometimes, I would like to see the raw (original) tag entry in the xref buffer; there are cases that kind and scope are not enough.

The peek window is for forward-reading. I wonder how useful if we can use it for backward-reading. 1. you are at an interesting function, "memmove": ![origin](https://user-images.githubusercontent.com/77077/143306895-36c085dc-c06b-4080-b5ef-942deb12bb73.png) 2. you will do...