Hi,
2013/05/07 Tue 23:42:49 UTC+9 Ken Takata wrote:
> Here is an additional patch for misalignment.
> Please check it.
Here is the 5th patch for misalignment. I hope this is the last patch
for misalignment. Please check it.
Thanks,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
# HG changeset patch
# Parent a4f8ef9fe3203e2d56da0bd9f1dfe2d3f1a83a0c
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -170,18 +170,18 @@
------------------------------------------------------------------------------
*Q_ma* Marks and motions
-|m| m{a-zA-Z} mark current position with mark {a-zA-Z}
-|`a| `{a-z} go to mark {a-z} within current file
-|`A| `{A-Z} go to mark {A-Z} in any file
-|`0| `{0-9} go to the position where Vim was previously exited
-|``| `` go to the position before the last jump
+|m| m{a-zA-Z} mark current position with mark {a-zA-Z}
+|`a| `{a-z} go to mark {a-z} within current file
+|`A| `{A-Z} go to mark {A-Z} in any file
+|`0| `{0-9} go to the position where Vim was previously exited
+|``| `` go to the position before the last jump
|`quote| `" go to the position when last editing this file
-|`[| `[ go to the start of the previously operated or put text
-|`]| `] go to the end of the previously operated or put text
-|`<| `< go to the start of the (previous) Visual area
-|`>| `> go to the end of the (previous) Visual area
-|`.| `. go to the position of the last change in this file
-|'| '{a-zA-Z0-9[]'"<>.}
+|`[| `[ go to the start of the previously operated or put text
+|`]| `] go to the end of the previously operated or put text
+|`<| `< go to the start of the (previous) Visual area
+|`>| `> go to the end of the (previous) Visual area
+|`.| `. go to the position of the last change in this file
+|'| '{a-zA-Z0-9[]'"<>.}
same as `, but on the first non-blank in the line
|:marks| :marks print the active marks
|CTRL-O| N CTRL-O go to Nth older position in jump list