1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 21:41:25 +02:00
Commit Graph

1305 Commits

Author SHA1 Message Date
Doug Kearns 54cbed3d74 make the :pagestyle invalid arg error message more Vimish 2008-08-17 13:42:25 +00:00
Doug Kearns 13248e0422 add pattern.txt 2008-08-17 09:23:03 +00:00
Doug Kearns 794ef925b8 normalize the features list 2008-08-17 07:53:41 +00:00
Martin Stubenschrott 336287cbf1 some doc fixes in repeat.txt 2008-08-17 01:14:24 +00:00
Martin Stubenschrott f89a0e35a9 fixed allowed versions for firefox 2008-08-16 17:25:45 +00:00
Martin Stubenschrott eab6aafa26 updated version to 2.0pre since the next release will probably break the completion API again 2008-08-16 17:13:03 +00:00
Martin Stubenschrott f99b692ab9 released vimperator 1.2 2008-08-16 17:10:18 +00:00
Martin Stubenschrott 1acaba4a1a merged some tabs commands and mappings in the help 2008-08-16 15:46:07 +00:00
Martin Stubenschrott 4be7f466dc fixed tutorial header 2008-08-16 15:14:57 +00:00
Martin Stubenschrott 5ca3d74058 revert a small change 2008-08-16 15:12:11 +00:00
Martin Stubenschrott a6d7fff50a fixed tutorial.txt 2008-08-16 15:10:16 +00:00
Martin Stubenschrott 4688d989f7 use history cache for newly opened pages 2008-08-16 10:38:00 +00:00
Martin Stubenschrott 3f5f7ee214 forgot to remove a debug output 2008-08-16 10:21:49 +00:00
Martin Stubenschrott db52595c28 better fix for :hs 2008-08-16 10:21:00 +00:00
Martin Stubenschrott 39ad2d9c0c fixed :history 2008-08-16 10:16:53 +00:00
Doug Kearns 2352723733 respect 'urlseparator' when completing urls 2008-08-16 09:23:19 +00:00
Doug Kearns 3d5992cb91 minor help formatting improvements 2008-08-16 09:19:59 +00:00
Doug Kearns 6d3c56ba72 don't wrap example Ex command lines in help descriptions 2008-08-15 16:13:57 +00:00
Doug Kearns 47d0865280 more minor help formatting improvements 2008-08-14 14:47:20 +00:00
Doug Kearns b048d55149 fix :winclose help, it doesn't accept an argument 2008-08-14 14:31:36 +00:00
Doug Kearns aa62e0e7e6 minor help formatting fixes 2008-08-14 14:25:31 +00:00
Doug Kearns c5b9ab0bc4 add highlighting for 'shell', 'shellcmdflag' and :emenu to vimperator.vim 2008-08-14 13:23:34 +00:00
Doug Kearns 436d588197 add another example to the help for :autocmd 2008-08-14 10:53:52 +00:00
Doug Kearns 0b0c09eec2 clarify :viewsource help 2008-08-14 10:32:47 +00:00
Doug Kearns 22884392a2 return an error message if the URL arg to :back and :forward doesn't match
rather than just going back/forward one step in the history anyway
2008-08-14 10:17:25 +00:00
Doug Kearns 0488fa52fc use args rather than arg as the first parameter to macro related functions for
the sake of convention
2008-08-14 09:38:59 +00:00
Doug Kearns a234aa747e make use of our argsParser to handle commands with zero arguments 2008-08-14 08:24:02 +00:00
Doug Kearns 00f8ed632e use liberator.config.guioptions to determine the ID of the toolbar for :emenu 2008-08-14 05:15:50 +00:00
Doug Kearns b145689c14 add :emenu for accessing menubar menu items from the command line 2008-08-14 05:01:18 +00:00
Doug Kearns be5c793f4f add count support to :buffer 2008-08-14 04:03:21 +00:00
Martin Stubenschrott e480e466dc fixed options for muttator composer 2008-08-13 23:30:40 +00:00
Martin Stubenschrott ac59056ac8 added Option.{get/set} 2008-08-13 23:07:51 +00:00
Martin Stubenschrott a5e2c7f912 [muttator] fixed help, still does not work somehow. xmlhttprequest not working in thunderbird? 2008-08-13 22:40:21 +00:00
Martin Stubenschrott 1035a01ace make use of our argsParser to handle commands with a fixed number of arguments.
Also added args.string to access the original string before it was parsed.
TODO: Always pass a parseArgs-like structure to commands, instead of only
when options or argCount is specified?
2008-08-13 21:53:56 +00:00
Martin Stubenschrott c49ed07af9 made :setlocal work on tabs, not buffer 2008-08-13 20:50:39 +00:00
Doug Kearns 0c11a6b652 remove FF2 workaround and call doCommand() on sidebar menu items 2008-08-13 16:37:25 +00:00
Daniel Bainton 67b0492431 Adding some checks to check if win is defined 2008-08-13 09:22:18 +00:00
Doug Kearns 3375daf359 improve :tabnext and :tabprevious help formatting 2008-08-13 08:12:19 +00:00
Doug Kearns 5a2b88c496 add initial implementation of 'shell' and 'shellcmdflag' options 2008-08-13 05:28:35 +00:00
Doug Kearns e8eab457f7 trivial formatting fixes 2008-08-13 05:27:23 +00:00
Doug Kearns 4815e074a3 don't iterate over the liberator.config.helpFiles array using a for...in loop 2008-08-13 05:21:46 +00:00
Doug Kearns 7c0280308b fix :help broken in last bad commit 2008-08-13 05:13:24 +00:00
Doug Kearns 85ecff4957 move the help files list to Vimperator's liberator.config 2008-08-12 17:55:47 +00:00
Doug Kearns 055555d81a sort filename completions 2008-08-12 17:47:59 +00:00
Doug Kearns 66ff19d7af trivial formatting improvements 2008-08-12 16:16:24 +00:00
Doug Kearns 50f025553a move :restart help to starting.txt 2008-08-12 16:15:30 +00:00
Doug Kearns 9204a75760 move :tab help to tabs.txt and fix some broken internal links 2008-08-12 16:11:43 +00:00
Doug Kearns e6e8e61242 move <Tab> and <S-Tab> help to buffer.txt 2008-08-12 15:55:14 +00:00
Doug Kearns 82ec2ef8e7 add a Todo item 2008-08-12 13:29:16 +00:00
Doug Kearns c2a25da558 move text search commands to pattern.txt 2008-08-12 13:28:36 +00:00