Commit Graph
100 Commits
Author SHA1 Message Date
Doug Kearns caa59fec00 fix :chdir - it doesn't require an arg 2008-12-01 04:36:07 +00:00
Doug Kearns 0698afef24 add 'followhints' to index.txt 2008-11-28 14:30:00 +00:00
Doug Kearns c56dfe137d fix broken 'wildignore' validator 2008-11-28 13:03:28 +00:00
Doug Kearns 5a3a35ea26 whitespace/formatting fixes 2008-11-28 13:01:20 +00:00
Doug Kearns f70df20aa6 add 'followhints' and 'wildcase' RC file highlighting 2008-11-28 12:07:22 +00:00
Doug Kearns f1e3567354 simplify Command#hasName 2008-11-28 12:04:06 +00:00
Doug Kearns a86af802c5 remove '*link[fb]gcolor' from help 2008-11-28 07:14:27 +00:00
Doug Kearns 49d331f811 extract editor.editFileExternally from buffer.viewSource and
editor.editWithExternalEditor
2008-11-28 04:11:42 +00:00
Doug Kearns ff69145da2 fix external editor commands (Eric Van Dewoestine) 2008-11-28 02:48:35 +00:00
Doug Kearns 2e6e7cb915 declare var in javascript#objectKeys 2008-11-27 14:05:15 +00:00
Doug Kearns bfc1031534 declare res variable in template#highlightRegexp 2008-11-27 11:49:05 +00:00
Doug Kearns 81e4be0aee fix typo in removeHints 2008-11-27 07:03:32 +00:00
Doug Kearns c18faf9d58 prefer let over var in io.js 2008-11-26 15:41:00 +00:00
Doug Kearns 3bc181d9cc fix broken io#run on Windows 2008-11-26 15:35:12 +00:00
Doug Kearns 1765f1ab5e fix options#op 'number' and 'string' option setters 2008-11-26 11:00:19 +00:00
Doug Kearns 4462bb3768 fix 'defsearch' validator 2008-11-25 15:19:07 +00:00
Doug Kearns ab057c17a6 add comment about recent literalArg handling change in commands#parseArgs 2008-11-25 14:23:16 +00:00
Doug Kearns c6fd8939f1 fix :doautoall 2008-11-25 14:09:08 +00:00
Doug Kearns b543359408 :retab regressions.js - nasty. 2008-11-25 05:14:45 +00:00
Doug Kearns ccdf6f1011 fix redeclaration of schemes in completion.colorSchemes - prevents Vimp from
loading in FF 3.0
2008-11-24 15:04:37 +00:00
Doug Kearns c2c00a86e3 fix broken :unmap 2008-11-24 12:35:08 +00:00
Doug Kearns b2a87273f8 TODO: map <silent> is broken 2008-11-24 03:54:10 +00:00
Doug Kearns 4b66007575 fix parseArgs - literalArg typo 2008-11-24 03:53:16 +00:00
Doug Kearns 45963ccc12 refactor completion.command 2008-11-14 15:10:36 +00:00
Doug Kearns 46264ada8a remove some duplicate help tags in map.txt 2008-11-14 14:58:06 +00:00
Doug Kearns 0b4232d401 add some more completion args for :command -complete 2008-11-14 14:50:39 +00:00
Doug Kearns 074df859c5 whitespace fixes 2008-11-13 15:45:30 +00:00
Doug Kearns 551417f410 fix typo in :command-complete help 2008-11-13 15:43:17 +00:00
Doug Kearns 47fbbacf41 initial crack at :command -complete - YALNS 2008-11-13 15:41:08 +00:00
Doug Kearns 8b37c91b7b add find across frames release blocker to TODO 2008-11-13 15:16:51 +00:00
Doug Kearns 84703cbb71 prefer let over var in util.js 2008-11-12 12:50:11 +00:00
Doug Kearns 080cfd3304 refactor commands.{add*,get*} 2008-11-12 12:43:10 +00:00
Doug Kearns 5ed314964e fix :command listing and remove broken option filtering as it doesn't seem
generally useful
2008-11-11 14:50:31 +00:00
Doug Kearns d0a42ac0f9 temporarily 'fix' FF 3.0 style sheet loading bug - someone in a better time
zone track it down please
2008-11-10 14:39:09 +00:00
Doug Kearns c6ad5faf9c refactor :delcommand action 2008-11-10 13:24:51 +00:00
Doug Kearns 1de3210214 fix -bang user commands regression 2008-11-10 13:19:16 +00:00
Doug Kearns b3418425bd remove 'visualbellstyle' from index.txt 2008-11-10 03:26:57 +00:00
Doug Kearns d71f37b4ff add :optionusage, :messages and :delstyle to index.txt 2008-11-10 03:22:27 +00:00
Doug Kearns 588c545f64 document :echomsg 2008-11-10 02:53:46 +00:00
Doug Kearns 05005ce482 fix 'eventignore' completion 2008-11-09 14:42:01 +00:00
Doug Kearns d7cfc4b0f5 fix XPI structure - components don't belong in the chrome jar 2008-11-09 13:04:44 +00:00
Doug Kearns d51c6cd035 add missing :highlight and :colorscheme features to TODO 2008-11-07 13:22:53 +00:00
Doug Kearns 185be51cc3 rename autocommand parameters fullscreen and colors to state and name 2008-11-06 14:45:58 +00:00
Doug Kearns 8c9f90c985 change the ColorScheme parameter name to "colors" 2008-11-06 14:20:04 +00:00
Doug Kearns e5db52a8ac add a color scheme parameter to 2008-11-06 14:19:04 +00:00
Doug Kearns c91f3cee03 don't filter out "" elements from stringlist options as they can be significant
E.g. 'cdpath'
2008-11-06 14:08:21 +00:00
Doug Kearns 4c86955c57 partial fix for 'cdpath' (and 'runtimepath' on Windows) - stringlist option
value parsing is not preserving "" items
2008-11-06 11:00:48 +00:00
Doug Kearns a39226ff23 quick fix for #9 ("gi" Goes To Address Bar, not to Webpage) 2008-11-05 01:58:13 +00:00
Doug Kearns 654bd0c2ea fix :set completion when there's no filter 2008-11-04 17:30:52 +00:00
Doug Kearns f371419666 fix "." mapping for repeating the last normal mode command 2008-11-04 16:00:05 +00:00
Doug Kearns 2949902f86 TODO: use storage module for autocommands 2008-11-04 15:00:16 +00:00
Doug Kearns a859ce991c fix jumping to option tags 2008-11-04 07:02:28 +00:00
Doug Kearns 31ba397ff5 push literalArg onto the end of args.arguments in parseArgs - still a bit of a
mess
2008-11-03 06:00:44 +00:00
Doug Kearns c25b5e2b0b use literalArg with :buffers 2008-11-02 14:39:30 +00:00
Doug Kearns 441008c624 provide defaults for some optional config properties 2008-11-02 13:59:58 +00:00
Doug Kearns 6dfc33035b whitespace and semicolon fixes 2008-11-02 11:54:56 +00:00
Doug Kearns d52466188e mention <fullscreen> keyword in autocommands help 2008-11-02 11:52:58 +00:00
Doug Kearns 189d578da8 fix NEWS formatting 2008-11-02 05:56:48 +00:00
Doug Kearns 7b1f6b0667 fix recently broken :ls - tabs.browsers is a function (Juergen Descher) 2008-11-01 15:46:19 +00:00
Doug Kearns 3d4746229a fix typo in :autocmd help 2008-11-01 15:00:32 +00:00
Doug Kearns 3371398700 add help for :colorscheme and move completion function to
completion.colorScheme
2008-11-01 14:54:05 +00:00
Doug Kearns 2b3ef469c4 add rough initial implementation of :colorscheme 2008-11-01 11:18:37 +00:00
Doug Kearns fdd2339274 fix typos in :highlight help - Javascript -> JavaScript 2008-11-01 09:53:52 +00:00
Doug Kearns 8aff700b67 whitespace fix 2008-11-01 09:29:13 +00:00
Doug Kearns 74288a1461 fix util.computedStyle 2008-11-01 09:20:55 +00:00
Doug Kearns bf5c630575 simplify parseSpecs longname/shortname pattern 2008-11-01 05:39:48 +00:00
Doug Kearns 9bb726f7f8 update vimperator.vim 2008-11-01 05:20:55 +00:00
Doug Kearns 55f60e97c8 change :ru[ntime] to :runt[ime] since it clashes with :run 2008-11-01 05:20:21 +00:00
Doug Kearns a9803eb709 update some old refererences to util.arrayIter 2008-11-01 04:30:57 +00:00
Doug Kearns 5f90b93430 normalise platform feature values 2008-11-01 04:14:50 +00:00
Doug Kearns 47f753d72c rename local function gotoHistoryItem to loadHistoryItem 2008-11-01 02:55:21 +00:00
Doug Kearns 4efae05d03 return a file object from io.getCurrentDirectory 2008-11-01 02:53:25 +00:00
Doug Kearns 14a646e2ce fix loading of style.js - don't redefine function parameters with let (possibly
a Windows specific SpiderMonkey bug
2008-11-01 02:11:15 +00:00
Doug Kearns e412a11d77 make liberator.hasExtension work in Muttator - FUEL is FF only 2008-10-31 16:00:14 +00:00
Doug Kearns ca28dafa8a add liberator.hasExtension for testing for the presence of a given FF extension 2008-10-31 11:36:19 +00:00
Doug Kearns c3ce38db9c add note to buffer.getCurrentWord regarding Firefox's getSelection() bug 2008-10-31 08:22:05 +00:00
Doug Kearns d498825baf highlight comments after :set lines in Vimperator runtime files 2008-10-31 08:06:12 +00:00
Doug Kearns e9c1f01a16 add dodgy CSS highlighting for :style argument in Vimperator files 2008-10-30 14:38:33 +00:00
Doug Kearns 119a4d8488 remove duplicate "hints" help tags 2008-10-30 09:38:51 +00:00
Doug Kearns ac2268a0ab add styling.html to the help topics overview 2008-10-30 09:04:07 +00:00
Doug Kearns e84530b520 replace some match vars with matches for consistency's sake 2008-10-30 06:14:04 +00:00
Doug Kearns 4de6674df7 output an error message when trying to expand ! in a :! command if there was no
previous command
2008-10-30 05:39:11 +00:00
Doug Kearns fd0d20b42c inline odd buffer.getElement - only used in liberator.help 2008-10-30 04:39:44 +00:00
Doug Kearns c4f57dd85a fix last config.helpFiles change style.html is styling.html 2008-10-30 03:35:03 +00:00
Doug Kearns bfe0530209 add style.html to config.helpFiles 2008-10-30 03:29:02 +00:00
Doug Kearns d2bc7aa20f simplify expandLeader() 2008-10-30 03:14:01 +00:00
Doug Kearns f86f2dcee5 replace use of deprecated getBoxObjectFor in liberator.beep 2008-10-29 10:13:40 +00:00
Doug Kearns 7e614099a2 add components/ to XPI - fixing #31 (XPI generation doesn't add components
directory) (Teramako)
2008-10-29 06:29:39 +00:00
Doug Kearns 416440edbb whitespace fixes 2008-10-29 06:12:01 +00:00
Doug Kearns cdf10aecfc fix #15 (browser.zoom.siteSpecific resets to false) 2008-10-29 06:10:03 +00:00
Doug Kearns b7368db6dd mention 'helpfile' in the description of :help 2008-10-26 11:44:18 +00:00
Doug Kearns 793e45ea83 add the platform to config.features 2008-10-23 14:06:39 +00:00
Doug Kearns 190b7dadbe whitespace fixes 2008-10-23 14:05:27 +00:00
Doug Kearns beb8c6a744 prevent <C-x> from decrementing the number through 0 2008-10-22 15:16:14 +00:00
Doug Kearns 576899f9d0 update vimperator.vim 2008-10-22 10:34:19 +00:00
Doug Kearns 2141d475f8 add 'exrc' 2008-10-21 15:45:57 +00:00
Doug Kearns b58c04200f fix :undoall definition, the command doesn't accept a ! or count 2008-10-21 14:50:51 +00:00
Doug Kearns 7a15b80aff add 'errorbells' 2008-10-20 16:56:31 +00:00
Doug Kearns e7d99e5a5b fix visual bell - center it since its dimensions are now less than the box to
workaround a FF3 bug
2008-10-20 16:32:30 +00:00
Doug Kearns 03d91c794c fix :pageinfo and :time output - use the character entity for NBSP 2008-10-20 16:08:23 +00:00