make sure Command.names includes unabbreviatable names |
|
More...
|
over 17 years ago
|
rename vimperator.ver to vimperator.version |
|
More...
|
over 17 years ago
|
don't include "no" prefixed variants of boolean option names in the usage |
|
More...
|
over 17 years ago
|
fix typo in :bdelete help |
|
More...
|
over 17 years ago
|
remove COMMANDS, USAGE, SHORTHELP and HELP global constants |
|
More...
|
over 17 years ago
|
improve whitespace formatting of Command.toString |
|
More...
|
over 17 years ago
|
fix typo in previous commit |
|
More...
|
over 17 years ago
|
made default value in help monospace again |
|
More...
|
over 17 years ago
|
initial Option/Options implementation - replacing g_options |
|
More...
|
over 17 years ago
|
allow :set no<TAB> to be completed with the "no"-prefix version of all boolean options |
|
More...
|
over 17 years ago
|
reorder Command.names as longname1, shortname1, longname2, shortname2 |
|
More...
|
over 17 years ago
|
remove unnecessary parentheses from typeof operands |
|
More...
|
over 17 years ago
|
don't specify a font-size for the help page |
|
More...
|
over 17 years ago
|
remove some unnecessary guard clauses |
|
More...
|
over 17 years ago
|
prefer comparison with the undefined literal rather than using typeof and comparing against "undefined" |
|
More...
|
over 17 years ago
|
- fixed commandline focus/blur behavior - could be buggy, so please report any bugs - text selection is not possible anymore for :echo'ed things, should come later when holding shift - cleared commandline on scroll events |
|
More...
|
over 17 years ago
|
uppercase marks work once again |
|
More...
|
over 17 years ago
|
use code.tag element's text content to anchor the help 'section' location rather than code.id |
|
More...
|
over 17 years ago
|
remove unused var declaration in commandsIterator() |
|
More...
|
over 17 years ago
|
translate ~ to HOME on Windows for use with :source |
|
More...
|
over 17 years ago
|
Final commit for the weekend: moved onKeyPress -> vimperator.events; |
|
More...
|
over 17 years ago
|
now we have a Events() class Please report all bugs which arised because of these changes Still not sure, if we should put that into an event.js |
|
More...
|
over 17 years ago
|
The global marks correctly jump to their stored position, once the page has been loaded |
|
More...
|
over 17 years ago
|
Finally made event handling sane, creating an Events object will come soon. This fixed many bugs like the reload/stop buttons being correctly updated now, while getting rid of lots of old code. |
|
More...
|
over 17 years ago
|
added preliminary unit tests, not working yet, because the vimperator object cannot be found in this context. |
|
More...
|
over 17 years ago
|
make sure the help text is using a fixed-pitch font |
|
More...
|
over 17 years ago
|
use || short-circuit initialization idiom when processing Command and Map constructor args |
|
More...
|
over 17 years ago
|
markup the ex-command special flag '!' with code.command in help text |
|
More...
|
over 17 years ago
|
remove old/disabled :addons command |
|
More...
|
over 17 years ago
|
small fixes to the input handling |
|
More...
|
over 17 years ago
|