about summary refs log tree commit diff stats
path: root/hinting.js
Commit message (Collapse)AuthorAgeFilesLines
* Make link hinting case insensitiveJosh Rickmar2013-06-131-1/+8
| | | | Patch from holger@zedat.fu-berlin.de
* Fix for FS#205 - use same number for hints with same urlElias Norberg2012-01-161-4/+22
|
* rewrite hinting code completelyMarco Peereboom2011-10-271-179/+396
| | | | | | | | | | | | | Import new vimprobable JavaScript code. Make hinting mode now print what has been typed. It works along the same lines as '/' and '?' in search mode but it uses '.' and ',' instead. Focus on default input box and unfocus on default input box when ESC is hit. This also adds i and ESC to switch between input/command mode.
* more copyrightsMarco Peereboom2011-08-061-1/+24
|
* merge latest vimprobable2 js for hintingMarco Peereboom2010-12-271-5/+11
|
* Add f to follow links.Marco Peereboom2010-08-121-0/+194
javascript code from vimprobable this breaks the build when using obj and todd needs to help unfucking that