branch: externals/vlf
commit db3d2af04aa4857886ae1067d9198a66d3bcfadf
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Update version, README and commentary section.
---
README.org | 1 +
vlfi.el | 8 +++-----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index aa4cf2c..4277766 100644
--- a/README.org
+++ b/README.org
@@ -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
diff --git a/vlfi.el b/vlfi.el
index f7ae618..410a568 100644
--- a/vlfi.el
+++ b/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 <[email protected]>
;; 2012 Sam Steingold <[email protected]>
@@ -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.