Search notes:

Vim ex command: verbose

:verbose command executes an ex command verbosely.
:verbose autocmd BufNewFile *.sql
:verbose can optionally be prefixed with a number.
:2verbose …

Index