just reset makeprg and errorformat

This commit is contained in:
Beau McCartney
2025-01-05 17:08:52 -07:00
parent 8d7e57f64b
commit 94bf448eda

View File

@ -26,7 +26,7 @@ pub const ftplugin =
\\
\\if !exists('current_compiler')
\\ compiler ghostty
\\ let b:undo_ftplugin .= "| compiler make"
\\ let b:undo_ftplugin .= " makeprg< errorformat<"
\\endif
\\
;