From b3c8aac95d0048b2acb54e28194987fc63a6f0ee Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Feb 2009 23:20:54 -0500 Subject: Fixed ctags browser bug with filenames; core/ext/pm/ctags_browser.lua --- core/ext/pm/ctags_browser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ext') diff --git a/core/ext/pm/ctags_browser.lua b/core/ext/pm/ctags_browser.lua index 503804c2..23556f68 100644 --- a/core/ext/pm/ctags_browser.lua +++ b/core/ext/pm/ctags_browser.lua @@ -116,7 +116,7 @@ function get_contents_for(full_path, expanding) tags = {} current_file = nil current_dir = '' -- ctags file will specify absolute paths - os.execute('ctags -f '..FILE_OUT..' '..(buffer.filename or '')) + os.execute('ctags -f "'..FILE_OUT..'" '..(buffer.filename or '')) f = io.open(FILE_OUT, 'rb') if not f then return {} end elseif not expanding then -- cgit v1.2.3