1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-02-24 05:48:06 +00:00

Update info as VLFI is merging back to VLF. Bump version.

This commit is contained in:
Andrey Kotlarski 2013-08-06 02:14:39 +03:00
parent 563d9ca423
commit ce9441fc83

10
vlfi.el
View File

@ -1,12 +1,14 @@
;;; vlfi.el --- View Large Files Improved -*- lexical-binding: t -*- ;;; vlfi.el --- View Large Files -*- lexical-binding: t -*-
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc. ;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
;; Version: 0.9 ;; Version: 0.9.1
;; Keywords: large files, utilities ;; Keywords: large files, utilities
;; Maintainer: Andrey Kotlarski <m00naticus@gmail.com>
;; 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>
;; 2013 Andrey Kotlarski <m00naticus@gmail.com> ;; 2013 Andrey Kotlarski <m00naticus@gmail.com>
;; URL: https://github.com/m00natic/vlfi
;; This file is free software; you can redistribute it and/or modify ;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -30,7 +32,9 @@
;; The buffer uses VLFI mode, which defines several commands for ;; The buffer uses VLFI mode, which defines several commands for
;; moving around, searching and editing selected part of file. ;; moving around, searching and editing selected part of file.
;; This package is upgraded version of the vlf.el package. ;; This package was inspired by a snippet posted by Kevin Rodgers,
;; showing how to use `insert-file-contents' to extract part of a
;; file.
;;; Code: ;;; Code: