• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン88ba004132950dde4f1a6f708304648ee067c0fa (tree)
日時2022-12-15 16:50:09
作者badcoff33 <none@none>
コミッターbadcoff33

ログメッセージ

removed metatable call

変更サマリ

差分

--- a/lua/utils/run.lua
+++ b/lua/utils/run.lua
@@ -25,8 +25,7 @@ RunAsync = {}
2525 -- @field live_update: forward commands output to quickfix list (default = false)
2626 -- @return the object of this class
2727 function RunAsync.start(args)
28- local self = setmetatable({}, self)
29- self.__index = self
28+ local self = {}
3029 self.command = args["command"] or ""
3130 self.stdout_stderr = {}
3231 self.regexp = args["regexp"] or vim.o.errorformat