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