diff options
author | Doug Kearns <dougkearns@gmail.com> | 2008-09-10 16:50:52 +0000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2008-09-10 16:50:52 +0000 |
commit | 6c9238fe74b61eb2c14dc8dea7814edb37bfd5db (patch) | |
tree | e703106b1eace361331d6f34cd2c41dabf4a6835 /NEWS | |
parent | 1d83391c54137103ac45e47f5c935e8fafe5bdc5 (diff) | |
download | pentadactyl-6c9238fe74b61eb2c14dc8dea7814edb37bfd5db.tar.gz |
renamed Startup, Quit and QuitPre autocmd events to VimperatorEnter,
VimperatorLeave and VimperatorLeavePre
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ <pre> 2008-XX-XX: * version 2.0 (probably) + * renamed Startup and Quit autocmd events to VimperatorEnter and + VimperatorLeave respectively * add 'helpfile' option * add 'wildignore' option * add :finish command - * new events BookmarkPost, ShellCmdPost, QuitPre + * new events BookmarkAdd, ShellCmdPost, VimperatorLeavePre * add 'cdpath' option * allow :dialog to open the cookies manager * add 'loadplugins' option |