From 287f45cfa20ddf4f5f7eefa0f427d5e2107266ed Mon Sep 17 00:00:00 2001 From: Dhruva Sagar Date: Fri, 17 May 2013 17:32:30 +0530 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 891bdfe..8ee8477 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ $ git submodule add git@github.com:dhruvasagar/vim-table-mode.git bundle/table-m functions as well. Both these functions take a range as input. A range can be of two forms : - - `n,m`: This represents cells in the current column from row `n` - through `m`. If `m` is negative it represents `m` row above the + - `r1,r2`: This represents cells in the current column from row `r1` + through `r2`. If `r2` is negative it represents `r2` rows above the current row (of the target cell). - `r1,c1:r2,c2`: This represents cells in the table from cell r1,c1