From cbb005ee71508b463f7a7a620fcd843eb88fe4fb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 14 Aug 2014 14:29:34 +0900 Subject: [PATCH] Update the link to the default alignment rules --- README.md | 2 +- doc/easy_align.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45ec25f..35ee5c5 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,7 @@ Although the default rules should cover the most of the use cases, you can extend the rules by setting a dictionary named `g:easy_align_delimiters`. You may refer to the definitions of the default alignment rules -[here](https://github.com/junegunn/vim-easy-align/blob/2.9.0/autoload/easy_align.vim#L29). +[here](https://github.com/junegunn/vim-easy-align/blob/2.9.6/autoload/easy_align.vim#L32-L46). #### Examples diff --git a/doc/easy_align.txt b/doc/easy_align.txt index ffd6fcd..6475724 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -769,7 +769,7 @@ extend the rules by setting a dictionary named `g:easy_align_delimiters`. You may refer to the definitions of the default alignment rules {here}{10}. -{10} https://github.com/junegunn/vim-easy-align/blob/2.9.0/autoload/easy_align.vim#L29 +{10} https://github.com/junegunn/vim-easy-align/blob/2.9.6/autoload/easy_align.vim#L32-L46 Examples~