mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 14:12:02 +00:00
Remove useless _job_id
This commit is contained in:
@@ -8,8 +8,6 @@ local utils = require('runner.handlers.utils')
|
|||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M._job_id = nil
|
|
||||||
|
|
||||||
M.shell_handler = function(command, editable)
|
M.shell_handler = function(command, editable)
|
||||||
if editable == nil then
|
if editable == nil then
|
||||||
editable = false
|
editable = false
|
||||||
|
|||||||
Reference in New Issue
Block a user