From d0553021d68e80786701d3f86ed38f93b9427e16 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 10 Feb 2008 21:33:58 -0500 Subject: Removed boolean redundancy; core/ext/pm/ctags_browser.lua --- core/ext/pm/ctags_browser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ext/pm/ctags_browser.lua b/core/ext/pm/ctags_browser.lua index 5166b423..94e10f03 100644 --- a/core/ext/pm/ctags_browser.lua +++ b/core/ext/pm/ctags_browser.lua @@ -98,7 +98,7 @@ local container_construct = { --- Matches 'ctags:[/absolute/path/to/ctags/file]' function matches(entry_text) - return entry_text:sub(1, 5) == 'ctags' and true or false + return entry_text:sub(1, 5) == 'ctags' end --- -- cgit v1.2.3