I checked the AutoCmd documentation and did not find a "silent" statement.

1. I've added the following commands to my VIMRC for the purposes of
assuring (a) that documentation is always setup and (b) there aren't any
trailing characters

autocmd BufWritePre * :%s/\s\+$//g
autocmd BufWritePre * :%s/^$\n^$//g
autocmd VimEnter    * :helptags ~/.vim/doc

2. This seems to WORK fine, but when they're aren't any trailing characters,
it prints out an error message. I just want it to do its thing and not tell
me if there aren't any trailing characters to fix.

Is there a way to silence the execution of these commands? Thanks.


Gary Furash| [email protected] | 520-907-2470 | @CrabGary (twitter) |
http://gfurash.blogspot.com


-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to