From dd8fc03180c439ac991042fa43dfb435e2223bcb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 2 Nov 2024 17:59:11 +0100 Subject: fix(modules/less/command): Re-enable `#stop` This feature regressed in less 661 but was fixed in 668. See: - https://github.com/gwsw/less/issues/551 - https://github.com/gwsw/less/commit/2526c72b1212b2a1f34bdda88a93b0c7f7b4a16a --- modules/by-name/le/less/command.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/by-name/le/less/command.less b/modules/by-name/le/less/command.less index 95b79b02..5365686b 100644 --- a/modules/by-name/le/less/command.less +++ b/modules/by-name/le/less/command.less @@ -123,5 +123,4 @@ Q quit ZZ quit # Stop processing (and ignore less' default values) -# (// FIXME: This stopped working and thus we just comment it out <2024-08-03> ) -# stop +#stop -- cgit 1.4.1