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

25 Commits

Author SHA1 Message Date
Doug Kearns f73879f43e Add :stopall. 2009-05-11 01:20:45 +10:00
Ted Pavlic 2c8880ac59 help copyedit: Remove commas before if. Only need after if clause when clause is introductory. 2009-04-29 09:20:19 -04:00
Conrad Irwin 14bfa82a4e Improve documentation for T and O 2009-04-16 00:56:40 +01:00
Doug Kearns 374297c5da Merge branch 'master' into vimperator-2.1
Conflicts:
	common/content/completion.js
	common/content/liberator.js
	vimperator/NEWS
2009-03-29 11:18:10 +11:00
Daniel Bainton 702f8f9a3e Doc fixes (thanks Xie&Tian) 2009-03-26 09:34:10 +02:00
Doug Kearns b6cb5785ad Fix :help :back/:forward formatting. 2009-03-24 15:04:22 +11:00
Doug Kearns 62bc7fb9b5 Add "w" and "W" Normal mode mappings.
These work just like o/O and t/T but for new windows.
2009-02-28 22:17:59 +11:00
Doug Kearns faa928f957 Add stepnem to AUTHORS and whitespace fixes in help. 2009-02-19 12:53:03 +11:00
Štěpán Němec 926355a7ec A number of minor fixes in help files.
Mostly typos/omissions/markup errors, more remarkable e. g. changing
'b' to 'B' in tutorial reflecting a change from 1.2.
Also uncommented [macros] section in asciidoc.conf (is that right?).

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
2009-02-19 12:13:59 +11:00
Ted Pavlic 8b95e72115 Minor copyedits. 2009-01-20 11:54:46 -05:00
Kris Maglione cead5e3230 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-01-18 14:44:51 -05:00
Doug Kearns 16b9b98a45 Remove setting of 'syntax' in Asciidoc file modelines.
Setting 'filetype' makes this redundant.
2009-01-19 00:45:58 +11:00
Kris Maglione 211e68f8d3 Revert "Again removed explicit numbering in asciidoc help files."
This reverts commit a401e3ebf34c964ca508c189e1daf9b0b18e57b9.

Explicit numbering is easier to read, and will likely be required if and when
we switch to Vim's help format.
2009-01-17 23:45:50 -05:00
Ted Pavlic db872c5e65 Added "filetype=asciidoc" to help file modlines.
At the moment, only "syntax=asciidoc" was specified. The
asciidoc_filetype.vim that is distributed with Asciidoc gives the
installer two options -- to either associate every *.txt file with
asciidoc or to try to decipher whether or not the file is an asciidoc
using the first 50 lines.

So it's not given that a developer will open the *.txt files with
ft=asciidoc, and so it's helpful to have it explicitly in the modeline.
2009-01-17 13:02:41 -05:00
Ted Pavlic 86c5875768 Again removed explicit numbering in asciidoc help files.
Automatic numbering exists for a reason. It's more elegant and easy to
manage. Additionally, because numbering rules can be specified centrally,
it adds consistency to the final look of the documents. An editor shouldn't
have to think about the current numbering level or number. That should be
handled by asciidoc as it builds the final doc.

[ However, added explicit first number to make list source code look a
  little better. ]

Also moved $VIMPERATOR_INIT keyword to its correct location in
starting.txt.

This change partially reverts changeset a1f264639f27d7d5b87e5fbccf54d6890a03ca7d.
2009-01-17 12:29:48 -05:00
Kris Maglione c4f5d4f84d Fix some inline/help docs. 2009-01-08 20:56:26 -05:00
Ted Pavlic ad4b9b89f9 Clarification to :help for :open, :tabopen, and :winopen about what happens to first and next URLs. 2009-01-04 22:15:29 -05:00
Ted Pavlic 1112440269 Corrected correction 'Copyedit to :help winopen for clarity.' 2009-01-04 22:07:56 -05:00
Martin Stubenschrott bc0c985a49 Revert "Copyedit to :help winopen for clarity."
Ted: Read the help again, :tabopen is just like :open, but opens in a
new tab.

This reverts commit 9f199106abf90dec0a2de6235dad0cf50a8e7722.
2009-01-05 00:46:51 +01:00
Ted Pavlic 20617543f2 Copyedit to :help winopen for clarity. 2009-01-04 18:13:42 -05:00
Ted Pavlic 211613d2c2 Some help list updates. Among other things, got rid of explicit numbering. 2009-01-02 14:32:15 -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
Kris Maglione 2f0132cabc Sorry, minor feature that's more of a bug fix: Options/commands/mappings in :help now behave as links. 2008-12-20 19:59:36 -05:00
Doug Kearns 364d572b09 improve help for :back/:forward 2008-12-05 01:50:39 +11:00
Kris Maglione 1c153aa978 New directory layout. 2008-12-02 13:42:44 -05:00