marks support (thanks viktor) |
|
More...
|
over 17 years ago
|
added back zoom_to function |
|
More...
|
over 17 years ago
|
markup 'activate' option as such in :tabopen help text |
|
More...
|
over 17 years ago
|
fix some help text typos |
|
More...
|
over 17 years ago
|
changed the colors back to green/red. |
|
More...
|
over 17 years ago
|
remove unused global constants FUNCTION and COMPLETEFUNC |
|
More...
|
over 17 years ago
|
change all references to "settings" to "options" |
|
More...
|
over 17 years ago
|
convert help page to XHTML Strict (excepting the id values) and add initial implementations for the :viusage and :exusage commands |
|
More...
|
over 17 years ago
|
initial Command/Commands implementation - replacing g_commands |
|
More...
|
over 17 years ago
|
comment out debugging log message |
|
More...
|
over 17 years ago
|
add <ESC> closes :addons window bug to TODO |
|
More...
|
over 17 years ago
|
fix missing [count] functionality in normal mode commands |
|
More...
|
over 17 years ago
|
made action public to change .execute() to be a prototype |
|
More...
|
over 17 years ago
|
add missing var declarations |
|
More...
|
over 17 years ago
|
merged the new mappings code, all glory goes to Doug! |
|
More...
|
over 17 years ago
|
fix the mapping usage string to only show the primary command |
|
More...
|
over 17 years ago
|
fix typo in bufferposition_str variable declaration |
|
More...
|
over 17 years ago
|
remove a trailing , and :retab the file |
|
More...
|
over 17 years ago
|
change references to vimperator.mode to vimperator.modes |
|
More...
|
over 17 years ago
|
fix extra_info processing in Map() and other minor typos |
|
More...
|
over 17 years ago
|
cleaned up mappings code, should be feature complete now (apart from the non-implemented getAll() method. |
|
More...
|
over 17 years ago
|
Added (outcommented because too slow) 'numbertabs' option (by hrist). |
|
More...
|
over 17 years ago
|
changed the flags back. don't use 1 << 0 for any of the flags, since the 'default' one is 0 |
|
More...
|
over 17 years ago
|
fix some minor, reintroduced, typos and add missing help line for <ESC> map |
|
More...
|
over 17 years ago
|
changed coding style, commented things which should be changed with XXX: |
|
More...
|
over 17 years ago
|
add missing var declaration to urls in openURLs*() |
|
More...
|
over 17 years ago
|
finish converting the mappings to the new Map() format |
|
More...
|
over 17 years ago
|
add missing variable declaration for thistype, thismode, thisfunc in triggerCallBack() |
|
More...
|
over 17 years ago
|
remove last references to command_line and status_line |
|
More...
|
over 17 years ago
|
explicitly set JS version to 1.7 |
|
More...
|
over 17 years ago
|