ソースを参照

Add note

pull/15/head
10sr 8年前
コミット
a2af093626
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      micro/init.lua

+ 1
- 0
micro/init.lua ファイルの表示

@@ -1,6 +1,7 @@
-- ec = require("editorconfig_core")

local function getProperties(fullpath)
-- TODO: Avoid command injection vulnerability
local file = io.popen("editorconfig '" .. fullpath .. "'", "r")
local output = file:read("*all")
file:close()


読み込み中…
キャンセル
保存