mirror of
				https://github.com/m00natic/vlfi.git
				synced 2025-11-04 09:01:37 +00:00 
			
		
		
		
	Update version, README and commentary section.
This commit is contained in:
		@@ -5,6 +5,7 @@ that builds on the GNU ELPA vlf.el.  It adds the following
 | 
			
		||||
improvements:
 | 
			
		||||
 | 
			
		||||
- by chunk search
 | 
			
		||||
- chunk editing
 | 
			
		||||
- options to jump to end or beginning of file
 | 
			
		||||
- ability to jump/insert given number of batches at once
 | 
			
		||||
- ability to view newly added content if the file has grown meanwhile
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										8
									
								
								vlfi.el
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								vlfi.el
									
									
									
									
									
								
							@@ -3,7 +3,7 @@
 | 
			
		||||
 | 
			
		||||
;; Copyright (C) 2006, 2012, 2013  Free Software Foundation, Inc.
 | 
			
		||||
 | 
			
		||||
;; Version: 0.4
 | 
			
		||||
;; Version: 0.5
 | 
			
		||||
;; Keywords: large files, utilities
 | 
			
		||||
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
 | 
			
		||||
;;          2012 Sam Steingold <sds@gnu.org>
 | 
			
		||||
@@ -28,10 +28,8 @@
 | 
			
		||||
 | 
			
		||||
;; This package provides the M-x vlfi command, which visits part of a
 | 
			
		||||
;; large file in a read-only buffer without visiting the entire file.
 | 
			
		||||
;; The buffer uses VLFI mode, which defines the commands M-<next>
 | 
			
		||||
;; (vlfi-next-batch) and M-<prior> (vlfi-prev-batch) to visit other
 | 
			
		||||
;; parts of the file.  The option `vlfi-batch-size' specifies the size
 | 
			
		||||
;; of each batch, in bytes.
 | 
			
		||||
;; The buffer uses VLFI mode, which defines several commands for
 | 
			
		||||
;; moving around, searching and editing selected chunk of file.
 | 
			
		||||
 | 
			
		||||
;; This package is an improved fork of the vlf.el package.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user