The man.vim script assumes that foldcolumn and numberwidth are 0. If they are not, the generated lines are too long. Here's a patch to fix this: ~$ diff -u...
45694
Bram Moolenaar
Bram@...
Dec 3, 2006 2:10 pm
... Do you really want line numbers and a foldcolumn in you man page window? I suppose not. Then it's easier to do ... -- Windows M!uqoms /// Bram Moolenaar...
45695
Denis Perelyubskiy
lists@...
Dec 4, 2006 8:42 pm
Hello, I apologize if some of you are seeing this a second time, since I know same people subscribe to both vim and vimdev. I thought I'd try the vimdev list...
45696
Bram Moolenaar
Bram@...
Dec 4, 2006 10:08 pm
... There is no solution. The paren error highlighting is from the syntax highlighting. The cursorline highlighting needs to overrule the syntax ...
45697
Ingo Karkat
swdev@...
Dec 5, 2006 8:03 am
Hi VIM developers, I found a bug in VIM 7.0's new tr() function. If the {src} string contains exactly 80 characters, an additional junk character is appended...
45698
Bram Moolenaar
Bram@...
Dec 5, 2006 9:48 am
Patch 7.0.175 Problem: The result of tr() is missing the terminating NUL. (Ingo Karkat) Solution: Add the NUL. Files: src/eval.c ... *************** ...
45699
Bram Moolenaar
Bram@...
Dec 5, 2006 10:10 am
... That's a bug. There is no terminating NUL. I'll make a patch. -- ARTHUR: I command you as King of the Britons to stand aside! BLACK KNIGHT: I...
Patch 7.0.177 Problem: When the press-enter prompt gets a character from a non-remappable mapping, it's put back in the typeahead buffer as remappable, ...
45702
Bram Moolenaar
Bram@...
Dec 5, 2006 10:09 pm
Patch 7.0.178 Problem: When 'enc' is "utf-8" and 'ignorecase39; is set the result of ":echo ("\xe4" == "\xe4")" varies. Solution: In mb_strnicmp() avoid...
45703
Bram Moolenaar
Bram@...
Dec 5, 2006 10:38 pm
Hmm, the subject should have been "patch 7.0.175". Remove the "about"! Hopefully no scripts got confused by this. -- BLACK KNIGHT: Come on you pansy! [hah]...
45704
Mark Manning
markem@...
Dec 6, 2006 4:02 am
I have run across a rather strange error in the syntax highlighting for either vb.vim or html.vim. I'm unsure which is causing the problem. Here are the...
45705
Edward L. Fox
edyfox@...
Dec 6, 2006 4:42 am
... Many scripts will got confused, I think. :-P Fortunately I don't use script. I do my job manually because the censorship makes the network situation so bad...
45706
george@...
Dec 6, 2006 6:13 pm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
45707
A.J.Mechelynck
antoine.mechelynck@...
Dec 6, 2006 9:34 pm
... - Search normally for case 1. - Hit \/ to highlight the latest search in DiffAdd colours (by default in gvim: black on pale cyan) but only when present as...
45708
Mohsin
mosh.ahmed@...
Dec 6, 2006 9:41 pm
Is it possible to display (highlight) matches for /Word simultaneously in 3 different colors: 1. Word .. hlsearch 2. \<Word92;> .....
45709
Mohsin
mosh.ahmed@...
Dec 6, 2006 9:48 pm
Mechelynck, It has to be done with one mapping, the reason being *simultaneous* display, since sometimes the same word is with wrong case, should be...
45710
A.J.Mechelynck
antoine.mechelynck@...
Dec 6, 2006 10:43 pm
... Well, I won't give you an answer, because I'm too liable to stumble while writing it, but here is how it can be done: - Make a permanent mapping for / and...
45711
Nikolai Weibull
now@...
Dec 6, 2006 11:10 pm
... It can probably be simplified by mapping <CR> in command mode and check if getcmdtype() is '/' or '?' and, if so, call :match as appropriate. However,...
45712
Bill McCarthy
WJMc@...
Dec 6, 2006 11:21 pm
Hello Vim Developers, Here's what the docs say: =============================================================================== *^* ^ To the...
45713
Nikolai Weibull
now@...
Dec 6, 2006 11:36 pm
... Hm, you of course need to know how you got /into/ search mode, so that you only do this at the appropriate times. Setting a variable and checking for it...
45714
Eggum, DavidX S
davidx.s.eggum@...
Dec 7, 2006 12:33 am
Hello All, I've found two tasks that are done in vim scripts routinely and it would be nice to streamline them: Here's the first one: "If some variable isn't...
45715
A.J.Mechelynck
antoine.mechelynck@...
Dec 7, 2006 12:47 am
... (1) After ^ followed by jjjjj or kkkkk I see the cursor staying (as far as possible) in the same _screen_ column regardless of preceding hard tabs. When ...
45716
Luc Hermitte
hermitte@...
Dec 7, 2006 3:00 am
Hello, ... Well, I've started to refactor my plugins to isolate a similar similar function in an autoload plugin. My function also takes another argument: a...
45717
Bill McCarthy
WJMc@...
Dec 7, 2006 3:18 am
... Thanks Tony, that clears it up nicely. Somehow I just wasn't seeing the difference - I certainly see it now! -- Best regards, Bill...
45718
Valery Kondakoff
strauss@...
Dec 7, 2006 8:46 am
Hello, vim-developers! It is still impossible to use multibyte characters in langmaps, when main Vim encoding is set to UTF-8. As far as I remember in...
45719
A.J.Mechelynck
antoine.mechelynck@...
Dec 7, 2006 11:24 am
... According to ":help 'langmap39;", the value may be specified using multibyte characters but only the lower 8 bits will be used. I suppose some collisions ...
45720
Charles E Campbell Jr
drchip@...
Dec 7, 2006 5:55 pm
Since no one had mentioned it yet; the scripts appear to be inaccessible. Clicking on "top rated" yields: Can't open file: 'vs_scripts.MYI' (errno: 145) ...
45721
vim-dev-help@...
Dec 7, 2006 6:12 pm
Hi! This is the ezmlm program. I'm managing the vim-dev@... mailing list. Messages to you from the vim-dev mailing list seem to have been bouncing. I sent...
45722
Nikolai Weibull
now@...
Dec 7, 2006 6:26 pm
... And I can confirm receiving your confirmation. nikolai...