updates readme

This commit is contained in:
Junegunn Choi
2013-04-08 20:41:00 +09:00
parent 0a9656675b
commit d7da2c9617

View File

@@ -47,11 +47,6 @@ Examples
| `<Enter>:` | Alignment around 1st colon | | `<Enter>:` | Alignment around 1st colon |
| ... | ... | | ... | ... |
Demo
----
[Screencast](https://vimeo.com/63506219)
Defining custom alignment rules Defining custom alignment rules
------------------------------- -------------------------------
@@ -59,15 +54,20 @@ Define (or override) alignment rules.
```vim ```vim
let g:lesser_align_delimiters = { let g:lesser_align_delimiters = {
\ '/': { \ 'x': {
\ 'pattern': '/', \ 'pattern': '[xX]',
\ 'margin_left': ' <<<', \ 'margin_left': ' <<<',
\ 'margin_right': '>>> ', \ 'margin_right': '>>> ',
\ 'stick_to_left': 0, \ 'stick_to_left': 0
\ } \ }
\ } \ }
``` ```
Demo
----
[Screencast](https://vimeo.com/63506219)
Author Author
------ ------