diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-01-26 10:44:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-01-26 10:44:34 -0800 |
commit | 63f810e8ae115ea6838f4c1cabbd41135eca398e (patch) | |
tree | 5e0648febedfdb106ed126f4d0a8d0f5e3581848 | |
parent | db3a993df7b97259468b80e62cb27ce56e2ed051 (diff) | |
download | c-snippets-autotab-6.tar.gz c-snippets-autotab-6.tar.bz2 c-snippets-autotab-6.zip |
Version 6.autotab-6
-rw-r--r-- | autotab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * it as a Vim command to set up the tabstop, shiftwidth and expandtab * parameters. * - * Copyright 2007-2016 + * Copyright 2007-2020 * Kaz Kylheku <kaz@kylheku.com> * Vancouver, Canada * @@ -43,7 +43,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define AUTOTAB_VER 5 +#define AUTOTAB_VER 6 #include <stdio.h> #include <stdlib.h> #include <string.h> |