Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run viewer asynchronously using
vim.system
(#873)
Previously, when the viewer opened, the editor was blocked until the user closes the viewer. Now, the viewer opens asynchronously (using `vim.system` rather than the old `vim.fn.system`); in this way, the user can view the PDF while continuing editing the org file in the editor.
- Loading branch information