|
From: SourceForge.net <no...@so...> - 2005-01-19 19:26:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2948327 By: johngaughan No, what you described is an empty C-string (null-terminated). Text files do not need to be null-terminated. The most they will have is an EOF character, but even that is optional. In fact if you put nulls in text files some editors will have issues with them. The whole issue is that the last character in the file needs to be a newline, regardless of what is before it. If you needed a whole blank line, then you would need TWO newlines at the end, not one. Anyway, the point is hit ctrl+end, o, :wq and the warning will go away. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=7134 |