]> git.wh0rd.org Git - nano.git/commit
in do_insertfile(), if we're in view mode, as we can be if multibuffer
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 Jul 2006 03:06:36 +0000 (03:06 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 13 Jul 2006 03:06:36 +0000 (03:06 +0000)
commit9a145d906f2fe2bcc5bc0274bf96dcf29a3ac386
tree8d5a6192bbd15f227077687446d717b9b9861608
parent49172cad95963785ca4655ece6597451a15df697
in do_insertfile(), if we're in view mode, as we can be if multibuffer
mode is on, don't mark the file as modified (and remove the code that
does this in execute_command()); also, if we execute a command in a new
buffer, move back to the beginning of the first line of the buffer
afterwards, for consistency

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3785 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/files.c
src/text.c