Comment Re:Please... (Score 1) 106
I work daily with humongous text files. I have found no other editor that performs as well when you work with text files that are in several gigabytes range.
Not in Debian (or maybe all of Linux?) it doesn't.
Sorry, I view that link you gave as less of a bug report than a Twit Alert. Seriously, when was the last time you ran across a 2.7 GB file of nulls and thought of it as a text file to be edited?
The relevant section of the Vim docs explains that the maximum length of a line and the maximum number of lines per file depends on the local size of long integers, typically 32 bits. So if your box is limited to 2G lines per file and 2GB per line, is it any wonder there's an error message upon encountering 2.7 GB of nulls?
This evening I edited a 3.1 GB text file (generated from the dictionaries on my Ubuntu 8.04.2, AKA Debian Linux box) without any problems at all. 334M lines of text, averaging what, 9 characters per line? So to run into vim's limit I'd have to be editing close to 20 GB of dictionary words. Or for 90-character log file line lengths, somewhere in the vicinity of 200 GB of text.
So. no, I don't think that special case of a null file warrants real-world concern.
Tyler