Procházet zdrojové kódy

Update init.lua

pull/15/head
10sr před 8 roky
committed by GitHub
rodič
revize
5699cdb10d
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      micro/init.lua

+ 2
- 0
micro/init.lua Zobrazit soubor

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


Načítá se…
Zrušit
Uložit