vim-auto-tabstop

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

commit
80da75be976383ec5b60266d532294de05f752c9
parent
024a4ba811ff60ed3dc34650ca619b536e5654c9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-06-01 08:47
typo

Diffstat

M plugin/fets.vim 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/plugin/fets.vim b/plugin/fets.vim

@@ -9,7 +9,7 @@
    9     9 " -   All lines have the same tabstops
   10    10 "
   11    11 " To still get the minimal functionality, this plugin simply uses the maximum
   12    -1 " value for the tabstops.  This of course leaves you with hue tabstops, but
   -1    12 " value for the tabstops.  This of course leaves you with huge tabstops, but
   13    13 " at least you get proper alignment.  It might be useful in some specific
   14    14 " contexts, e.g. tab separated value files.
   15    15 "