Param tags doc#402
Conversation
| | `run` `[-l]` `[plugin]` `{command}` | <div align="justify" style="text-align: justify;">Runs the given command in the given plugin's directory. If the option `-l` will be given then the plugin should be skipped – the option will cause the previous plugin to be reused.</div> | | ||
| ## An embedded TAGS browser | ||
|
|
||
| Zinit comes via an embedded Ctags browser. Just create a `TAGS` file |
There was a problem hiding this comment.
What are actually CTags and why would I want this feature??
There was a problem hiding this comment.
Ctags creates index of source code and allows jumping to symbols. The support in zinit is a under prompt popup menu that allows direct from shell opening $EDITOR on the symbol. The feature in merged the new PR is doc only.
There was a problem hiding this comment.
@jankatins Here's a presentation video: https://asciinema.org/a/zdUpv3oLUU2uEiCHRCEcRS2yr
There was a problem hiding this comment.
Woah, the functionality to pop into a function like that is cool
There was a problem hiding this comment.
This is a docs only PR, could it be merged?
d319676 to
c352bad
Compare
|
Please rebase your branch. |
c352bad to
e3f731a
Compare
e3f731a to
f31b9b1
Compare
|
@vladdoster: I've rebased and fixed conflicts, please merge. |
Description
Document
param'var→val'ice, alt-shift-q tags browser and also improve it.Motivation and Context
I've recalled some undocumented features.
Types of changes
Checklist: