1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:30:04 +08:00
SpaceVim/bundle/dein.vim/.github/ISSUE_TEMPLATE.md

34 lines
571 B
Markdown
Raw Normal View History

2022-06-15 23:59:27 +08:00
**Warning: I will close the bug issue without the minimal init.vim and the
reproduce ways.**
2020-06-13 14:06:35 +08:00
# Problems summary
## Expected
## Environment Information (Required!)
2022-06-15 23:59:27 +08:00
- dein.vim version(SHA1):
2020-06-13 14:06:35 +08:00
2022-06-15 23:59:27 +08:00
- OS:
2020-06-13 14:06:35 +08:00
2022-06-15 23:59:27 +08:00
- Vim/neovim version:
2020-06-13 14:06:35 +08:00
## Provide a minimal .vimrc with less than 50 lines (Required!)
```vim
" Your minimal .vimrc
set runtimepath^=~/path/to/dein.nvim/
call dein#begin(path)
call dein#end()
```
## The reproduce ways from Vim starting (Required!)
2022-06-15 23:59:27 +08:00
1. foo
2. bar
3. baz
2020-06-13 14:06:35 +08:00
## Screen shot (if possible)
## Upload the log messages by `:redir` and `:message` (if errored)