Daniel Trstenjak

Results 40 comments of Daniel Trstenjak

On Sun, Mar 21, 2021 at 01:26:20PM -0700, Sosthene-Guedon wrote: > However, it is recommended by the rust book to keep the Cargo.lock file in releases. To my knowledge 'cargo...

Please call rusty-tags with the verbose option ´-v´ and show me the output. Greetings, Daniel

I've found the issue, the reason is a hack I've applied. I want to have 'set completeopt=' for the case and 'set completeopt=menuone,longest' for the case. So I've hacked this...

I've found the issue, the reason is a hack I've applied. I want to have 'set completeopt=' for the case `` and 'set completeopt=menuone,longest' for the case ``. So I've...

> Multiple configuration entries (eg full_domain boolean, comment_amount boolean), or perhaps a more advanced formatting as seen in ncmpcpp? (see https://github.com/arybczak/ncmpcpp/blob/master/doc/config#L118-L193) > Having some kind of template seems like a...

Hi Bit, the additional changes here are to call the 'findsymbol' command with source files that might contain the desired symbol, to be able to extend the import list by...

Perhaps it makes more sense to remove the "grepping" code from vim-hdevtools and let the caller of 'findsymbol' determine the source files. So that 'findsymbol' would look like: ``` function!...

I've now changed 'hdevtools#findsymbol' to: ``` function! hdevtools#findsymbol(identifier, srcFiles) ... ``` The mostly application specific part of retrieving of the source files is now removed. Greetings, Daniel

Personally I do not need it anymore. ˋvim-hsimportˋ contains pretty much the code of this pull request.

I'm not using stack, so it might be helful if the original author @ranjitjhala takes a look.