Просмотр исходного кода

Updates

Updates to documentation and copyright information.
jeff 9 лет назад
Родитель
Сommit
62c5be5ffb
2 измененных файлов с 7 добавлено и 5 удалено
  1. 5 3
      doc/bufexplorer.txt
  2. 2 2
      plugin/bufexplorer.vim

+ 5 - 3
doc/bufexplorer.txt

@@ -1,7 +1,7 @@
-*bufexplorer.txt*              Buffer Explorer       Last Change: 01 Apr 2016
+*bufexplorer.txt*              Buffer Explorer       Last Change: 26 Aug 2016
 
 Buffer Explorer                                *buffer-explorer* *bufexplorer*
-                                Version 7.4.9
+                                Version 7.4.10
 
 Plugin for easily exploring (or browsing) Vim|:buffers|.
 
@@ -253,6 +253,8 @@ The default is 0, so that the size is set by Vim.
 ===============================================================================
 CHANGE LOG                                              *bufexplorer-changelog*
 
+7.4.10   August 26, 2016
+    - Thanks to buddylindsey for fixing a misspelling in the docs.
 7.4.9    April 01, 2016
     - Thanks to ivegotasthma for supplying a patch to fix a major issue with
       plugin performance when lots of buffers are open.
@@ -719,7 +721,7 @@ won't list names.
 ===============================================================================
 COPYRIGHT                                               *bufexplorer-copyright*
 
-Copyright (c) 2001-2014, Jeff Lanzarotta
+Copyright (c) 2001-2016, Jeff Lanzarotta
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 2 - 2
plugin/bufexplorer.vim

@@ -36,7 +36,7 @@
 " Name Of File: bufexplorer.vim
 "  Description: Buffer Explorer Vim Plugin
 "   Maintainer: Jeff Lanzarotta (delux256-vim at yahoo dot com)
-" Last Changed: Friday, 1 April 2016
+" Last Changed: Friday, 26 August 2016
 "      Version: See g:bufexplorer_version for version number.
 "        Usage: This file should reside in the plugin directory and be
 "               automatically sourced.
@@ -74,7 +74,7 @@ endif
 "1}}}
 
 " Version number
-let g:bufexplorer_version = "7.4.9"
+let g:bufexplorer_version = "7.4.10"
 
 " Pluging Code {{{1
 " Check for Vim version {{{2