... I can reproduce the problem. It only happens when going to a directory of which the current directory is a sub-directory. The problem is with remembering...
28395
Bram Moolenaar
Bram@...
Apr 26, 2002 7:55 pm
... Please send remarks on syntax highlighting to the author of the syntax file. When he doesn't respond we would have to start looking for a new maintainer. ...
28396
Stephen Rasku
stephen@...
Apr 26, 2002 9:20 pm
... That seemed to work. I'll let you know if I have any problems. -- Stephen Rasku E-mail: stephen@... Senior Software Engineer Web:...
28397
Aschwin Marsman - aYn...
a.marsman@...
Apr 26, 2002 10:06 pm
... misc1.c line 2824: /* * Change to the directory and get the actual path. This resolves * links. Don't do it when we can't return. */ if (mch_chdir(".")...
28398
Roger Luethi
collector@...
Apr 27, 2002 3:51 am
- The short-cut for chdir(".") does exist. Not only in Linux, but also in OpenBSD. The call succeeds as long as the current directory is searchable for the...
28399
Gavin Sinclair
gsinclair@...
Apr 27, 2002 7:36 am
HTML email is HTML email. Spam is spam. Viruses are viruses. One day (probably in 3 years), most people will send email in HTML, because it formats more...
28400
Aschwin Marsman - aYn...
a.marsman@...
Apr 27, 2002 8:22 am
... I don't agree, most spam is html email, so filtering html email will filter a lot of spam. ... If you wrap lines at +/- <= 80 chars, everybody is happy ;-)...
28401
Aschwin Marsman - aYn...
a.marsman@...
Apr 27, 2002 9:05 am
Hello, A few weeks ago a lot of discussion occured on this list about a vim web site and faq. It was quiet afterwards. What is the status? http://www.vim.org...
28402
Gavin Sinclair
gsinclair@...
Apr 27, 2002 9:34 am
Glad you asked. Version 0.1 of the FAQ is very nearly ready. It is quite large as it continues the previous one (last maintained in 1998!), but getting it up...
28403
Ricardo SIGNES
samael-vim@...
Apr 27, 2002 2:02 pm
... It's also still being poked at. I think a few days would be overly optimistic, but I'll make a noise when it's ready to be looked at -- been on vacation....
28404
Preben Peppe Guldberg
c928400@...
Apr 27, 2002 2:16 pm
... Missed or forgot about it, yes. Nice example, indeed. ... As a side note, I think a simple :norm is better here. Otherwise omaps cannot be used here. The...
28405
Benji Fisher
benji@...
Apr 28, 2002 1:38 pm
... If you use "norm" instead of "norm!" then, as written, it gets into an infinite recursion. Maybe if the map and function are defined in separate files and...
28406
Nikolai 'pcp'...
da.box@...
Apr 28, 2002 2:13 pm
haven't got any mail from vim-dev for at least two weeks. what's up? -- /* Name: Nikolai 'pcp' Weibull -- Age: 21 -- Born in: Chicago, IL USA * * Where @:...
28407
Joseph Edward Miele
jemiele1@...
Apr 28, 2002 2:23 pm
The vim-dev list is very much alive. Your mail came through just fine and I have been receiving mails from vim-dev steadily for the past two weeks. I have no...
28408
Bram Moolenaar
Bram@...
Apr 28, 2002 6:01 pm
... [...] Well, I suppose we better check it with the full path name then. The patch below replaces the previous one. Please check if this works on all...
28409
Aschwin Marsman - aYn...
a.marsman@...
Apr 28, 2002 6:44 pm
... I checked on RH7.1, and my problems are gone. Thanks for all people's time and efforts to correct this "minor" problem. I checked if a file can be opened...
28410
Aschwin Marsman - aYn...
a.marsman@...
Apr 28, 2002 7:28 pm
For a while vim doesn't compile warning free for me. I looked at it on Linux 2.4.18, Solaris 5.7 and OSF 4.0f. Linux: fileio.c: In function `readfile': ...
28411
Bram Moolenaar
Bram@...
Apr 28, 2002 7:58 pm
... [...] ... The second argument should have a "const" argument. Unfortunately, it appears not all systems have the right headers. ... If possible... Keep...
28412
Bram Moolenaar
Bram@...
Apr 28, 2002 8:00 pm
Patch 6.1.033 Problem: GUI: When the selection is lost and the Visual highlighting is changed to underlining, the cursor is left in a different position....
28413
Bram Moolenaar
Bram@...
Apr 28, 2002 8:05 pm
Patch 6.1.034 Problem: A CVS diff file isn't recognized as diff filetype. Solution: Skip lines starting with "? " before checking for an "Index:" line. ...
28414
Bram Moolenaar
Bram@...
Apr 28, 2002 8:08 pm
Patch 6.1.035 (extra, depends on 6.1.016) Problem: Win32: Outputting Hebrew or Arabic text might have a problem with reversing on MS-Windows 95/98/ME. ...
28415
Bram Moolenaar
Bram@...
Apr 28, 2002 8:11 pm
Patch 6.1.036 Problem: This command may cause a crash: ":v/./,//-j". (Ralf Arens) Solution: Compute the right length of the regexp when it's empty. Files:...
28416
Bram Moolenaar
Bram@...
Apr 28, 2002 8:15 pm
Patch 6.1.037 Problem: When 'lazyredraw39; is set, pressing "q" at the hit-enter prompt causes an incomplete redraw and the cursor isn't positioned. (Lubomir...
28417
Bram Moolenaar
Bram@...
Apr 28, 2002 8:20 pm
Patch 6.1.038 Problem: Multi-byte: When a ":s" command contains a multi-byte character where the trail byte is '~' the text is messed up. Solution:...
28418
Roger Luethi
collector@...
Apr 28, 2002 9:33 pm
... It solves the problem we talked about on OpenBSD 3.0, too. Roger -- When in doubt, predict that the trend will continue....
28419
Matthew Hawkins
matt@...
Apr 29, 2002 2:48 am
... procmail is not a MTA. It is a MDA (delivery agent) - used by an MTA to deliver local mail. Also remember that very few people have control over their...
28420
Matthew Hawkins
matt@...
Apr 29, 2002 3:12 am
... This is a self-defeating argument since HTML is plain text. How the result is formatted depends entirely upon the recipient's MUA. This is what is...
28421
Nazri Ramliy
ayie@...
Apr 29, 2002 3:25 am
int main() { #if 1 dosomething(); #endif/* this comment is okay */ #if 0 dosomething(); #endif/* this comment won't be highlighted properly */ } -- Nazri...
28422
Robert Webb
RobertW@...
Apr 29, 2002 3:30 am
Are syntax highlighting files meant to contain folding info? I would have thought not, but when I edit a VRML file (*.wrl) it always starts off folded. This...