1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-19 22:33:34 +02:00

Mention :contexts in NEWS.

This commit is contained in:
Štěpán Němec
2010-09-28 17:01:31 +02:00
parent 017258955b
commit 066e8c0b1a

View File

@@ -26,6 +26,9 @@
being typed is displayed during completion. being typed is displayed during completion.
- Non-enumerable global properties are now completed for the - Non-enumerable global properties are now completed for the
global object, including XMLHttpRequest and encodeURI. global object, including XMLHttpRequest and encodeURI.
* The concept of completion contexts is now exposed to the user
(see :h :contexts), allowing for powerful and fine-grained
completion system customisation.
* IMPORTANT: Plugins are now loaded from the 'plugins/' * IMPORTANT: Plugins are now loaded from the 'plugins/'
directory in 'runtimepath' rather than 'plugin/'. directory in 'runtimepath' rather than 'plugin/'.
* IMPORTANT: 'loadplugins' is now a regexlist option rather than * IMPORTANT: 'loadplugins' is now a regexlist option rather than
@@ -76,6 +79,6 @@
- Add basic plugin authorship documentation. - Add basic plugin authorship documentation.
- The help system is newly modularized and features significant - The help system is newly modularized and features significant
updates, rewrites, and formatting improvements. updates, rewrites, and formatting improvements.
* Remove :edit, :tabedit, and :winedit aliases. * Removed :edit, :tabedit, and :winedit aliases.
* Remove :play. * Removed :play.