Procházet zdrojové kódy

Converted files to Unix format.

jlanzarotta před 11 roky
rodič
revize
f3bbe12664
2 změnil soubory, kde provedl 7 přidání a 4 odebrání
  1. 5 2
      doc/bufexplorer.txt
  2. 2 2
      plugin/bufexplorer.vim

+ 5 - 2
doc/bufexplorer.txt

@@ -1,7 +1,7 @@
-*bufexplorer.txt*              Buffer Explorer       Last Change: 24 Oct 2014
+*bufexplorer.txt*              Buffer Explorer       Last Change: 03 Nov 2014
 
 Buffer Explorer                                *buffer-explorer* *bufexplorer*
-                                Version 7.4.5
+                                Version 7.4.6
 
 Plugin for easily exploring (or browsing) Vim|:buffers|.
 
@@ -250,6 +250,9 @@ The default is 0, so that the size is set by Vim.
 ===============================================================================
 CHANGE LOG                                              *bufexplorer-changelog*
 
+7.4.6    November 03, 2014
+    - Not sure how, but the file format was converted to Dos instead of Unix.
+      I converted the file back to Unix.
 7.4.5    October 24, 2014
     - Dr Michael Henry suggested to change all noremap commands to nnoremap.
       Using noremap is unnecessarily broad and can cause problems, especially

+ 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, 24 October 2014
+" Last Changed: Monday, 03 November 2014
 "      Version: See g:bufexplorer_version for version number.
 "        Usage: This file should reside in the plugin directory and be
 "               automatically sourced.
@@ -72,7 +72,7 @@ endif
 "2}}}
 
 " Version number
-let g:bufexplorer_version = "7.4.5"
+let g:bufexplorer_version = "7.4.6"
 
 " Check for Vim version {{{2
 if v:version < 700