iamcco / iamcco/markdown-preview.nvim

Autoclose not working

Open
#316 0 comments 1 reaction 0 assignees View on GitHub
help wanted
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
I have enabled ```mkdp_auto_close```. Yet when I do ```:MarkdownPreviewStop``` or when I close the buffer, the preview window doesn't close

**To Reproduce**
Steps to reproduce the behavior:

I have set ```mkdp_browserfunc``` to the following
```
function OpenURL(url)
execute 'silent' '!qutebrowser' '--target' 'private-window' shellescape(a:url)
endfunction
```

**Expected behavior**
The preview window to close when closing the buffer.

**Desktop (please complete the following information):**
- OS: 5.11.7-arch1-1

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.