Commit f9a74a4
authored
Run viewer asynchronously using
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.vim.system (#873)1 parent fa5f3d9 commit f9a74a4
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | | - | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
0 commit comments