David Hegland

Results 93 comments of David Hegland

@Rich-YoYo the STL flag indicates if this is a tag that has scope... I.E. a start and an end that are on different lines. An example would be a function...

As @majutsushi stated, this is due to the output from ctags. When a structure is defined without a name, ctags output generates the __anonXX format to give it a unique...

Interesting. With this new mapping information, it could be possible to cross reference to the other tag to get the correct information. Currently there is no interdependency between different tags...

@richardwzp I am not very familiar with typescript. Can you describe what it is you are expecting to see?

Currently the way tagbar functions with regard to the type is one of two ways. The first and more accurate way is if ctags gives us the type. This is...

Can you share any of your `.vimrc` that contains anything to do with tagbar? Also are you able to confirm if the buffer it is complaining about is the tagbar...

The window position can be controlled via the `g:tagbar_position` configuration. You can look at the help for `:help split` for more info about the possible values for the window position,...

@SerSamgy I'm not seeing the same behavior. What version of VIM are you running? When I try this, I am getting the correct behavior as you are expecting. I've tried...

Sorry... missed that you were running nvim v0.5.1 in the initial post. I am using vim 8.2, so not sure if that is making the difference. Might need someone who...

Are you able to provide the `asciidoc.cnf` file and `sample.adoc` file as well so I can test this? For the fix in #777, we specifically needed to change the order...