junegunn / junegunn/vim-plug

filetypes are not split when using lazy loading.

Open
#828 2 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
Vim Script
Stars
35.8k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

basically the following works:
```
Plug 'mattn/emmet-vim', { 'for': [ 'jinja.html', 'html', 'mustache', 'jinja' ] }
```

but just `jinja` or just `html` does not:
```
Plug 'mattn/emmet-vim', { 'for': [ 'html', 'mustache', 'jinja' ] }
```
I am happy to leave `jinja.html` in my config, but based on [this help](https://vi.stackexchange.com/a/4941) it seems that it should take into consideration either.

```
latest
```

- Type:
- [X] Bug
- [X] Enhancement
- [X] Feature Request
- [ ] Question
- OS:
- [ ] All/Other
- [X] Linux
- [ ] OS X
- [ ] Windows
- Vim:
- [X] Terminal Vim
- [ ] GVim
- [ ] Neovim

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.