nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 3d67c11473b3dcae00d3ea4a8573c7dd7d43fe23
parent b73c0c0b09a5b329e9ec095ccd5b3f2706f5d56b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri,  5 Nov 2004 15:39:36 +0000

fix entry: "... opened the file, added all of it to the cutbuffer,
closed the file, and uncut at the current cursor position" is clearer


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2063 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -132,8 +132,8 @@ CVS code - current buffer so that it's effectively a new buffer just before inserting the file, and only restore placewewant afterwards. This is the same behavior we would get if we - opened the file, added all of it to the cutbuffer, uncut at - the current cursor position, and closed the file. (DLR) + opened the file, added all of it to the cutbuffer, closed the + file, and uncut at the current cursor position. (DLR) do_writeout() - Restructure if blocks for greater efficiency, using do_insertfile() as a model. (DLR)