diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-30 23:38:49 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-30 23:38:49 +0800 |
| commit | 08818dbf01821dbd9f3aa8388d1ddf4c3c590fc1 (patch) | |
| tree | 9732773364d48358ea75714ece148de23c30daf9 | |
| parent | 0ed8814aef6b21a089cfd8eb31e0e29412ce3972 (diff) | |
remove logging
| -rw-r--r-- | autoload/utils.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/utils.vim b/autoload/utils.vim index 7463e74..7d6f9bd 100644 --- a/autoload/utils.vim +++ b/autoload/utils.vim @@ -177,7 +177,7 @@ function! utils#CaptureCommandOutput(command) abort redir @m silent! execute a:command redir END - call v:lua.vim.notify("command output captured to register m", "info", {'title': 'nvim-config'}) + "create a scratch buffer for dumping the text, ref: https://vi.stackexchange.com/a/11311/15292. tabnew | setlocal buftype=nofile bufhidden=wipe nobuflisted noswapfile |
