comparison runtime/doc/autocmd.txt @ 2788:0877b8d6370e

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 19:02:44 +0200
parents 073ff46fe397
children d641f141f937
comparison
equal deleted inserted replaced
2787:52775cc91f18 2788:0877b8d6370e
1 *autocmd.txt* For Vim version 7.3. Last change: 2010 Jul 22 1 *autocmd.txt* For Vim version 7.3. Last change: 2011 Apr 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
784 settings. Executed for all loaded buffers. 784 settings. Executed for all loaded buffers.
785 *TermResponse* 785 *TermResponse*
786 TermResponse After the response to |t_RV| is received from 786 TermResponse After the response to |t_RV| is received from
787 the terminal. The value of |v:termresponse| 787 the terminal. The value of |v:termresponse|
788 can be used to do things depending on the 788 can be used to do things depending on the
789 terminal version. 789 terminal version. Note that this event may be
790 triggered halfway executing another event,
791 especially if file I/O, a shell command or
792 anything else that takes time is involved.
790 *User* 793 *User*
791 User Never executed automatically. To be used for 794 User Never executed automatically. To be used for
792 autocommands that are only executed with 795 autocommands that are only executed with
793 ":doautocmd". 796 ":doautocmd".
794 *UserGettingBored* 797 *UserGettingBored*