We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvim {file}
nvim --version
git --version
$ mkdir plugin1/plugin -p
$ echo 'echomsg "helloworld"' > plugin1/plugin/x.vim
$ mv plugin1 pckr/opt/ # move to where pckr opt dir (local plugin seems not work)
{ 'xxx/plugin1', cond = event('FileType'), };
$ touch a.go
$ nvim a.go
:mes
no message
one messsage: helloworld
helloworld
The text was updated successfully, but these errors were encountered:
fix: lewis6991#33
6164524
fix: lewis6991#33, use <amatch> check if in autocmd context
c8079c0
No branches or pull requests
nvim --version
: 0.10git --version
: 2.24.3Steps to reproduce
$ mkdir plugin1/plugin -p
$ echo 'echomsg "helloworld"' > plugin1/plugin/x.vim
$ mv plugin1 pckr/opt/ # move to where pckr opt dir (local plugin seems not work)
$ touch a.go
$ nvim a.go
:mes
Actual behaviour
no message
Expected behaviour
one messsage:
helloworld
pckr files
Plugin specification file(s)
The text was updated successfully, but these errors were encountered: