Commit a92e764
authored
fix: detach open command execution (#80)
This commit simply switches `os.execute` with `vim.fn.jobstart` with
`detach` set to `true`, making the editor available after opening the
problems' url allowing you to edit, while the browser is running.
The `detach` option keeps the browser open after the editor shuts down.
It is not the default behavior (which would make the browser shut down
with the editor, I find the introduced behavior to be more appropriate).
NOTE: This commit has been tested only on Linux; but I don't suppose
there would be any meaningful difference.1 parent 765cc76 commit a92e764
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments