cleanup
This commit is contained in:
parent
5ca27a3f8b
commit
3338104b0f
|
@ -26,7 +26,6 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
_M.common.cstyle = require "common.cstyle"
|
_M.common.cstyle = require "common.cstyle"
|
||||||
local callStack = _M.common.cstyle.callStack
|
|
||||||
|
|
||||||
if type(_G.snippets) == 'table' then
|
if type(_G.snippets) == 'table' then
|
||||||
_G.snippets.dmd = {}
|
_G.snippets.dmd = {}
|
||||||
|
@ -381,7 +380,6 @@ events.connect(events.CHAR_ADDED, function(ch)
|
||||||
.. fileName .. " " .. buffer.current_pos .. " -I" .. buffer.filename:match(".+[\\/]")
|
.. fileName .. " " .. buffer.current_pos .. " -I" .. buffer.filename:match(".+[\\/]")
|
||||||
local p = io.popen(command)
|
local p = io.popen(command)
|
||||||
local r = p:read("*a")
|
local r = p:read("*a")
|
||||||
print ("[[" .. r .. "]]")
|
|
||||||
if r ~= "\n" then
|
if r ~= "\n" then
|
||||||
if character == "." then
|
if character == "." then
|
||||||
showCompletionList(r)
|
showCompletionList(r)
|
||||||
|
|
Loading…
Reference in New Issue