Kaynağa Gözat

Updated version number and documentation.

Jeff Lanzarotta 1 yıl önce
ebeveyn
işleme
8fb3abdc08
2 değiştirilmiş dosya ile 7 ekleme ve 3 silme
  1. 6 2
      doc/bufexplorer.txt
  2. 1 1
      plugin/bufexplorer.vim

+ 6 - 2
doc/bufexplorer.txt

@@ -1,7 +1,7 @@
-*bufexplorer.txt*              Buffer Explorer       Last Change: 13 Aug 2024
+*bufexplorer.txt*              Buffer Explorer       Last Change: 05 Nov 2024
 
 Buffer Explorer                                *buffer-explorer* *bufexplorer*
-                                Version 7.4.27
+                                Version 7.4.28
 
 Plugin for easily exploring (or browsing) Vim|:buffers|.
 
@@ -269,6 +269,10 @@ The default is 1.
 ===============================================================================
 CHANGE LOG                                              *bufexplorer-changelog*
 
+7.4.28   November 5, 2024
+       - Thanks to GitHub user jsvia, for the addition of the new
+         bufExplorerShowTerminal feature.  Please refer to the documentation
+         for complete information.
 7.4.27   May 30, 2024
        - Thanks to GitHub user NotNormallyAGitUser, for the recommendation to
          change the display of the relative path to replace $HOME with "~".

+ 1 - 1
plugin/bufexplorer.vim

@@ -74,7 +74,7 @@ endif
 "1}}}
 
 " Version number
-let g:bufexplorer_version = "7.4.27"
+let g:bufexplorer_version = "7.4.28"
 
 " Plugin Code {{{1
 " Check for Vim version {{{2