1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-23 07:15:46 +01:00

Add wildanchor option.

This commit is contained in:
Kris Maglione
2010-09-23 15:15:09 -04:00
parent db2a6ba0a3
commit 2f30daa09e
6 changed files with 37 additions and 13 deletions

View File

@@ -24,13 +24,14 @@
I.e., 'fo\o''bar' ≡ fo\o'bar
* IMPORTANT: 'cdpath' and 'runtimepath' no longer treat ,,
specially. Use . instead.
* Replaced 'focuscontent' with 'strictfocus'.
* Added 'hintkeys' option.
* Added 'altwildmode' and <A-Tab> commandline key binding.
* Added 'banghist' option.
* Added transliterated option to 'hintmatching'.
* Added 'autocomplete' option for specifying which completion
groups should be auto-completed.
* Added 'banghist' option.
* Added 'hintkeys' option.
* Replaced 'focuscontent' with 'strictfocus'.
* Added 'wildanchor' option.
* Added transliterated option to 'hintmatching'.
* Added -javascript option to :abbrev and :map.
* Added several new options to :map.
* Removed the :source line at the end of files generated by

View File

@@ -42,7 +42,6 @@ BUGS:
FEATURES:
9 Make 'loadplugins' a regexlist
9 Add 'wildanchor' option
9 Add quoting help tag
9 JavaScript completer: show function parameter spec
9 Fix the arbitrary distinction between 'hinttags' and