diff options
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ static void build_start(Ted *ted) { bool cargo = false, make = false; strbuf_cpy(ted->build_dir, ted->cwd); - Settings *settings = &ted->settings; + Settings *settings = ted->active_buffer ? buffer_settings(ted->active_buffer) : ted->settings; char *command = settings->build_default_command; |