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
fixed first use of setMultiline() with an ugly (but working) hack More... over 17 years ago
attempt to fix problems with hints on not finished page load, should fix messages to the error console More... over 17 years ago
- Fixed gn command - added gH to activate option More... over 17 years ago
use vimperator.buffer.location rather than replaced getCurrentLocation() for "y" mapping
dkearns
as Doug Kearns
More... over 17 years ago
whitespace formatting fix
dkearns
as Doug Kearns
More... over 17 years ago
don't output status messages when history bounds are exceeded - just beep
dkearns
as Doug Kearns
More... over 17 years ago
don't add a trailing '\n' when yanking a single line of text in extended hints mode
dkearns
as Doug Kearns
More... over 17 years ago
remove the word "version" from the :version output string
dkearns
as Doug Kearns
More... over 17 years ago
reorder vimperatorCommand highlight group so that :map is highlighted
dkearns
as Doug Kearns
More... over 17 years ago
move global completion functions into a vimperator.completion module
dkearns
as Doug Kearns
More... over 17 years ago
move global isDirectory() to Commands()
dkearns
as Doug Kearns
More... over 17 years ago
change {count} to [count] in the usage strings since specifying a count is always optional
dkearns
as Doug Kearns
More... over 17 years ago
add C-u/C-d mappings and the associated 'scroll' option
dkearns
as Doug Kearns
More... over 17 years ago
initial buffer implementation
dkearns
as Doug Kearns
More... over 17 years ago
fix typo - using quickmark value from 'activate' rather than tabopen for :tabopen
dkearns
as Doug Kearns
More... over 17 years ago
move remaining preference setting from vimperator.startup to Options()
dkearns
as Doug Kearns
More... over 17 years ago
reverse last commit
dkearns
as Doug Kearns
More... over 17 years ago
move Option constructor to Options, move Options.{getPref,setPref,getFirefoxPref,setFirefoxPref} to a slot in vimperator.options and move all option initialisation to Options()
dkearns
as Doug Kearns
More... over 17 years ago
don't emit an error message when ~/.vimperatorrc doesn't exist
dkearns
as Doug Kearns
More... over 17 years ago
use an unordered list rather than a table in the 'activate' help
dkearns
as Doug Kearns
More... over 17 years ago
move the global copyToClipboard() to a slot in vimperator
dkearns
as Doug Kearns
More... over 17 years ago
move the global isFormElemFocused() to Events
dkearns
as Doug Kearns
More... over 17 years ago
add onMultilineOutputEvent for handling more-prompt keypress events
dkearns
as Doug Kearns
More... over 17 years ago
move global fopen() to a slot in vimperator
dkearns
as Doug Kearns
More... over 17 years ago
remove debug toString() methods now we have vimperator.logObject
dkearns
as Doug Kearns
More... over 17 years ago
remove more unnecessary toString() calls
dkearns
as Doug Kearns
More... over 17 years ago
remove unnecessary toString() call
dkearns
as Doug Kearns
More... over 17 years ago
replace references to deprecated window._content with window.content
dkearns
as Doug Kearns
More... over 17 years ago
- code cleanup by removing old commented code - merged zoom_in/to into vimperator.zoom() More... over 17 years ago
merge vimperator.execute and the execute_command() global function
dkearns
as Doug Kearns
More... over 17 years ago