mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
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
This commit is contained in:
parent
b73c0c0b09
commit
3d67c11473
@ -132,8 +132,8 @@ CVS code -
|
|||||||
current buffer so that it's effectively a new buffer just
|
current buffer so that it's effectively a new buffer just
|
||||||
before inserting the file, and only restore placewewant
|
before inserting the file, and only restore placewewant
|
||||||
afterwards. This is the same behavior we would get if we
|
afterwards. This is the same behavior we would get if we
|
||||||
opened the file, added all of it to the cutbuffer, uncut at
|
opened the file, added all of it to the cutbuffer, closed the
|
||||||
the current cursor position, and closed the file. (DLR)
|
file, and uncut at the current cursor position. (DLR)
|
||||||
do_writeout()
|
do_writeout()
|
||||||
- Restructure if blocks for greater efficiency, using
|
- Restructure if blocks for greater efficiency, using
|
||||||
do_insertfile() as a model. (DLR)
|
do_insertfile() as a model. (DLR)
|
||||||
|
Loading…
Reference in New Issue
Block a user