From 0d63165ca52b1797e63e737c2d4c2dece6e718a9 Mon Sep 17 00:00:00 2001 From: sec65 Date: Mon, 6 Jun 2022 12:20:40 +0200 Subject: [PATCH] TW-2763: added hooks.location to show command --- src/commands/CmdShow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index bc3e059f5..0098915dd 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -165,6 +165,7 @@ int CmdShow::execute (std::string& output) " fontunderline" " gc" " hooks" + " hooks.location" " hyphenate" " indent.annotation" " indent.report"