This commit is contained in:
Hackerpilot 2012-06-22 11:01:05 -07:00
parent 5ca27a3f8b
commit 3338104b0f
1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
local M = {}
_M.common.cstyle = require "common.cstyle"
local callStack = _M.common.cstyle.callStack
if type(_G.snippets) == 'table' then
_G.snippets.dmd = {}
@ -381,7 +380,6 @@ events.connect(events.CHAR_ADDED, function(ch)
.. fileName .. " " .. buffer.current_pos .. " -I" .. buffer.filename:match(".+[\\/]")
local p = io.popen(command)
local r = p:read("*a")
print ("[[" .. r .. "]]")
if r ~= "\n" then
if character == "." then
showCompletionList(r)