1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-27 15:52:26 +01:00

Add -types argument to :ext* commands.

This commit is contained in:
Kris Maglione
2011-06-01 17:19:55 -04:00
parent d34a7b27e4
commit 61aa32fd13
3 changed files with 27 additions and 4 deletions

View File

@@ -111,6 +111,8 @@
- Added :mksyntax command to auto-generate Vim syntax files. [b4]
- Added 's' and 'e' flags to :pageinfo command. [b7]
- Added :pintab and :unpintab commands. [b7]
- Extension manipulation commands, including :extenable, :extdisable,
and :exttoggle, now accept a -types argument.
- :tabmove now moves to the position of tab N, not after it.
Without arguments it no longer moves the tab to the end of
the list. [b7]