Commit Graph
42 Commits
Author SHA1 Message Date
Doug Kearns 707d36fcb5 don't include "no" prefixed variants of boolean option names in the usage 2007-06-18 07:59:46 +00:00
Doug Kearns 66cd7600f7 fix typo in :bdelete help 2007-06-18 07:31:14 +00:00
Doug Kearns ebb15aa494 remove COMMANDS, USAGE, SHORTHELP and HELP global constants 2007-06-18 06:28:05 +00:00
Doug Kearns 2c0a766b77 improve whitespace formatting of Command.toString 2007-06-18 05:37:14 +00:00
Doug Kearns fc7cae2575 fix typo in previous commit 2007-06-17 11:56:35 +00:00
Doug Kearns 12c75c8052 initial Option/Options implementation - replacing g_options 2007-06-16 11:36:30 +00:00
Doug Kearns 875fa52761 allow :set no<TAB> to be completed with the "no"-prefix version of all boolean
options
2007-06-15 11:08:48 +00:00
Doug Kearns d55295929d reorder Command.names as longname1, shortname1, longname2, shortname2 2007-06-15 10:37:12 +00:00
Doug Kearns cbfda0f154 remove unnecessary parentheses from typeof operands 2007-06-14 04:11:36 +00:00
Doug Kearns b4c3d538fe don't specify a font-size for the help page 2007-06-13 07:53:24 +00:00
Doug Kearns ac7cbe222e remove some unnecessary guard clauses 2007-06-13 07:17:38 +00:00
Doug Kearns 0cbd371c56 prefer comparison with the undefined literal rather than using typeof and
comparing against "undefined"
2007-06-13 07:14:48 +00:00
Doug Kearns 397c667443 use code.tag element's text content to anchor the help 'section' location
rather than code.id
2007-06-11 12:51:31 +00:00
Doug Kearns d4598ed391 remove unused var declaration in commandsIterator() 2007-06-10 16:03:17 +00:00
Doug Kearns ae62af34c1 translate ~ to HOME on Windows for use with :source 2007-06-10 11:16:32 +00:00
Doug Kearns 1bb7def7a0 make sure the help text is using a fixed-pitch font 2007-06-08 15:33:33 +00:00
Doug Kearns f6b000c6c4 use || short-circuit initialization idiom when processing Command and Map
constructor args
2007-06-08 15:16:37 +00:00
Doug Kearns 49c2b13d35 markup the ex-command special flag '!' with code.command in help text 2007-06-08 06:48:18 +00:00
Doug Kearns 9a1dcb05fc remove old/disabled :addons command 2007-06-08 00:46:50 +00:00
Doug Kearns f678695b54 markup 'activate' option as such in :tabopen help text 2007-06-07 06:54:39 +00:00
Doug Kearns 7ae35965d9 fix some help text typos 2007-06-07 06:45:34 +00:00
Doug Kearns 2f546a099d remove unused global constants FUNCTION and COMPLETEFUNC 2007-06-06 16:01:46 +00:00
Doug Kearns 5e2bd9cecb change all references to "settings" to "options" 2007-06-06 15:32:11 +00:00
Doug Kearns bc717bdc24 convert help page to XHTML Strict (excepting the id values) and add initial
implementations for the :viusage and :exusage commands
2007-06-06 13:52:18 +00:00
Doug Kearns e47ad6187e initial Command/Commands implementation - replacing g_commands 2007-06-06 06:42:49 +00:00
Doug Kearns 4f6ab64000 comment out debugging log message 2007-06-05 14:05:14 +00:00
Doug Kearns 5442953ad2 add <ESC> closes :addons window bug to TODO 2007-06-05 05:22:17 +00:00
Doug Kearns 5a552ed098 fix missing [count] functionality in normal mode commands 2007-06-03 16:12:55 +00:00
Doug Kearns 6d28fd6107 add missing var declarations 2007-05-31 11:02:33 +00:00
Doug Kearns 4406c23944 fix the mapping usage string to only show the primary command 2007-05-31 06:45:46 +00:00
Doug Kearns a90d422d46 fix typo in bufferposition_str variable declaration 2007-05-30 13:03:12 +00:00
Doug Kearns 1872ad9b0f remove a trailing , and :retab the file 2007-05-30 11:58:41 +00:00
Doug Kearns c86326c7ea change references to vimperator.mode to vimperator.modes 2007-05-30 09:35:31 +00:00
Doug Kearns 2e116c374e fix extra_info processing in Map() and other minor typos 2007-05-30 07:22:05 +00:00
Doug Kearns 6feacb2603 fix some minor, reintroduced, typos and add missing help line for <ESC> map 2007-05-29 01:55:59 +00:00
Doug Kearns 826ca2ce18 add missing var declaration to urls in openURLs*() 2007-05-28 17:09:25 +00:00
Doug Kearns e834bc7dd7 finish converting the mappings to the new Map() format 2007-05-28 16:49:16 +00:00
Doug Kearns 7f3f8f861b add missing variable declaration for thistype, thismode, thisfunc in
triggerCallBack()
2007-05-28 07:22:57 +00:00
Doug Kearns 1d33d6cc33 remove last references to command_line and status_line 2007-05-28 01:06:32 +00:00
Doug Kearns b02e2c3494 fix accidental regression in :tabmove name specification 2007-05-25 06:59:17 +00:00
Doug Kearns 9765f5be84 update the buffer list on page load completion (the non-existant
showBufferList() was being called rather than updateBufferList())
2007-05-24 16:54:03 +00:00
Doug Kearns 362d0d5bf4 fix typo in :open command's short help description 2007-05-24 11:49:00 +00:00