From | Sent On | Attachments |
---|---|---|
Aaron | Oct 24, 2006 8:02 am | |
A.J.Mechelynck | Oct 24, 2006 8:58 am | |
Aaron | Oct 24, 2006 9:07 am | |
Yakov Lerner | Oct 24, 2006 9:26 am | |
Bram Moolenaar | Oct 24, 2006 9:28 am | |
A.J.Mechelynck | Oct 24, 2006 9:36 am | |
Aaron | Oct 24, 2006 9:38 am | |
Aaron | Oct 24, 2006 9:51 am | |
Gary Johnson | Oct 24, 2006 10:09 am | |
A.J.Mechelynck | Oct 24, 2006 10:10 am | |
Marvin Renich | Oct 24, 2006 10:11 am | |
Aaron | Oct 24, 2006 10:14 am | |
Aaron | Oct 24, 2006 10:26 am | |
A.J.Mechelynck | Oct 24, 2006 10:35 am | |
Matthew Winn | Oct 25, 2006 3:24 am | |
Yakov Lerner | Oct 25, 2006 5:18 am | |
Vigil | Oct 26, 2006 2:43 am | |
Vigil | Oct 26, 2006 2:49 am |
Subject: | Binary files, noeol, and other such things. | ![]() |
---|---|---|
From: | Aaron (aar...@thebailiwick.com) | |
Date: | Oct 24, 2006 8:02:09 am | |
List: | com.googlegroups.vim_use |
Please, oh Vim gurus, explain this binary/noeol situation. It seems to me that if I open a text file in e.g. metapad or Edit Plus or any of these other very simple Windows-based text editors, I am able to delete the "final line break," which appears on screen as though there is a zero-length line right after the last line of text. I press backspace on that empty line and it is gone; so is the EOL.
In order to achieve this in Vim, I must perform strange acrobatics including turning on "binary," which clobbers my textwidth, wrapmargin, expandtab, and modeline options, and forces unix-like line separators.
My only guess is that Vim follows certain established rules for the formatting of proper text files, but I have run across situations where I need to edit text files (AS text files) that have no final EOL, and it pains me that Vim makes this harder than such functionally limited editors as Edit Plus.
Is there some Better Way?
-- Aaron "The Dude abides."