Commit Graph
100 Commits
Author SHA1 Message Date
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
Doug Kearns 0c11a6b652 remove FF2 workaround and call doCommand() on sidebar menu items 2008-08-13 16:37:25 +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
Doug Kearns 16a9c56fbe add prefix count support to :tabprevious, :bprevious, :tabnext, :bnext etc 2008-08-12 11:23:01 +00:00
Doug Kearns 66c46a8b53 add alternateStyleSheets property to liberator.buffer rather than generating
this list in the completion function
2008-08-12 11:19:13 +00:00
Doug Kearns 77f3bef692 remove :pclose help 2008-08-11 14:28:31 +00:00
Doug Kearns c3fb165ebe minor help formatting fixes 2008-08-11 14:27:34 +00:00
Doug Kearns c104ec1a1e move help for "~" to browsing.txt 2008-08-11 14:06:26 +00:00
Doug Kearns c66afc973c move :pageinfo and :viewsource related help to buffer.txt 2008-08-11 14:03:54 +00:00
Doug Kearns c67521e315 add [stylesheet] as a replacement to asciidoc.conf for the :pagestyle help 2008-08-10 12:26:19 +00:00
Doug Kearns 7f258902dc trivial comment update 2008-08-10 06:30:19 +00:00
Doug Kearns cde09bc664 calling :pagestyle without an arg should restore the 'default' page style 2008-08-10 06:29:43 +00:00
Doug Kearns 8928b58686 add :tabnew and :tabedit aliases to help for :tabopen 2008-08-10 04:33:47 +00:00
Doug Kearns ff73331f91 improve consistency of option value tables in help 2008-08-10 04:24:26 +00:00
Doug Kearns 19d73e5f16 document style arg to :pagestyle 2008-08-10 04:04:55 +00:00
Doug Kearns c3e9b0ca5d fix the capitalization of the short description for :preferences 2008-08-09 15:17:00 +00:00
Doug Kearns 8db0bafddb minor help formatting improvements 2008-08-08 12:24:45 +00:00
Doug Kearns 478dee9445 add :comclear, :delcommand, :setglobal and :setlocal to vimperator.vim 2008-08-08 10:11:28 +00:00
Doug Kearns 316bad4587 display the user command's definition in the list output of :command 2008-08-08 10:03:04 +00:00
Doug Kearns 874d94e7eb whitespace fix 2008-08-08 10:01:53 +00:00
Doug Kearns c66bfa4bcf fix typo in :winclose help 2008-08-08 08:39:42 +00:00
Doug Kearns a35329f625 fix typo in exitPopupMode() 2008-08-08 07:53:11 +00:00
Doug Kearns d92f1335e6 markup references to <Tab> in help for 'ssli' and :set as mappings 2008-08-08 07:15:46 +00:00
Doug Kearns 5205551676 markup references to f and F in 'hinttags' help as mappings 2008-08-08 07:12:12 +00:00
Doug Kearns abb834f96f normalize capitalization of "Note:" in help files 2008-08-08 07:10:08 +00:00
Doug Kearns 03d030db9e change :command to behave like Vim's and add :comclear and :delcommand 2008-08-08 06:45:14 +00:00
Doug Kearns 615fddca4f remove unprocessed markup from :js description 2008-08-07 06:24:04 +00:00
Doug Kearns 2b1d16b396 whitespace formatting fixes 2008-08-07 06:04:41 +00:00
Doug Kearns 9f31811e79 normalize formatting of the optional bang in help descriptions 2008-08-07 05:29:02 +00:00
Doug Kearns 134bd01b20 add missing semicolon 2008-08-05 06:32:29 +00:00
Doug Kearns 0cff571607 add help for the special version of :unlet 2008-08-05 02:42:47 +00:00
Doug Kearns 19916d7118 add a special version to :hardcopy to skip the print dialog and move print
related help to a dedicated page
2008-08-05 02:30:17 +00:00
Doug Kearns 2a0c5ef869 rename variables named char as this is a reserved word 2008-08-05 02:03:41 +00:00
Doug Kearns dc92e16e88 clarify the help for 'hintmatching' 2008-08-04 12:08:01 +00:00
Doug Kearns 5adc927785 move help for <C-a> and <C-x> to browing.txt 2008-08-04 02:54:39 +00:00
Doug Kearns a7af6c96b1 move help for p, P and gP to browsing.txt 2008-08-04 02:51:33 +00:00
Doug Kearns 345e6f4354 move help for y and Y to buffer.txt 2008-08-04 02:32:31 +00:00
Doug Kearns d5b75b1f68 add :jumps and :pagestyle to vimperator.vim 2008-08-04 02:15:11 +00:00
Doug Kearns 73b300aef8 move various stopping, quitting and reloading commands to browsing.txt 2008-08-04 01:54:50 +00:00
Doug Kearns 4ee63d9003 move help for :cd and :pwd to browsing.txt 2008-08-04 01:33:05 +00:00
Doug Kearns 84fc1eb494 move :mkvimperatorrc help to starting.txt 2008-08-04 01:29:37 +00:00
Doug Kearns 2dc74f94a3 move help for gh and gH to browsing.txt 2008-08-04 01:27:46 +00:00
Doug Kearns 4b59cac5a2 move :unlet help to eval.txt 2008-08-04 01:19:13 +00:00
Doug Kearns 40b1dad33e move :source help to repeat.txt 2008-08-04 01:18:09 +00:00
Doug Kearns 6b639dc3fc normalize the capitalization of section headings in help pages 2008-08-04 01:08:39 +00:00
Doug Kearns a3de4d7780 move :buffer help to tabs.txt 2008-08-04 01:03:01 +00:00
Doug Kearns f3e7a03e16 move help for :time to repeat.txt 2008-08-01 03:33:16 +00:00
Doug Kearns b5bfcb4e10 move appropriate help content from various.txt to eval.txt, hints.txt and
map.txt
2008-08-01 03:30:11 +00:00
Doug Kearns 366f9d79f4 error messages should be capitalized 2008-07-30 05:30:30 +00:00
Doug Kearns bc35f9368c only complete :pagestyle with style sheets of media type "all" or "screen" 2008-07-30 02:13:04 +00:00
Doug Kearns dbcf8c8b69 whitespace formatting fix 2008-07-30 01:20:35 +00:00
Doug Kearns ffbe5fa20c use object literal syntax rather than explicitly calling the constructor 2008-07-29 22:09:00 +00:00
Doug Kearns 626ef76789 add :blast, :bfirst, :brewind, :bnext, :bprevious, :bNext commands
(Dominik Meister)
2008-07-29 21:42:21 +00:00
Doug Kearns a2a82973e4 add :pagestyle command to allow for switching between alternate style sheets 2008-07-29 21:13:13 +00:00
Doug Kearns 32dc7b8483 whitespace fixes 2008-07-29 21:12:57 +00:00
Doug Kearns 23692e57aa add some missing semicolons and remove some trailing commas 2008-07-27 15:08:06 +00:00
Doug Kearns 7995fa8290 remove 'urlseparator' from TODO 2008-07-27 15:07:14 +00:00
Doug Kearns f686b00040 minor formatting fixes 2008-07-26 17:03:04 +00:00
Doug Kearns a7d9bef5b5 use <C-Z> rather than <C-Q> for entering pass-all-keys mode 2008-07-22 16:43:23 +00:00
Doug Kearns 0abf6f0ddf add :tabduplicate to vimperator.vim 2008-07-21 13:17:42 +00:00
Doug Kearns 33cf937388 add 'urlseparator' to vimperator.vim 2008-07-21 05:54:36 +00:00
Doug Kearns 6eed6938a6 minor improvement to 'urlseparator' short help 2008-07-20 15:33:10 +00:00
Doug Kearns c47b50df11 access 'newtab' with the square bracket notation rather than dot notation 2008-07-20 15:27:52 +00:00
Doug Kearns 706f2d0c93 add new 'urlseparator' option 2008-07-20 13:06:01 +00:00
Doug Kearns 8a147eb0c6 fix incorrect character class in :set arg parser (Konstantin Stepanov) 2008-07-16 15:26:36 +00:00
Doug Kearns 63214ca210 move help for history to marks.txt 2008-07-15 15:50:04 +00:00
Doug Kearns 48cf35f9df move help for bookmarks to marks.txt 2008-07-15 06:07:30 +00:00
Doug Kearns b7ece207ca move help for QuickMarks and local marks to marks.txt 2008-07-14 16:13:54 +00:00
Doug Kearns c323a7e410 clarify that the {pat} arg to :autocmd is a regex used to match the URL 2008-07-10 17:22:05 +00:00
Doug Kearns c7421836e2 fix typo in log message 2008-07-09 13:32:41 +00:00
Doug Kearns 764ed4d301 add 'visualbellstyle' to RC file syntax highlighter 2008-07-07 11:57:23 +00:00
Doug Kearns 7658545b88 fix typo in help 2008-07-03 14:12:18 +00:00
Doug Kearns 98ac3ef78e fix some help typos 2008-07-01 14:41:25 +00:00
Doug Kearns 45390dac8b add missing semicolons 2008-06-09 03:29:29 +00:00