1
0
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:
wsdjeg 2023-06-16 23:38:17 +08:00
parent 9ca86f02fe
commit 0bbe8f2c5e

View File

@ -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