Search notes:

vim script: verbosefile

" ..\vimscript\run_.bat verbosefile
" 
" See also command «redir»

redir > verbosefile.out

echo "First line"
echo "Second line"
echo "Currently, verbosefile is " . &verbosefile

" Messages now go to c:\temp\verbose.txt
set verbosefile=c:\temp\verbose.txt

echo "Print more"
echo "and some more"

" Stop sending messages to c:\temp\verbose.txt:
set verbosefile=

echo "Sixth line"
echo "Seventh line"

redir END

q

" First line
" Second line
" Currently, verbosefile is
" Print more
" and some more
" Sixth line
" Seventh line
Github repository about-vim, path: /options/verbosefile.vim

See also

VIM script

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759562077, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/vim/script/options/verbosefile(70): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78