vim-auto-tabstop

A Vim plugin for automatically setting tabstop size
git clone https://git.ce9e.org/vim-auto-tabstop.git

commit
4a3a9b8e4df903b215f8ac65a03679198606653c
parent
a0701d2d7fd7b18a05a7b03d04ab9cb972c975c7
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-10-06 07:55
Fix usage of <> in markdown

Diffstat

M README.md 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/README.md b/README.md

@@ -14,8 +14,8 @@ With a tabstop of 2 this will look like this:
   14    14     Robert  Smith 34,269
   15    15     Maria Garcia  32,092
   16    16 
   17    -1 Pressing <c-t> will automatically set the tabstop to the value required to get
   18    -1 proper alignment (in this case 8):
   -1    17 Pressing `<c-t>` will automatically set the tabstop to the value required to
   -1    18 get proper alignment (in this case 8):
   19    19 
   20    20     James   Smith   38,313
   21    21     Michael Smith   34,810