mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 23:15:47 +01:00
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.
This commit is contained in:
@@ -3,9 +3,9 @@ HEADER
|
||||
|text-search-commands| +
|
||||
|
||||
Vimperator provides a Vim-like interface to Firefox's standard text search
|
||||
functionality. There is no support for using regular expressions in search
|
||||
commands as Firefox does not provide native regexp support. It is unlikely
|
||||
that this will ever be available.
|
||||
functionality. There is no support for using regular expressions in search
|
||||
commands as Firefox does not provide native regexp support. It is unlikely that
|
||||
this will ever be available.
|
||||
|
||||
|/| +
|
||||
||/\\{pattern\\}[/]<CR>|| +
|
||||
@@ -13,7 +13,7 @@ ________________________________________________________________________________
|
||||
Search forward for the first occurrence of {pattern}.
|
||||
|
||||
If "\c" appears anywhere in the pattern the whole pattern is handled as though
|
||||
'ignorecase' is on. "\C" forces case-sensitive matching for the whole pattern. +
|
||||
'ignorecase' is on. "\C" forces case-sensitive matching for the whole pattern. +
|
||||
If "\l" appears in the pattern only the text of links is searched for a
|
||||
match as though 'linksearch' is on. "\L" forces the entire page to be searched
|
||||
for a match.
|
||||
|
||||
Reference in New Issue
Block a user