mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Change prompt of flygrep
This commit is contained in:
parent
ffb348161b
commit
7bb004f021
@ -2,7 +2,7 @@ let s:MPT = SpaceVim#api#import('prompt')
|
|||||||
let s:JOB = SpaceVim#api#import('job')
|
let s:JOB = SpaceVim#api#import('job')
|
||||||
let s:SYS = SpaceVim#api#import('system')
|
let s:SYS = SpaceVim#api#import('system')
|
||||||
let s:grepid = 0
|
let s:grepid = 0
|
||||||
|
let s:MPT._prompt.mpt = '➭ '
|
||||||
|
|
||||||
function! SpaceVim#plugins#flygrep#open() abort
|
function! SpaceVim#plugins#flygrep#open() abort
|
||||||
rightbelow split __flygrep__
|
rightbelow split __flygrep__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user