mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 18:55:46 +01:00
Commandline completion for hinted file inputs
When an <input type="file"> is selected with hints, it will cause an "Upload file: " prompt in the commandline. (Selection with tab and mouse is left unchanged and will cause the firefox dialog to display)
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
* IMPORTANT: 'verbose' is now by default at 1, set to 0 to not show any status messages.
|
||||
* IMPORTANT: $VIMPERATOR_HOME is no longer used.
|
||||
|
||||
* Selecting an <input type="file"> with hints now causes the commandline to prompt
|
||||
for file input (instead of doing nothing).
|
||||
* [count]<C-n> now goes to the [count]th next tab rather than the [count]th tab.
|
||||
* add ~/.vimperator/info/{profile}/, similar to viminfo
|
||||
* add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT
|
||||
|
||||
Reference in New Issue
Block a user