preview.nvim/lua/preview
Barrett Ruth 454030ad78 fix(compiler): do not auto-open on one-shot compile
Problem: auto-open fired on :Preview compile, which is a one-shot
build. Users compiling to check for errors or rebuild with the viewer
already open got an unexpected browser/viewer window.

Solution: gate auto-open on not opts.oneshot so it only fires during
toggle/watch mode, where opening the viewer on first compile is the
intended behaviour.
2026-03-04 14:51:14 -05:00
..
commands.lua fix: lifecycle cleanup and defensive runtime checks (#29) 2026-03-04 14:02:16 -05:00
compiler.lua fix(compiler): do not auto-open on one-shot compile 2026-03-04 14:51:14 -05:00
diagnostic.lua fix(presets): correct error parsers for real compiler output (#11) 2026-03-03 14:14:59 -05:00
health.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init.lua fix: lifecycle cleanup and defensive runtime checks (#29) 2026-03-04 14:02:16 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua fix(presets): add --failure-level ERROR to asciidoctor args 2026-03-04 14:48:12 -05:00
reload.lua fix(reload): bind SSE server to port 0 for OS-assigned port (#21) 2026-03-03 17:46:04 -05:00