26
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove g_hint_mappings - initialise hint mappings in vimperator.mappings
dkearns
as Doug Kearns
More... over 17 years ago
change last references to stepInHistory() to vimperator.history.stepTo
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... over 17 years ago
move g_hint_mappings to mappings.js
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
More... over 17 years ago
delete unused getCurrentLinkLocation() - moved to wiki
dkearns
as Doug Kearns
More... over 17 years ago
move the hsshow(), stepInHistory(), historyGoToBeginning(), and historyGoToStart() global functions to vimperator.history
dkearns
as Doug Kearns
More... over 17 years ago
move reload() and reload_all() global functions to vimperator.tabs
dkearns
as Doug Kearns
More... over 17 years ago
don't prefix false boolean option values with whitespace when reporting the value
dkearns
as Doug Kearns
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"
dkearns
as Doug Kearns
More... over 17 years ago
remove template *_url_mark() functions now QuickMarks has been implemented
dkearns
as Doug Kearns
More... over 17 years ago
move global restart() command to a vimperator slot
dkearns
as Doug Kearns
More... over 17 years ago
move global quit() command to a vimperator slot
dkearns
as Doug Kearns
More... over 17 years ago
move global beep() command to a vimperator slot
dkearns
as Doug Kearns
More... over 17 years ago
move global source() command to a vimperator slot
dkearns
as Doug Kearns
More... over 17 years ago
fix typo in help for 'M' mapping
dkearns
as Doug Kearns
More... over 17 years ago
allow :marks to take an argument and sort its output properly
dkearns
as Doug Kearns
More... over 17 years ago
add new Ctrl-^ mapping for selecting the alternate tab
dkearns
as Doug Kearns
More... over 17 years ago
declare undeclared variable url
dkearns
as Doug Kearns
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
dkearns
as Doug Kearns
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()
dkearns
as Doug Kearns
More... over 17 years ago
declare undeclared variable 'element'
dkearns
as Doug Kearns
More... over 17 years ago
move the global variable hah to vimperator.hints and fix bug #17254
dkearns
as Doug Kearns
More... over 17 years ago
small display fixes in :marks More... over 17 years ago
:marks support More... over 17 years ago