mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Fix: remove logging
This commit is contained in:
parent
70d7f3aea5
commit
6e1ae51474
@ -172,7 +172,6 @@ endfunction
|
|||||||
" Redirect command output to a register for later processing.
|
" Redirect command output to a register for later processing.
|
||||||
" Ref: https://stackoverflow.com/q/2573021/6064933 and https://unix.stackexchange.com/q/8101/221410 .
|
" Ref: https://stackoverflow.com/q/2573021/6064933 and https://unix.stackexchange.com/q/8101/221410 .
|
||||||
function! utils#CaptureCommandOutput(command) abort
|
function! utils#CaptureCommandOutput(command) abort
|
||||||
echomsg "command is" a:command
|
|
||||||
redir @m
|
redir @m
|
||||||
execute a:command
|
execute a:command
|
||||||
redir END
|
redir END
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user