]> git.wh0rd.org Git - nano.git/commitdiff
Added bug #29
authorChris Allegretta <chrisa@asty.org>
Wed, 12 Jul 2000 23:57:25 +0000 (23:57 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 12 Jul 2000 23:57:25 +0000 (23:57 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@104 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

BUGS

diff --git a/BUGS b/BUGS
index 6da43fc34509f31c48b39bf23f2dda8ce60ff1e1..8951902e4647f83cd5eeae054ee0523736ffafca 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -42,4 +42,8 @@
 - In replace, there is no way to accept the default replace string. (27)
 - In replace with completely adjacent strings, every other search string
   will be missed (try replace ':' in a string like ':::::::::') (28) [FIXED]
+- If nano opens a read-only file with the --tempfile option, and a change
+  is made to the buffer, and a write is attempted, nano will not give you
+  a dialog about not being able to write the file, and it will not let the
+  user exit (29, discovered by Joshua Jensen)