diff --git a/autoload/filter.vim b/autoload/filter.vim index c2f0bf7..e78fc84 100644 --- a/autoload/filter.vim +++ b/autoload/filter.vim @@ -17,5 +17,3 @@ function! filter#Filter(...) set modifiable " get rid of file metadata endfunction - -echom "Autoload file loaded" diff --git a/plugin/filter.vim b/plugin/filter.vim index 042e5c6..ddd41eb 100644 --- a/plugin/filter.vim +++ b/plugin/filter.vim @@ -15,5 +15,3 @@ let g:loaded_filter = 1 " Exposes the plugin's functions for use as commands in Vim. " command! -nargs=0 Filter call filter.vim#Filter() command! -nargs=? -bar -bang Filter call filter#Filter() - -echom "Plugin file loaded"