mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Remove useless _job_id
This commit is contained in:
parent
a5688d1ef2
commit
c2e9d0eba2
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user