iamcco/markdown-preview.nvim

Autoclose not working

Open

#316 建立於 2021年3月20日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)JavaScript (246 fork)batch import
help wanted

倉庫指標

Star
 (5,538 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南