update
This commit is contained in:
parent
d4097316e1
commit
b241b19f44
53 changed files with 1156 additions and 853 deletions
5
mpd.lua
5
mpd.lua
|
@ -2,6 +2,7 @@
|
|||
require "mpdc"
|
||||
local M = {}
|
||||
local type = ""
|
||||
local conf = conf
|
||||
|
||||
-- local functions
|
||||
local show, mpc_play_search, notify
|
||||
|
@ -74,9 +75,9 @@ end
|
|||
|
||||
-- {{{ mpd.prompt submodule
|
||||
|
||||
local clear_before = cfg.mpd_prompt_clear_before == nil and
|
||||
local clear_before = conf.mpd_prompt_clear_before == nil and
|
||||
true or
|
||||
cfg.mpd_prompt_clear_before
|
||||
conf.mpd_prompt_clear_before
|
||||
|
||||
M.prompt = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue