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 |
|
More...
|
over 17 years ago
|
whitespace formatting fix |
|
More...
|
over 17 years ago
|
don't output status messages when history bounds are exceeded - just beep |
|
More...
|
over 17 years ago
|
don't add a trailing '\n' when yanking a single line of text in extended hints mode |
|
More...
|
over 17 years ago
|
remove the word "version" from the :version output string |
|
More...
|
over 17 years ago
|
reorder vimperatorCommand highlight group so that :map is highlighted |
|
More...
|
over 17 years ago
|
move global completion functions into a vimperator.completion module |
|
More...
|
over 17 years ago
|
move global isDirectory() to Commands() |
|
More...
|
over 17 years ago
|
change {count} to [count] in the usage strings since specifying a count is always optional |
|
More...
|
over 17 years ago
|
add C-u/C-d mappings and the associated 'scroll' option |
|
More...
|
over 17 years ago
|
initial buffer implementation |
|
More...
|
over 17 years ago
|
fix typo - using quickmark value from 'activate' rather than tabopen for :tabopen |
|
More...
|
over 17 years ago
|
move remaining preference setting from vimperator.startup to Options() |
|
More...
|
over 17 years ago
|
reverse last commit |
|
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() |
|
More...
|
over 17 years ago
|
don't emit an error message when ~/.vimperatorrc doesn't exist |
|
More...
|
over 17 years ago
|
use an unordered list rather than a table in the 'activate' help |
|
More...
|
over 17 years ago
|
move the global copyToClipboard() to a slot in vimperator |
|
More...
|
over 17 years ago
|
move the global isFormElemFocused() to Events |
|
More...
|
over 17 years ago
|
add onMultilineOutputEvent for handling more-prompt keypress events |
|
More...
|
over 17 years ago
|
move global fopen() to a slot in vimperator |
|
More...
|
over 17 years ago
|
remove debug toString() methods now we have vimperator.logObject |
|
More...
|
over 17 years ago
|
remove more unnecessary toString() calls |
|
More...
|
over 17 years ago
|
remove unnecessary toString() call |
|
More...
|
over 17 years ago
|
replace references to deprecated window._content with window.content |
|
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 |
|
More...
|
over 17 years ago
|