Mail transaction failed. Partial message is available....
george@...
Feb 1, 2004 1:18 pm
34569
Hi. INTRO: I'm using VI for my todo lists for a few months. So I did syntax file for it. My guess is that there are other people that use plain text files for...
Ilya Sher
iso8601@...
Feb 1, 2004 1:25 pm
34570
Sorry for the incorrect headers. It was supposed (previously) to be for me only. Yes, it was copy of diff.vim ;)...
Ilya Sher
iso8601@...
Feb 1, 2004 1:27 pm
34571
... FEEDBACK: What do you guys think ? Anyone finds this useful ? P.S. Tried to include htmlized version (for quick view) but the mailing list software says...
Manu Anand
Manu.Anand@...
Feb 1, 2004 1:45 pm
34572
... I suspect this is a problem in your window manager. I just tried it out with KDE 3.1, and the Vim window immediately resizes when I switch between hiding...
Bram Moolenaar
Bram@...
Feb 1, 2004 3:22 pm
34573
... That looks like a good idea. EMSG2() only handles two arguments though. I'll add emsg3() for this. -- login: yes password: I don't know, please tell me ...
Bram Moolenaar
Bram@...
Feb 1, 2004 3:23 pm
34574
... The problem is that ( and ) are not in 'isfname'. This makes it possible to use a filename in parenthesis and still use "gf" on it. A workaround is to use...
Bram Moolenaar
Bram@...
Feb 1, 2004 3:24 pm
34575
Patch 6.2.216 (after 6.2.206) Problem: Multi-byte characters stil cannot be used as hotkeys in a console dialog. (Mattias Erkisson) Solution: Make...
Bram Moolenaar
Bram@...
Feb 1, 2004 3:40 pm
34576
Patch 6.2.217 Problem: GTK: setting the title doesn't always work correctly. Solution: Invoke gui_mch_settitle(). (Tomas Stehlik) Files: src/os_unix.c...
Bram Moolenaar
Bram@...
Feb 1, 2004 6:56 pm
34577
Patch 6.2.218 Problem: Warning for function without prototype. Solution: Add argument types to the msgCB field of the BalloonEval struct. Files:...
Bram Moolenaar
Bram@...
Feb 1, 2004 6:59 pm
34578
Patch 6.2.219 Problem: Syntax highlighting hangs on an empty match of an item with a nextgroup. (Charles Campbell) Solution: Remember that the item has...
Bram Moolenaar
Bram@...
Feb 1, 2004 7:02 pm
34579
Patch 6.2.220 Problem: When a Vim server runs in a console a remote command isn't handled before a key is typed. (Joshua Neuheisel) Solution: Don't try...
Bram Moolenaar
Bram@...
Feb 1, 2004 7:06 pm
34580
Patch 6.2.221 Problem: No file name completion for ":cscope add". Solution: Add the XFILE flag to ":cscope". (Gary Johnson) Files: src/ex_cmds.h ... ...
Bram Moolenaar
Bram@...
Feb 1, 2004 7:08 pm
34581
... [Patch snipped] ... It does seem to be window-manager specific. Metacity hides the bottom frame edge of all maximised windows, and in the case of gvim it...
Tony Houghton
lists@...
Feb 1, 2004 8:20 pm
34582
... This is problem of window manager, not Vim. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 1 Feb) ...
Mikolaj Machowski
mikmach@...
Feb 1, 2004 8:27 pm
34583
Bram, On Sun, 01 Feb 2004 16:20:46 +0100, "Bram Moolenaar" <Bram@...> ... Thanks for a quick reply. If I correctly understood it, one should be able...
Denis Perelyubskiy
lists@...
Feb 1, 2004 11:12 pm
34584
... Hi again ... I think I have a hint as to the problem. My text has some characters in the 'Alphabetic combining' range. This is due to the way iconv maps...
Ron Aaron
ron@...
Feb 2, 2004 12:12 am
34585
... What says "cscope -dl -f cscope.out"?...
Khorev Sergey
Khorev@...
Feb 2, 2004 8:21 am
34586
Patch 6.2.222 Problem: Using "--remote" several times on a row only opens some of the files. (Dany St-Amant) Solution: Don't delete all typehead when the...
Bram Moolenaar
Bram@...
Feb 2, 2004 9:03 am
34587
... The problem is that file name expansion is done before reading the vimrc file. Thus changing 'isfname' in your vimrc file has no effect for expanding the...
Bram Moolenaar
Bram@...
Feb 2, 2004 10:39 am
34588
Patch 6.2.224 Problem: Mac: Can't compile with small features. (Axel Kielhorn) Solution: Also include vim_chdirfile() when compiling for the Mac. Files:...
Bram Moolenaar
Bram@...
Feb 2, 2004 12:00 pm
34589
Patch 6.2.225 Problem: NetBeans: Reported modified state isn't exactly right. Solution: Report a file being modified in the NetBeans way. Files:...
Bram Moolenaar
Bram@...
Feb 2, 2004 12:04 pm
34590
Patch 6.2.223 Problem: Cscope: Avoid a hang when cscope waits for a response while Vim waits for a prompt. Error messages from Cscope mess up the display. ...
Bram Moolenaar
Bram@...
Feb 2, 2004 12:16 pm
34591
... I get the '>>' prompt for cscope's line-oriented interface. Doing a '1MySymbol' correctly shows me occurrences of 'MySymbol'. - David...
David Rennalls
drennalls@...
Feb 2, 2004 2:34 pm
34592
... Did you try with or without patch 6.2.223? Then try without/with it. -- Far out in the uncharted backwaters of the unfashionable end of the Western Spiral...
Bram Moolenaar
Bram@...
Feb 2, 2004 3:01 pm
34593
... I only had patches 1-214, I just built a version with patches 1-223 and tried. I got the same result however. - David...
David Rennalls
drennalls@...
Feb 2, 2004 3:42 pm
34594
Mail transaction failed. Partial message is available....
bram@...
Feb 2, 2004 5:04 pm
34595
... Hash: SHA1 Hi vim-dev's. What do you guys think if vim would switch from "more" to "less" so it would have the ability to scroll up / make a search in...
Ilya Sher
iso8601@...
Feb 3, 2004 6:17 am
34596
Which of the cscopes flying around are you using? Operating system? Can you make repeatable test case? If not, use debugger to reveal stack trace on the call...
Khorev Sergey
Khorev@...
Feb 3, 2004 7:42 am
34597
... Hash: SHA1 Hi all. INTRO: I was trying to fix highlighting of the following 2 lines (my .vimrc) map <S-F10> :syn match PreProc "^[^:]\+:"<CR> let...