浏览代码

Update init.lua

pull/15/head
10sr 8 年前
committed by GitHub
父节点
当前提交
5699cdb10d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      micro/init.lua

+ 2
- 0
micro/init.lua 查看文件

@@ -2,6 +2,8 @@

local function getProperties(fullpath)
-- TODO: Avoid command injection vulnerability
-- For example, following command will create file b.txt
-- $ micro "a.txt'; touch 'b.txt"
local file = io.popen("editorconfig '" .. fullpath .. "'", "r")
local output = file:read("*all")
file:close()


正在加载...
取消
保存