mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 18:25:42 +08:00
fix(chat): fix message handler
This commit is contained in:
parent
c9411f07f2
commit
417403749e
@ -36,7 +36,7 @@ function! s:push_message(msg) abort
|
|||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
else
|
else
|
||||||
if !empty(a:msg)
|
if !empty(a:msg) && a:msg !=# "\<C-m>"
|
||||||
call s:hander_msg(a:msg)
|
call s:hander_msg(a:msg)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user