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

78 Commits

Author SHA1 Message Date
Ted Pavlic 1facfe407f Several edits to help docs to clarify when plugins are loaded and what can cause them to not be loaded. 2009-01-02 11:37:07 -05:00
Ted Pavlic 5d8d61cc01 When setting rtp on startup, set VIMPERATOR_RUNTIME to match if it doesn't already exist. 2008-12-30 10:10:37 -05:00
Ted Pavlic ed62a80d20 Use consistent _$VAR_ in help. Before it was mix of _$VAR_ and \'$VAR' 2008-12-29 16:43:46 -05:00
Ted Pavlic 7c64cd0a6c Put quotes around example bash command, just like Vim's help. 2008-12-29 16:32:57 -05:00
Ted Pavlic db7d16bf0e Swapped help defaults for sh and shcf. Now they're correct. 2008-12-29 16:30:20 -05:00
Ted Pavlic 6cbf75ca53 Put quotes around CDPATH in cdpath default help string, as is convention. 2008-12-29 16:25:13 -05:00
Ted Pavlic 61e6133373 Updated cdpath help defaults to mention CDPATH env var. 2008-12-29 16:22:35 -05:00
Doug Kearns 41f7bc12be Fix missing help pages resulting from non-well-formed markup.
Most of the special case asciidoc replacements were also removed since
they're a bit confusing and doing so results in a 60% improvement in the
time taken by asciidoc to process the help pages.  Unfortunately, I'm
now limited to preparing a three course menu for my guests while it runs
rather than the degustation extravaganzas of the past but such is life.

It's still a bit of a mess but since we're almost certainly moving to
something else in the near future it's probably not worth cleaning it up
before 2.0 is released.
2008-12-29 22:52:04 +11:00
Doug Kearns 8bbd1c92fc Fix i_<C-i> help tag. 2008-12-29 13:34:27 +11:00
Ted Pavlic e757af0456 Updated :editor help to use <C-i> instead of <Ctrl-i> to be consistent with the rest of help. 2008-12-28 03:16:04 -05:00
Kris Maglione 872d03808e Add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT, ~/.vimperator/info/{profile}. 2008-12-20 18:34:14 -05:00
Doug Kearns 16c49fe786 fix some help typos 2008-12-20 11:24:11 +11:00
Kris Maglione f95dfac83f Add completion for empty 'defsearch' 2008-12-19 12:33:22 -05:00
Kris Maglione aaab59aab6 Revert "Allow empty defsearch."
This reverts commit 3cab7c16a0ef5e39f9aeeb8ea1ed9602a6a152f4.
2008-12-19 12:29:13 -05:00
Ted Pavlic 993ba60ee7 Allow empty defsearch. 2008-12-19 10:49:56 -05:00
Doug Kearns ad61bc83ff fix transposed defaults in showmode and shell help 2008-12-20 00:15:13 +11:00
Ted Pavlic 50f73844c8 Reverting empty defsearch changes in last two commits. Leaving in JS catches. 2008-12-18 13:20:47 -05:00
Ted Pavlic d6e5bdbe77 Updated :help 'defsearch' to reflect empty behavior. 2008-12-18 12:45:46 -05:00
Doug Kearns 7d93fdd272 trivial help formatting improvements 2008-12-14 13:34:51 +11:00
Doug Kearns b63bbcfaee update :set examples in help now that it uses parseArgs() 2008-12-14 13:34:38 +11:00
Martin Stubenschrott 9fe3e53ce0 Fixed Added Quickmarks annoyance, and changed verbose to 1 by default 2008-12-08 15:47:44 +01:00
Kris Maglione 4c6aa1f585 Fix botched charset conversion in options.txt (previously UTF-8, but converted as if ISO 8859-1) 2008-12-06 12:02:30 -05:00
Doug Kearns aa5a78ea23 fix :set help formatting 2008-12-07 00:04:00 +11:00
Doug Kearns 27d2ad299e fix a few help formatting quirks 2008-12-06 22:12:38 +11:00
Doug Kearns 6b10642db3 add help for new scrollbar guioptions 2008-12-06 12:51:35 +11:00
Kris Maglione a78a3a91d8 Er, show the right descriptions for the right options 2008-12-04 22:47:47 -05:00
Kris Maglione 667e1433ec Allow :se foo nobar baz="Foo. No bar in this town." 2008-12-04 12:06:38 -05:00
Kris Maglione 1c153aa978 New directory layout. 2008-12-02 13:42:44 -05:00