Ver a proveniência

Add note

pull/15/head
10sr há 8 anos
ascendente
cometimento
a2af093626
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      micro/init.lua

+ 1
- 0
micro/init.lua Ver ficheiro

@@ -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()


Carregando…
Cancelar
Guardar