From 57baad4afde8d1bab4040c5a5cbe8a5b367bceba Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 7 Apr 2018 15:36:39 +1000 Subject: Make FaceRegistry scoped set-face now takes a scope argument, and faces can be overridden on a buffer or window basis. colorscheme apply on global scope, which should be good enough for now. Fixes #1411 --- src/shell_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell_manager.cc') diff --git a/src/shell_manager.cc b/src/shell_manager.cc index 2d0744e0..a6d4a954 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -268,7 +268,7 @@ std::pair ShellManager::eval( client.print_status({ format("waiting for shell command to finish ({}s)", duration_cast(wait_duration).count()), - get_face("Information") }); + context.faces()["Information"] }); client.redraw_ifn(); } timer.set_next_date(Clock::now() + wait_timeout); -- cgit v1.2.3