mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
fix(flygrep): fix flygrep commandline prompt
This commit is contained in:
parent
9ca86f02fe
commit
0bbe8f2c5e
@ -17,6 +17,10 @@ local buffer = require('spacevim.api').import('vim.buffer')
|
||||
local window = require('spacevim.api').import('vim.window')
|
||||
local sl = require('spacevim.api').import('vim.statusline')
|
||||
|
||||
-- set commandline mpt
|
||||
|
||||
mpt._prompt.mpt = vim.g.spacevim_commandline_prompt .. ' '
|
||||
|
||||
-- compatibility functions
|
||||
local jobstart = vim.fn.jobstart
|
||||
local jobsend = vim.fn.jobsend
|
||||
|
Loading…
Reference in New Issue
Block a user