remove g_hint_mappings - initialise hint mappings in vimperator.mappings |
|
More...
|
over 17 years ago
|
change last references to stepInHistory() to vimperator.history.stepTo |
|
More...
|
over 17 years ago
|
Fixed some focus issues First (non-working) readMultiline implementation |
|
More...
|
over 17 years ago
|
update old references to g_inputbuffer and g_count to vimperator.input.buffer and vimperator.input.count respectively |
|
More...
|
over 17 years ago
|
move g_hint_mappings to mappings.js |
|
More...
|
over 17 years ago
|
move buffer_switch and toggleBufferList to the :buffer and :buffers ex-commands; make the "u" normal mode command call vimperator.commands.undo rather than execute_command() directly |
|
More...
|
over 17 years ago
|
delete unused getCurrentLinkLocation() - moved to wiki |
|
More...
|
over 17 years ago
|
move the hsshow(), stepInHistory(), historyGoToBeginning(), and historyGoToStart() global functions to vimperator.history |
|
More...
|
over 17 years ago
|
move reload() and reload_all() global functions to vimperator.tabs |
|
More...
|
over 17 years ago
|
don't prefix false boolean option values with whitespace when reporting the value |
|
More...
|
over 17 years ago
|
move the global set() command to the ex-command definition and return "name|noname' for boolean option queries rather than "name=value" |
|
More...
|
over 17 years ago
|
remove template *_url_mark() functions now QuickMarks has been implemented |
|
More...
|
over 17 years ago
|
move global restart() command to a vimperator slot |
|
More...
|
over 17 years ago
|
move global quit() command to a vimperator slot |
|
More...
|
over 17 years ago
|
move global beep() command to a vimperator slot |
|
More...
|
over 17 years ago
|
move global source() command to a vimperator slot |
|
More...
|
over 17 years ago
|
fix typo in help for 'M' mapping |
|
More...
|
over 17 years ago
|
allow :marks to take an argument and sort its output properly |
|
More...
|
over 17 years ago
|
add new Ctrl-^ mapping for selecting the alternate tab |
|
More...
|
over 17 years ago
|
declare undeclared variable url |
|
More...
|
over 17 years ago
|
autosize multiline widget |
|
More...
|
over 17 years ago
|
changed gO to gn |
|
More...
|
over 17 years ago
|
allow multi-character normal mode user mappings |
|
More...
|
over 17 years ago
|
fixed :qmarks output |
|
More...
|
over 17 years ago
|
added QuickMarks |
|
More...
|
over 17 years ago
|
rename the hints constructor hit_a_hint() to Hints() |
|
More...
|
over 17 years ago
|
declare undeclared variable 'element' |
|
More...
|
over 17 years ago
|
move the global variable hah to vimperator.hints and fix bug #17254 |
|
More...
|
over 17 years ago
|
small display fixes in :marks |
|
More...
|
over 17 years ago
|
:marks support |
|
More...
|
over 17 years ago
|