diff options
| -rw-r--r-- | autoload/utils.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/utils.vim b/autoload/utils.vim index 9ab0991..696063d 100644 --- a/autoload/utils.vim +++ b/autoload/utils.vim @@ -182,6 +182,7 @@ function! utils#CaptureCommandOutput(command) abort redir @m execute a:command redir END + call v:lua.vim.notify("command output captured to register m", "info", {'title': 'nvim-config'}) endfunction " Edit all files matching the given patterns. |
