1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-13 04:15:47 +01:00

add rough initial versions of :doautocmd and :doautoall, clean up autocommands,

and fix several :au bugs (although at this hour it's a crap-shoot)
This commit is contained in:
Doug Kearns
2008-10-04 16:33:18 +00:00
parent 56592a1490
commit 7275233327
7 changed files with 176 additions and 127 deletions

4
NEWS
View File

@@ -7,6 +7,8 @@
special versions for the old behavior
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
VimperatorLeave respectively
* add :doautocmd and :doautoall
* add :style and :delstyle commands
* add DOMLoad autocmd event
* add :messages and 'messages'
* add :runtime
@@ -28,8 +30,6 @@
* new ;b extended hint mode (thanks Daniel Schaffrath)
* :qa! and :q! quit forcefully, as in vim
* stop macro playback on <C-c>
* allow ; hints to work in the multiline output widget
* add :style and :delstyle commands
* many bug fixes
2008-08-16: