Displaying 2 results from an estimated 2 matches for "noeol".
Did you mean:
noel
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press enter, it shows me what appears to be the output of a binary.
looking at that top line, it appears as if the help files are
compressed, and it can't read the tags within them. Is there a...
2001 Jun 13
1
read.table and newline
Hi,
yesterday I installed the current R-devel and now I get
the following warning message for program codes which made no
problems under version R-1.2.3:
Example:
R> read.table("test.dat")
Warning message:
incomplete final line in: readLines(con, n, ok)
where `test.dat' looks like
peters at artemis:~ > cat test.dat
1 2 3peters at artemis:~ >
i.e. without a newline