From d7da2c961783a213470881f927db3bacf10156c4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 8 Apr 2013 20:41:00 +0900 Subject: [PATCH] updates readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fa907ea..a42efc9 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,6 @@ Examples | `:` | Alignment around 1st colon | | ... | ... | -Demo ----- - -[Screencast](https://vimeo.com/63506219) - Defining custom alignment rules ------------------------------- @@ -59,15 +54,20 @@ Define (or override) alignment rules. ```vim let g:lesser_align_delimiters = { -\ '/': { -\ 'pattern': '/', +\ 'x': { +\ 'pattern': '[xX]', \ 'margin_left': ' <<<', \ 'margin_right': '>>> ', -\ 'stick_to_left': 0, +\ 'stick_to_left': 0 \ } \ } ``` +Demo +---- + +[Screencast](https://vimeo.com/63506219) + Author ------