iamcco / iamcco/markdown-preview.nvim
Install error
- Dominant language
- JavaScript
- Stars
- 8k
- Forks
- 411
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
A clear and concise description of what the bug is.
处理 function vundle#installer#new[26]..vundle#config#require[5]..script D:\wonderful\vim\vimfiles\bundle\markdown-preview.nvim\plugin\mkdp.vim 时发生错误: 第 95 行: E115: 缺少引号: '銆?{name}銆?
**To Reproduce**
Steps to reproduce the behavior:
1. add Plugin 'iamcco/markdown-preview.nvim'
2. run PluginInstall
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
no error
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: win10 vim8.2
My solution:
change let g:mkdp_page_title = '「${name}」' to
let g:mkdp_page_title = '|${name}|' in mkdp.vim at line 95 although I don`t know what it means!!!
```
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.