1
0
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:
jdhao 2021-08-13 01:19:47 +08:00
parent 70d7f3aea5
commit 6e1ae51474

View File

@ -172,7 +172,6 @@ endfunction
" Redirect command output to a register for later processing.
" Ref: https://stackoverflow.com/q/2573021/6064933 and https://unix.stackexchange.com/q/8101/221410 .
function! utils#CaptureCommandOutput(command) abort
echomsg "command is" a:command
redir @m
execute a:command
redir END