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

Mention renaming 'rtp'/plugin to 'rtp'/plugins in NEWS.

This commit is contained in:
Kris Maglione
2010-09-18 02:40:28 -04:00
parent bda1e1c260
commit bc7cff0442

View File

@@ -18,20 +18,22 @@
- Backtracks to the first successful match after pressing
backspace.
- Supports reverse incremental search.
* IMPORTANT: Plugins are now loaded from the 'plugins/'
directory in 'runtimepath' rather than 'plugin/'
* Replaced 'focuscontent' with 'strictfocus'
* Added 'altwildmode' and <A-Tab> commandline key binding
* Added 'banghist' option
* gf now toggles between source and content view.
The | key binding has been removed.
* :extadd now supports URLs.
* :open now only opens files begining with /, ./, ../, or ~/
* :open now only opens files beginning with /, ./, ../, or ~/
* 'complete' now defaults to slf but file completion only
triggers when the URL begins as above.
* Page zoom information is now shown in the status bar, and
change in zoom status no longer appears in :messages.
* Added ZO, ZI, ZM, and ZR as aliases for zO, zI, zM, and zR
* Major help system improvements:
- Plugins may now provide full-fleged ':help' documentation
- Plugins may now provide full-fledged ':help' documentation
- Add basic plugin authorship documentation
- The help system is newly modularized and features significant
updates, rewrites, and formatting improvements.