mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:20:06 +08:00
fix(message): fix SPC b m
key bidding
This commit is contained in:
parent
72c9fcca3c
commit
06b889b7a9
@ -632,10 +632,11 @@ function! s:ToggleWinDiskManager() abort
|
||||
endfunction
|
||||
|
||||
function! s:open_message_buffer() abort
|
||||
vertical topleft edit __Message_Buffer__
|
||||
edit __Message_Buffer__
|
||||
setlocal buftype=nofile bufhidden=wipe nobuflisted nolist noswapfile nowrap cursorline nospell nonumber norelativenumber
|
||||
setf SpaceVimMessageBuffer
|
||||
normal! ggdG
|
||||
setlocal modifiable
|
||||
noautocmd normal! gg"_dG
|
||||
silent put=s:CMP.execute(':message')
|
||||
normal! G
|
||||
setlocal nomodifiable
|
||||
|
Loading…
Reference in New Issue
Block a user