--- a/python.rst Mon Sep 15 20:51:49 2014 +0900
+++ b/python.rst Mon Sep 15 23:53:49 2014 +0900
align to right (default for numbers)
- padding between sign and digits (``+000000120``, valid only for numbers)
+ padding between sign and digits (``+000120``, valid only for numbers)
- matches whatever text was matched by the earlier named group named
+ backreference: matches whatever text was matched by the earlier named group
the contents of the parentheses are simply ignored
--- a/vim.rst Mon Sep 15 20:51:49 2014 +0900
+++ b/vim.rst Mon Sep 15 23:53:49 2014 +0900
- create fold of movement m
- create fold for range r
- delete fold at cursor, all in window
- *open*, *close* one fold; *recursively*
- move to *start*, *end* of current open fold
- move *down*, *up* to *start*, *end* of next fold
like `p`, `P` leaving cursor after new text
- write file and edit *next*, *previous* one
+ scroll one line *up*, *down*
- edit *next*, *previous* file in list
+ complete text *before*, *after* cursor
- insert content of file f below cursor
- insert output of command c below cursor
+ shift *left*, *right* one shift width
+ write file and edit *next*, *previous* one
+ edit *next*, *previous* file in list
+ insert content of file f below cursor
+ insert output of command c below cursor
open file which filename is under cursor
- scroll one line *up*, *down*
- complete text *before*, *after* cursor
+ create fold of movement m
+ create fold for range r
+ delete fold at cursor, all in window
+ *open*, *close* one fold; *recursively*
- shift *left*, *right* one shift width
+ move to *start*, *end* of current open fold
+ move *down*, *up* to *start*, *end* of next fold
+ mark current position with mark c ∈[a..Z]
+ go to mark c in *current*, C in *any* file
+ go to last exit position
+ go to position before jump
+ go to *start*, *end* of previously operated text
+ print the active marks list
+ go to nth *older*, *newer* position in jump list