From 4a79699d3ff174da9d440d146299ba5c41e4e4b3 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 1 Mar 2022 06:52:42 -0600 Subject: added help text about oneliner variables --- src/lib.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.lisp') diff --git a/src/lib.lisp b/src/lib.lisp index 249fb70..6f7f377 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -187,7 +187,7 @@ the directories that appear in the value of that variable." (defun collect-named-arguments (oneliner) (remove-duplicates - (ppcre:all-matches-as-strings "#[A-Za-z_][A-Za-z0-9_]*" oneliner) + (ppcre:all-matches-as-strings "#[A-Za-z][A-Za-z0-9_]*" oneliner) :test #'equal)) (defun handle-run-oneliner (ol &optional clip) -- cgit v1.2.3