mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
add notification for Redir command
This commit is contained in:
parent
841429da33
commit
51a004e865
@ -182,6 +182,7 @@ function! utils#CaptureCommandOutput(command) abort
|
|||||||
redir @m
|
redir @m
|
||||||
execute a:command
|
execute a:command
|
||||||
redir END
|
redir END
|
||||||
|
call v:lua.vim.notify("command output captured to register m", "info", {'title': 'nvim-config'})
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Edit all files matching the given patterns.
|
" Edit all files matching the given patterns.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user