From 78a6ee0a73edce1bb1572ce3f146ae73a45b580e Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Sun, 23 Jun 2013 23:14:32 +0200 Subject: [PATCH] Bump version (it's late) --- README.md | 2 +- autoload/xolox/misc.vim | 4 ++-- doc/misc.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bc704a..12efa37 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ from the source code of the miscellaneous scripts using the Python module The documentation of the 79 functions below was extracted from -16 Vim scripts on June 23, 2013 at 23:13. +16 Vim scripts on June 23, 2013 at 23:14. ### Handling of special buffers diff --git a/autoload/xolox/misc.vim b/autoload/xolox/misc.vim index 979deae..9623a5d 100644 --- a/autoload/xolox/misc.vim +++ b/autoload/xolox/misc.vim @@ -1,7 +1,7 @@ " The version of my miscellaneous scripts. " " Author: Peter Odding -" Last Change: June 22, 2013 +" Last Change: June 23, 2013 " URL: http://peterodding.com/code/vim/misc/ -let g:xolox#misc#version = '1.7' +let g:xolox#misc#version = '1.8' diff --git a/doc/misc.txt b/doc/misc.txt index 0af4c12..4c83207 100644 --- a/doc/misc.txt +++ b/doc/misc.txt @@ -150,7 +150,7 @@ from the source code of the miscellaneous scripts using the Python module 'vimdoctool.py' included in vim-tools [5]. The documentation of the 79 functions below was extracted from 16 Vim scripts -on June 23, 2013 at 23:13. +on June 23, 2013 at 23:14. ------------------------------------------------------------------------------- *misc-handling-of-special-buffers*