1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 12:18:00 +01:00

Mention 'autocomplete' in the NEWS file.

This commit is contained in:
Doug Kearns
2010-09-21 23:19:24 +10:00
parent 21a510588c
commit ad3f56927c

View File

@@ -21,11 +21,13 @@
* 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: Single quotes no longer treat \s specially * IMPORTANT: Single quotes no longer treat \s specially
* Replaced 'focuscontent' with 'strictfocus'
I.e., 'fo\o''bar' ≡ fo\o'bar I.e., 'fo\o''bar' ≡ fo\o'bar
* Replaced 'focuscontent' with 'strictfocus'
* Added 'altwildmode' and <A-Tab> commandline key binding * Added 'altwildmode' and <A-Tab> commandline key binding
* Added 'banghist' option * Added 'banghist' option
* Added transliterated option to 'hintmatching' * Added transliterated option to 'hintmatching'
* Added 'autocomplete' option for specifying which completion
contexts should be autocompleted
* gf now toggles between source and content view. * gf now toggles between source and content view.
The | key binding has been removed. The | key binding has been removed.
* :extadd now supports remote URLs as well as local files on * :extadd now supports remote URLs as well as local files on